Skip to content

Commit 3dfbec9

Browse files
committed
helm install debug output
1 parent cbd2a31 commit 3dfbec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifest.jps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ actions:
239239

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

0 commit comments

Comments
 (0)