Skip to content

Commit d57017e

Browse files
authored
Remove path configuration step in k8s-kind.md (#642)
1 parent 4e804d5 commit d57017e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/k8s-kind.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,6 @@ Now create your cluster with the command:
6666
kind create cluster --config kind-cluster.yaml
6767
```
6868

69-
Next, configure `kubectl` by executing
70-
```shell
71-
KUBECONFIG="$(kind get kubeconfig-path)"
72-
```
73-
7469
Then label the two worker nodes so that one is reserved for the invoker
7570
and the other will be used to run the rest of the OpenWhisk system.
7671
```shell

0 commit comments

Comments
 (0)