Skip to content

Commit c150283

Browse files
authored
Merge pull request #1303 from run-ai/Fix_runaipublic_namespace
Update clusters.md
2 parents 098339a + c08966c commit c150283

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/admin/config/clusters.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,18 +293,18 @@ Before starting, make sure you have the following:
293293
1. Check the message in the Run:ai platform for further details regarding the missing prerequisites.
294294
2. Inspect the `runai-public` ConfigMap:
295295

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

298298
```bash
299-
kubectl get configmap -n runai-public
299+
kubectl get configmap -n runai
300300
```
301301

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

306306
``` bash
307-
kubectl describe configmap runai-public -n runai-public
307+
kubectl describe configmap runai-public -n runai
308308
```
309309

310310
4. Find Missing Prerequisites

0 commit comments

Comments
 (0)