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 749de9a commit 35cf836Copy full SHA for 35cf836
code/project/README.md
@@ -21,16 +21,16 @@ k3d cluster create distml --image rancher/k3s:v1.25.3-k3s1
21
22
23
```
24
-k create ns kubeflow
+kubectl create ns kubeflow
25
kns kubeflow
26
-k kustomize manifests | k apply -f -
+kubectl kustomize manifests | kubectl apply -f -
27
28
29
# Run Workflow
30
31
32
-k create -f manifests/e2e-demo/workflows-templates-tfjob.yaml
33
-k create -f manifests/e2e-demo/e2e-workflow.yaml
+kubectl create -f manifests/e2e-demo/workflows-templates-tfjob.yaml
+kubectl create -f manifests/e2e-demo/e2e-workflow.yaml
34
35
36
# Clean-up
0 commit comments