Skip to content

Commit

Permalink
Merge pull request #1304 from run-ai/Fix_runaipublic_namespace_2.19
Browse files Browse the repository at this point in the history
Update clusters.md
  • Loading branch information
SherinDaher-Runai authored Dec 17, 2024
2 parents 65f649d + ecae109 commit 8314a85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/admin/config/clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,18 +293,18 @@ Before starting, make sure you have the following:
1. Check the message in the Run:ai platform for further details regarding the missing prerequisites.
2. Inspect the `runai-public` ConfigMap:

* Open your terminal. In the terminal, type the following command to list all ConfigMaps in the `runai-public` namespace:
* Open your terminal. In the terminal, type the following command to list all ConfigMaps in the `runai` namespace:

```bash
kubectl get configmap -n runai-public
kubectl get configmap -n runai
```

3. Describe the ConfigMap
* Locate the ConfigMap named `runai-public` from the list
* To view the detailed contents of this ConfigMap, type the following command:

``` bash
kubectl describe configmap runai-public -n runai-public
kubectl describe configmap runai-public -n runai
```

4. Find Missing Prerequisites
Expand Down

0 comments on commit 8314a85

Please sign in to comment.