apache / openwhisk-deploy-kube

The Apache OpenWhisk Kubernetes Deployment repository supports deploying the Apache OpenWhisk system on Kubernetes and OpenShift clusters.
https://openwhisk.apache.org/
Apache License 2.0
297 stars 231 forks source link

Documentation: newest version of kind not supporting kubeconfig-path #641

Closed Mec-iS closed 3 years ago

Mec-iS commented 3 years ago

Hi, I am going through the documentation and when I reached

Next, configure kubectl by executing KUBECONFIG="$(kind get kubeconfig-path)"

it happened to notice that the version of kind I am using (kind version 0.9.0) does not have at all the command get kubeconfig-path. The only affine command I found in the help for version 0.9 is kind get kubeconfig but this returns an object and not a path. How can I find out the path to assign to KUBECONFIG with kind version 0.9.0?

dgrove-oss commented 3 years ago

I'm pretty sure this step is no longer needed; its a leftover from kind 0.6 or so. I'm using kind 0.8 and I don't need to do it.

Mec-iS commented 3 years ago

can confirm that I went through without it.