$ brew install kubernetes-helm $ helm init # init Helm Tiller, не нужно на Helm v3+ $ kubectl get pods -n kube-system # verify that tiller-deploy is in the running state, не нужно на helm v3+ $ kubectl create clusterrolebinding tiller-cluster-admin --clusterrole=cluster-admin --serviceaccount=kube-system:default $ helm install ./openwhisk/helm/ --namespace=openwhisk -f mycluster.yaml