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 4e804d5 commit d57017eCopy full SHA for d57017e
docs/k8s-kind.md
@@ -66,11 +66,6 @@ Now create your cluster with the command:
66
kind create cluster --config kind-cluster.yaml
67
```
68
69
-Next, configure `kubectl` by executing
70
-```shell
71
-KUBECONFIG="$(kind get kubeconfig-path)"
72
-```
73
-
74
Then label the two worker nodes so that one is reserved for the invoker
75
and the other will be used to run the rest of the OpenWhisk system.
76
```shell
0 commit comments