Giter Site home page Giter Site logo

Error in kubernetes-dashboard about aks HOT 6 CLOSED

ziXet avatar ziXet commented on August 20, 2024
Error in kubernetes-dashboard

from aks.

Comments (6)

relferreira avatar relferreira commented on August 20, 2024

I'm having the same issue with UK West

from aks.

eivim avatar eivim commented on August 20, 2024

AKS (preview) has capacity problems in both regions. Microsoft is probably working on it.

from aks.

Naninani avatar Naninani commented on August 20, 2024

Location: westus2
k8s: version 1.8.1
SKU: Standard_E32s_v3

kubectl -n kube-system get po

NAME                                    READY     STATUS             RESTARTS   AGE
heapster-58f795c4cf-5qfnx               2/2       Running            0          59m
kube-dns-v20-6c8f7f988b-28wcm           3/3       Running            0          59m
kube-dns-v20-6c8f7f988b-zslft           3/3       Running            0          59m
kube-proxy-h8f4p                        1/1       Running            0          59m
kube-proxy-km8db                        1/1       Running            0          59m
kube-proxy-x982b                        1/1       Running            0          59m
kube-svc-redirect-pc5zs                 0/1       CrashLoopBackOff   16         59m
kube-svc-redirect-sscj8                 0/1       CrashLoopBackOff   15         59m
kube-svc-redirect-x8d2v                 0/1       CrashLoopBackOff   16         59m
kubernetes-dashboard-6fc8cf9586-csq8s   0/1       CrashLoopBackOff   14         59m
tunnelfront-g4qcv                       0/1       CrashLoopBackOff   16         59m
tunnelfront-nv992                       0/1       CrashLoopBackOff   16         59m
tunnelfront-w2jbx                       0/1       CrashLoopBackOff   15         59m

kubectl get events -n kube-system

LAST SEEN   FIRST SEEN   COUNT     NAME                                                     KIND      SUBOBJECT                       TYPE      REASON       SOURCE                               MESSAGE
2m          1h           267       kube-svc-redirect-pc5zs.14f5d4384d7b1e7d                 Pod                                       Warning   FailedSync   kubelet, aks-agentpool1-38036297-2   Error syncing pod
32m         1h           131       kube-svc-redirect-pc5zs.14f5d43c8bee5b47                 Pod       spec.containers{redirector}     Warning   BackOff      kubelet, aks-agentpool1-38036297-2   Back-off restarting failed container
17m         1h           193       kube-svc-redirect-sscj8.14f5d43a92eaa244                 Pod       spec.containers{redirector}     Warning   BackOff      kubelet, aks-agentpool1-38036297-0   Back-off restarting failed container
2m          1h           257       kube-svc-redirect-sscj8.14f5d43a92ed9e55                 Pod                                       Warning   FailedSync   kubelet, aks-agentpool1-38036297-0   Error syncing pod
7m          1h           250       kube-svc-redirect-x8d2v.14f5d43839ba6c58                 Pod       spec.containers{redirector}     Warning   BackOff      kubelet, aks-agentpool1-38036297-1   Back-off restarting failed container
2m          1h           273       kube-svc-redirect-x8d2v.14f5d43839bc688b                 Pod                                       Warning   FailedSync   kubelet, aks-agentpool1-38036297-1   Error syncing pod
59m         1h           4         kubernetes-dashboard-6fc8cf9586-csq8s.14f5d43cc73455a1   Pod       spec.containers{main}           Normal    Created      kubelet, aks-agentpool1-38036297-1   Created container
59m         1h           4         kubernetes-dashboard-6fc8cf9586-csq8s.14f5d43cda1ac8bf   Pod       spec.containers{main}           Normal    Started      kubelet, aks-agentpool1-38036297-1   Started container
1m          1h           7         kubernetes-dashboard-6fc8cf9586-csq8s.14f5d444af28a9a8   Pod       spec.containers{main}           Warning   Unhealthy    kubelet, aks-agentpool1-38036297-1   Liveness probe failed: Get http://10.244.2.5:9090/: dial tcp 10.244.2.5:9090: getsockopt: connection refused
59m         1h           3         kubernetes-dashboard-6fc8cf9586-csq8s.14f5d4465cc141a2   Pod       spec.containers{main}           Normal    Pulled       kubelet, aks-agentpool1-38036297-1   Container image "gcrio.azureedge.net/google_containers/kubernetes-dashboard-amd64:v1.7.1" already present on machine
56m         1h           13        kubernetes-dashboard-6fc8cf9586-csq8s.14f5d44e228e9ca1   Pod       spec.containers{main}           Warning   BackOff      kubelet, aks-agentpool1-38036297-1   Back-off restarting failed container
6m          1h           221       kubernetes-dashboard-6fc8cf9586-csq8s.14f5d44e22904d6f   Pod                                       Warning   FailedSync   kubelet, aks-agentpool1-38036297-1   Error syncing pod
2m          1h           263       tunnelfront-g4qcv.14f5d43a6c73fbf5                       Pod       spec.containers{tunnel-front}   Warning   BackOff      kubelet, aks-agentpool1-38036297-2   Back-off restarting failed container
7m          1h           242       tunnelfront-g4qcv.14f5d43a6c768465                       Pod                                       Warning   FailedSync   kubelet, aks-agentpool1-38036297-2   Error syncing pod
16m         1h           198       tunnelfront-nv992.14f5d4383adcbdea                       Pod       spec.containers{tunnel-front}   Warning   BackOff      kubelet, aks-agentpool1-38036297-1   Back-off restarting failed container
1m          1h           265       tunnelfront-nv992.14f5d4383addcbd5                       Pod                                       Warning   FailedSync   kubelet, aks-agentpool1-38036297-1   Error syncing pod
2m          1h           256       tunnelfront-w2jbx.14f5d43f0b4eba3b                       Pod       spec.containers{tunnel-front}   Warning   BackOff      kubelet, aks-agentpool1-38036297-0   Back-off restarting failed container
11m         1h           212       tunnelfront-w2jbx.14f5d43f0b50c92f                       Pod                                       Warning   FailedSync   kubelet, aks-agentpool1-38036297-0   Error syncing pod

from aks.

jespernohr avatar jespernohr commented on August 20, 2024

deployment successful in eastus

image

from aks.

khenidak avatar khenidak commented on August 20, 2024

Hi @ziXet thanks for reporting this clusters created on EastUS, or the new capacity regions (starting Monday 13th) supports kubectl proxy commands followed by pointing your browser to localhost:8001/ui

from aks.

slack avatar slack commented on August 20, 2024

This should be out in East US now and all new regions (coming soon). Please re-open if this pops up again.

from aks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.