File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -293,18 +293,18 @@ Before starting, make sure you have the following:
293
293
1. Check the message in the Run:ai platform for further details regarding the missing prerequisites.
294
294
2. Inspect the `runai-public` ConfigMap:
295
295
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:
297
297
298
298
```bash
299
- kubectl get configmap -n runai-public
299
+ kubectl get configmap -n runai
300
300
```
301
301
302
302
3. Describe the ConfigMap
303
303
* Locate the ConfigMap named `runai-public` from the list
304
304
* To view the detailed contents of this ConfigMap, type the following command:
305
305
306
306
``` bash
307
- kubectl describe configmap runai-public -n runai-public
307
+ kubectl describe configmap runai-public -n runai
308
308
```
309
309
310
310
4. Find Missing Prerequisites
You can’t perform that action at this time.
0 commit comments