This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-deploy-kube.git
The following commit(s) were added to refs/heads/master by this push:
new d57017e Remove path configuration step in k8s-kind.md (#642)
d57017e is described below
commit d57017ea874bfbe5e02dc72347351dcf24a7a9fd
Author: Lorenzo <[email protected]>
AuthorDate: Thu Oct 1 00:17:42 2020 +0100
Remove path configuration step in k8s-kind.md (#642)
---
docs/k8s-kind.md | 5 -----
1 file changed, 5 deletions(-)
diff --git a/docs/k8s-kind.md b/docs/k8s-kind.md
index bdb4c63..a7ee381 100644
--- a/docs/k8s-kind.md
+++ b/docs/k8s-kind.md
@@ -66,11 +66,6 @@ Now create your cluster with the command:
kind create cluster --config kind-cluster.yaml
```
-Next, configure `kubectl` by executing
-```shell
-KUBECONFIG="$(kind get kubeconfig-path)"
-```
-
Then label the two worker nodes so that one is reserved for the invoker
and the other will be used to run the rest of the OpenWhisk system.
```shell