Merge "Fix tiller metrics port exposure issue for minikube"
This commit is contained in:
commit
189c72a7bf
@ -193,13 +193,9 @@ helm init --service-account helm-tiller --output yaml \
|
||||
port: 44135
|
||||
targetPort: http
|
||||
EOF
|
||||
kubectl patch service tiller-deploy -n kube-system --patch "$(cat /tmp/tiller-deploy.yaml)"
|
||||
|
||||
kubectl --namespace=kube-system wait \
|
||||
--timeout=240s \
|
||||
--for=condition=Ready \
|
||||
pod -l app=helm,name=tiller
|
||||
EOF
|
||||
kubectl patch service tiller-deploy -n kube-system --patch "$(cat /tmp/tiller-deploy.yaml)"
|
||||
kubectl --namespace=kube-system wait --timeout=240s --for=condition=Ready pod -l app=helm,name=tiller
|
||||
|
||||
helm init --client-only
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user