Skip to content

Instantly share code, notes, and snippets.

@Aisuko
Last active June 8, 2019 08:51
Show Gist options
  • Save Aisuko/b8ad7c40144a435fbe21b26d731f8ca2 to your computer and use it in GitHub Desktop.
Save Aisuko/b8ad7c40144a435fbe21b26d731f8ca2 to your computer and use it in GitHub Desktop.
Install triller
helm reset --force
# helm version --server
kubectl -n kube-system create serviceaccount tiller
kubectl create clusterrolebinding tiller --clusterrole=cluster-admin --serviceaccount=kube-system:tiller
helm init --service-account tiller
# In China
helm init --service-account tiller --tiller-image registry.cn-hangzhou.aliyuncs.com/google_containers/tiller:<tag>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment