Skip to content

Commit 35cf836

Browse files
Update README.md
1 parent 749de9a commit 35cf836

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

code/project/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ k3d cluster create distml --image rancher/k3s:v1.25.3-k3s1
2121

2222

2323
```
24-
k create ns kubeflow
24+
kubectl create ns kubeflow
2525
kns kubeflow
26-
k kustomize manifests | k apply -f -
26+
kubectl kustomize manifests | kubectl apply -f -
2727
```
2828

2929
# Run Workflow
3030

3131
```
32-
k create -f manifests/e2e-demo/workflows-templates-tfjob.yaml
33-
k create -f manifests/e2e-demo/e2e-workflow.yaml
32+
kubectl create -f manifests/e2e-demo/workflows-templates-tfjob.yaml
33+
kubectl create -f manifests/e2e-demo/e2e-workflow.yaml
3434
```
3535

3636
# Clean-up

0 commit comments

Comments
 (0)