Skip to content

Commit 1001951

Browse files
Specify namespace
1 parent 1b7a7f6 commit 1001951

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

code/project/code/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ k3d image import kubeflow/multi-worker-strategy:v0.1 --cluster distml
1515
kind load docker-image kubeflow/multi-worker-strategy:v0.1 --name distml
1616
```
1717

18+
Switch to "kubeflow" namespace:
19+
```
20+
kubectl config set-context --current --namespace=kubeflow
21+
```
22+
1823
Specify your storageClassName and create a persistent volume claim to save
1924
models and checkpoints
2025
```

0 commit comments

Comments
 (0)