Skip to content

Commit

Permalink
Merge pull request #1229 from run-ai/pre-install-link
Browse files Browse the repository at this point in the history
preinstall link to JFROG
  • Loading branch information
yarongol authored Nov 12, 2024
2 parents 5fab0cf + ab2448d commit b3a2ca9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/admin/runai-setup/cluster-setup/cluster-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Once all the requirements are met, it is highly recommend to use the Run:ai clus
* Test the below requirements in addition to failure points related to Kubernetes, NVIDIA, storage, and networking
* Look at additional components installed and analyze their relevance to a successful installation

To run the preinstall diagnostics tool, [download](https://github.com/run-ai/preinstall-diagnostics/releases) the latest version, and run:
To run the preinstall diagnostics tool, [download](https://runai.jfrog.io/ui/native/pd-cli-prod/preinstall-diagnostics-cli/){target=_blank} the latest version, and run:


=== "SaaS"
Expand Down Expand Up @@ -69,11 +69,11 @@ For more information see [preinstall diagnostics](https://github.com/run-ai/prei

### Helm

Run:ai cluster requires Helm 3.14 or above. To install Helm, see [Helm Install](https://helm.sh/docs/helm/helm\_install/).
Run:ai cluster requires Helm 3.14 or above. To install Helm, see [Helm Install](https://helm.sh/docs/helm/helm\_install/){target=_blank}.

### Permissions

A Kubernetes user with the `cluster-admin` role is required to ensure a successful installation, for more information see [Using RBAC authorization](https://kubernetes.io/docs/reference/access-authn-authz/rbac/).
A Kubernetes user with the `cluster-admin` role is required to ensure a successful installation, for more information see [Using RBAC authorization](https://kubernetes.io/docs/reference/access-authn-authz/rbac/){target=_blank}.

### Run:ai namespace

Expand All @@ -86,7 +86,7 @@ kubectl create ns runai

### TLS certificates

A TLS private and public keys are required for HTTP access to the cluster. Create a [Kubernetes Secret](https://kubernetes.io/docs/concepts/configuration/secret/) named `runai-cluster-domain-tls-secret` in the `runai` namespace with the cluster’s [Fully Qualified Domain Name (FQDN)](cluster-prerequisites.md#domain-name-requirement) private and public keys, by running the following:
A TLS private and public keys are required for HTTP access to the cluster. Create a [Kubernetes Secret](https://kubernetes.io/docs/concepts/configuration/secret/){target=_blank} named `runai-cluster-domain-tls-secret` in the `runai` namespace with the cluster’s [Fully Qualified Domain Name (FQDN)](cluster-prerequisites.md#domain-name-requirement) private and public keys, by running the following:


``` bash
Expand Down

0 comments on commit b3a2ca9

Please sign in to comment.