simonkleinfeld opened a new issue #683: URL: https://github.com/apache/openwhisk-deploy-kube/issues/683
Hi, i'm trying to install openwhisk on my local single node cluster using Docker for Windows. I followed the install instructions on https://github.com/apache/openwhisk-deploy-kube/blob/master/docs/k8s-docker-for-windows.md but if i run `helm install owdev ./helm/openwhisk -n openwhisk --create-namespace -f mycluster.yaml` i get the following error: `Error: pods "owdev-wskadmin" is forbidden: error looking up service account openwhisk/default: serviceaccount "default" not found` I also did a reset of my kubernetes cluster and tried it again, with the same result. The mycluster.yaml looks so: ``` whisk: ingress: type: NodePort apiHostName: 192.168.65.4 apiHostPort: 31001 nginx: httpsNodePort: 31001 ``` I'm using the following versions: docker for windows: 3.2.2 kubernetes: 1.19.7 helm: 3.5.2 Thank you -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
