Skip to content

Commit

Permalink
Merge pull request #1100 from run-ai/install-fixes
Browse files Browse the repository at this point in the history
install-fixes
  • Loading branch information
yarongol committed Sep 17, 2024
1 parent b9bdc3c commit 31d0f9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/admin/runai-setup/cluster-setup/cluster-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

This article explains the steps required to install the Run:ai cluster on a Kubernetes cluster using Helm.

## Before Installation
## Before installation

There are a number of matters to consider prior to installing using Helm.

### System and Network Requirements
### System and network requirements

Before installing the Run:ai cluster, validate that the [system requirements](cluster-prerequisites.md) and [network requirements](network-req.md) are met.

Expand Down Expand Up @@ -84,7 +84,7 @@ Run:ai cluster must be installed in a namespace named `runai`. Create the namesp
kubectl create ns runai
```

### TLS Certificates
### 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:

Expand Down

0 comments on commit 31d0f9f

Please sign in to comment.