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
296 stars 228 forks source link

Tutorial based on Docker for mac contain a outdated command (?) #702

Closed Sladerix closed 2 years ago

Sladerix commented 2 years ago

Hi everyone, i'm trying to following the guide to install openwhisk on the kubernetes cluster provided by docker. it says to execute this command: kubectl config use-context docker-for-desktop but it does not work. searching on google i found the official website page https://docs.docker.com/desktop/kubernetes/ where this command is used kubectl config use-context docker-desktop i think is the same thing, with the difference that this works

dgrove-oss commented 2 years ago

Hi, I think you are right...docker changed this a while ago. If you wanted to submit a PR to fix the docs that would be great

Sladerix commented 2 years ago

Hi, I think you are right...docker changed this a while ago. If you wanted to submit a PR to fix the docs that would be great

I think i've done

dgrove-oss commented 2 years ago

Fixed in #783