From 1001951730888bef41e2288754c34737d31ac239 Mon Sep 17 00:00:00 2001 From: "Yuan (Terry) Tang" Date: Tue, 22 Aug 2023 14:52:44 -0400 Subject: [PATCH] Specify namespace --- code/project/code/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/project/code/README.md b/code/project/code/README.md index ae12bb7..4eab21d 100644 --- a/code/project/code/README.md +++ b/code/project/code/README.md @@ -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 ```