Skip to content

Commit

Permalink
helm install debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
dfateyev committed Dec 4, 2019
1 parent cbd2a31 commit 3dfbec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.jps
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ actions:

install-helm-master:
cmd[${nodes.k8sm.master.id}]: |-
curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash > /dev/null 2>&1
curl -s https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
kubectl create serviceaccount --namespace kube-system tiller
kubectl create clusterrolebinding tiller-cluster-rule --clusterrole=cluster-admin --serviceaccount=kube-system:tiller
helm init --upgrade --service-account tiller
Expand Down

0 comments on commit 3dfbec9

Please sign in to comment.