We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7a7f6 commit 1001951Copy full SHA for 1001951
code/project/code/README.md
@@ -15,6 +15,11 @@ k3d image import kubeflow/multi-worker-strategy:v0.1 --cluster distml
15
kind load docker-image kubeflow/multi-worker-strategy:v0.1 --name distml
16
```
17
18
+Switch to "kubeflow" namespace:
19
+```
20
+kubectl config set-context --current --namespace=kubeflow
21
22
+
23
Specify your storageClassName and create a persistent volume claim to save
24
models and checkpoints
25
0 commit comments