ZhuozhaoLi commented on issue #443: A tutorial for deploying openwhisk on kube without using helm URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/443#issuecomment-474452690 Thanks for the response. The problem is that I do not have cluster-admin role on the kubernetes cluster, which disallows me to run `kubectl create clusterrolebinding tiller-cluster-admin --clusterrole=cluster-admin --serviceaccount=kube-system:default`. I want to confirm: can we run openwhisk on a kubernetes cluster without cluster-admin role? > I think it could work to use `helm template` to render the yaml and then `kubectl apply` on the yaml. > > Instead of > `helm install ./helm/openwhisk --namespace=openwhisk --name=owdev -f mycluster.yaml` > do > > ``` > helm template ./helm/openwhisk --namespace=openwhisk --name=owdev -f mycluster.yaml > tmp.yaml > kubectl apply -f tmp.yaml > ```
---------------------------------------------------------------- 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] With regards, Apache Git Services
