We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After creating the resource group cluster using AKS, multiple core processes including the dashboard are in the CrashLoopBackOff state.
NAMESPACE NAME READY STATUS RESTARTS AGE kube-system heapster-553147743-tl502 2/2 Running 0 6h kube-system kube-dns-v20-1654923623-1bw3h 3/3 Running 0 6h kube-system kube-dns-v20-1654923623-c7xx9 3/3 Running 0 6h kube-system kube-proxy-jq2lf 1/1 Running 0 6h kube-system kube-svc-redirect-pqgx7 0/1 CrashLoopBackOff 77 6h kube-system kubernetes-dashboard-3427906134-vxlgv 0/1 CrashLoopBackOff 83 6h kube-system tunnelfront-rqm8f 0/1 CrashLoopBackOff 77
Attempts to install tiller have not worked. Using helm 2.6.1
kubectl --namespace kube-system create sa tiller kubectl create clusterrolebinding tiller --clusterrole cluster-admin --serviceaccount=kube-system:tiller helm init --service-account tiller helm init --service-account tiller --upgrade
Executing helm version: helm version Client: &version.Version{SemVer:"v2.6.1", GitCommit:"bbc1f71dc03afc5f00c6ac84b9308f8ecb4f39ac", GitTreeState:"clean"} Error: cannot connect to Tiller
The text was updated successfully, but these errors were encountered:
Same issue here in both westus2 and ukwest regions
Sorry, something went wrong.
Yes, I was in Westus2. Good to here it wasn't just me. ;) I think those are the only two regions that have availability.
related to #2
Thanks! OK. I'll close this issue.
No branches or pull requests
After creating the resource group cluster using AKS, multiple core processes including the dashboard are in the CrashLoopBackOff state.
NAMESPACE NAME READY STATUS RESTARTS AGE
kube-system heapster-553147743-tl502 2/2 Running 0 6h
kube-system kube-dns-v20-1654923623-1bw3h 3/3 Running 0 6h
kube-system kube-dns-v20-1654923623-c7xx9 3/3 Running 0 6h
kube-system kube-proxy-jq2lf 1/1 Running 0 6h
kube-system kube-svc-redirect-pqgx7 0/1 CrashLoopBackOff 77 6h
kube-system kubernetes-dashboard-3427906134-vxlgv 0/1 CrashLoopBackOff 83 6h
kube-system tunnelfront-rqm8f 0/1 CrashLoopBackOff 77
Attempts to install tiller have not worked. Using helm 2.6.1
The text was updated successfully, but these errors were encountered: