This is an automated email from the ASF dual-hosted git repository.
dgrove 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 d5addf9 Update k8s-kind.md (#719)
d5addf9 is described below
commit d5addf9c8d07bcbcf2063cad1d7233c1dda633ea
Author: Muhammad Valian Masdani <[email protected]>
AuthorDate: Mon Dec 27 21:24:34 2021 +0700
Update k8s-kind.md (#719)
wrong link for `start-kind.sh`
---
docs/k8s-kind.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/k8s-kind.md b/docs/k8s-kind.md
index af25ec4..769a36c 100644
--- a/docs/k8s-kind.md
+++ b/docs/k8s-kind.md
@@ -44,7 +44,7 @@ On Linux, make sure your userid is in the `docker` group on
the host
machine. This will enable you to run `kind` without
requiring `sudo` to gain `root` privileges.
-We've provided a [script](./deploy/kind/start-kind.sh)
+We've provided a [script](../deploy/kind/start-kind.sh)
that you can use to bring up a kind cluster in a
reasonable configuration for OpenWhisk. The script
assumes that port 31001 is available on your machine