Skip to content

Commit

Permalink
Specify namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
terrytangyuan committed Aug 22, 2023
1 parent 1b7a7f6 commit 1001951
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/project/code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ k3d image import kubeflow/multi-worker-strategy:v0.1 --cluster distml
kind load docker-image kubeflow/multi-worker-strategy:v0.1 --name distml
```

Switch to "kubeflow" namespace:
```
kubectl config set-context --current --namespace=kubeflow
```

Specify your storageClassName and create a persistent volume claim to save
models and checkpoints
```
Expand Down

0 comments on commit 1001951

Please sign in to comment.