Skip to content
New issue

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

[Linux][Fedora35] Starting minikube dashboard fails with Exiting due to HOST_KUBECTL_PROXY: readByteWithTimeout: EOF #13361

Open
mavjs opened this issue Jan 17, 2022 · 10 comments
Labels
co/dashboard dashboard related issues co/kubectl kubectl related bugs help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/bug Categorizes issue or PR as related to a bug. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. priority/backlog Higher priority than priority/awaiting-more-evidence.

Comments

@mavjs
Copy link

mavjs commented Jan 17, 2022

What Happened?

Launching minikube dashboard or minikube dashboard --url fails in launching the proxy with error: Exiting due to HOST_KUBECTL_PROXY: readByteWithTimeout: EOF

Attach the log file

Here is the log.txt obtained from running minikube logs --file=log.txt

Operating System

Redhat/Fedora

Driver

KVM2

@mavjs
Copy link
Author

mavjs commented Jan 17, 2022

Tried a few things

I dug into the code in minikube/cmd/kubectl.go and tried running the code snippet to see if there was any problems. Turns out, it ran fine (even when symlinked).

So I dug further and found that this error, for my use case at least, happens due to the use of kubectl via symlinking minikube binary as suggested alternative method in the doc: https://minikube.sigs.k8s.io/docs/handbook/kubectl/, however this error does not seem to occur when I use the shell alias method.

Here are my test cases:

Shell aliasing for kubectl

$ which kubectl
/usr/bin/which: no kubectl in (/home/user/bin)

$ ls -lah ~/bin/
total 191M
drwxrwxr-x. 1 user user  62 Jan 10 20:30 .
drwx--x--x. 1 user user 626 Jan 17 15:04 ..
-rwxrwxr-x. 1 user user 67M Jan 10 12:36 minikube

$ grep kubectl ~/.bashrc
alias kubectl="minikube kubectl --"
source <(kubectl completion bash)

$ minikube dashboard --url
🤔  Verifying dashboard health ...
🚀  Launching proxy ...
🤔  Verifying proxy health ...
http://127.0.0.1:33597/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/

Symlinking of kubectl via minikube binary

$ which kubectl
~/bin/kubectl

$ ls -lah ~/bin
total 191M
drwxrwxr-x. 1 user user  76 Jan 17 15:09 .
drwx--x--x. 1 user user 626 Jan 17 15:09 ..
lrwxrwxrwx. 1 user user  24 Jan 17 15:09 kubectl -> /home/user/bin/minikube
-rwxrwxr-x. 1 user user 67M Jan 10 12:36 minikube

$ grep kubectl ~/.bashrc
#alias kubectl="minikube kubectl --"
source <(kubectl completion bash)

$ minikube dashboard --url
🤔  Verifying dashboard health ...
🚀  Launching proxy ...

❌  Exiting due to HOST_KUBECTL_PROXY: readByteWithTimeout: EOF

╭───────────────────────────────────────────────────────────────────────────────────────────╮
│                                                                                           │
│    😿  If the above advice does not help, please let us know:                             │
│    👉  https://github.com/kubernetes/minikube/issues/new/choose                           │
│                                                                                           │
│    Please run `minikube logs --file=logs.txt` and attach logs.txt to the GitHub issue.    │
│    Please also attach the following file to the GitHub issue:                             │
│    - /tmp/minikube_dashboard_7a5f3eb2021e67bdbae38c29aa9a251bc7991cae_0.log               │
│                                                                                           │
╰───────────────────────────────────────────────────────────────────────────────────────────╯

@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Apr 18, 2022
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels May 18, 2022
@sharifelgamal sharifelgamal added kind/bug Categorizes issue or PR as related to a bug. priority/backlog Higher priority than priority/awaiting-more-evidence. co/dashboard dashboard related issues co/kubectl kubectl related bugs and removed lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. labels Jun 1, 2022
@sharifelgamal
Copy link
Collaborator

Interesting! I wonder what's different about minikube's kubectl implementation that would cause this error. We'd love some help taking a loot at it.

@sharifelgamal sharifelgamal added the help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. label Jun 1, 2022
@kadern0
Copy link
Contributor

kadern0 commented Jun 9, 2022

Can't reproduce it on Ubuntu 22.04

@fireinrain
Copy link

I got the same issue on fedora 36

@fireinrain
Copy link

It seems that a program has taken the dashbord port, you should check out the port. May be it has been taken.
I solve this by reboot my machine and recreate cluster

@megatony
Copy link

remove microk8s and problem will be solved.

sudo snap remove microk8s

@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all PRs.

This bot triages PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the PR is closed

You can:

  • Mark this PR as fresh with /remove-lifecycle stale
  • Close this PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 8, 2023
@huttsMichael
Copy link

Encountering this on Windows 10 as well. Freshly installed.

PS C:\Users\mhutts> minikube dashboard --alsologtostderr=true
I0219 14:58:11.229708    7828 out.go:345] Setting OutFile to fd 88 ...
I0219 14:58:11.229708    7828 out.go:358] Setting ErrFile to fd 92...
W0219 14:58:11.245334    7828 root.go:314] Error reading config file at C:\Users\mhutts\.minikube\config\config.json: open C:\Users\mhutts\.minikube\config\config.json: The system cannot find the file specified.
I0219 14:58:11.245334    7828 mustload.go:65] Loading cluster: minikube
I0219 14:58:11.245334    7828 config.go:182] Loaded profile config "minikube": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.0
I0219 14:58:11.260958    7828 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Status}}
I0219 14:58:11.307834    7828 host.go:66] Checking if "minikube" exists ...
I0219 14:58:11.307834    7828 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "8443/tcp") 0).HostPort}}'" minikube
I0219 14:58:11.354710    7828 api_server.go:166] Checking apiserver status ...
I0219 14:58:11.354710    7828 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0219 14:58:11.354710    7828 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube
I0219 14:58:11.401585    7828 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:52116 SSHKeyPath:C:\Users\mhutts\.minikube\machines\minikube\id_rsa Username:docker}
I0219 14:58:11.526584    7828 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/2387/cgroup
I0219 14:58:11.526584    7828 api_server.go:182] apiserver freezer: "7:freezer:/docker/3c1fc99833102de42494a48afe2a759c785b9a924a58fb8c1ff8c7d78a214b47/kubepods/burstable/podd72d0a4cf4be077c9919d46b7358a5e8/61fd4ec0364aadfec1433e3588417dcf3be88240cee42787500e4ab7da578c05"
I0219 14:58:11.540103    7828 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/3c1fc99833102de42494a48afe2a759c785b9a924a58fb8c1ff8c7d78a214b47/kubepods/burstable/podd72d0a4cf4be077c9919d46b7358a5e8/61fd4ec0364aadfec1433e3588417dcf3be88240cee42787500e4ab7da578c05/freezer.state
I0219 14:58:11.544861    7828 api_server.go:204] freezer state: "THAWED"
I0219 14:58:11.544861    7828 api_server.go:253] Checking apiserver healthz at https://127.0.0.1:52115/healthz ...
I0219 14:58:11.549118    7828 api_server.go:279] https://127.0.0.1:52115/healthz returned 200:
ok
W0219 14:58:11.549118    7828 out.go:270] 🤔  Verifying dashboard health ...
🤔  Verifying dashboard health ...
I0219 14:58:11.555707    7828 service.go:214] Found service: &Service{ObjectMeta:{kubernetes-dashboard  kubernetes-dashboard  10e02226-d0da-4c75-aec0-3224074dacb3 441 0 2025-02-19 10:38:03 -0500 EST <nil> <nil> map[addonmanager.kubernetes.io/mode:Reconcile k8s-app:kubernetes-dashboard kubernetes.io/minikube-addons:dashboard] map[kubectl.kubernetes.io/last-applied-configuration:{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{},"labels":{"addonmanager.kubernetes.io/mode":"Reconcile","k8s-app":"kubernetes-dashboard","kubernetes.io/minikube-addons":"dashboard"},"name":"kubernetes-dashboard","namespace":"kubernetes-dashboard"},"spec":{"ports":[{"port":80,"targetPort":9090}],"selector":{"k8s-app":"kubernetes-dashboard"}}}
] [] [] [{kubectl-client-side-apply Update v1 2025-02-19 10:38:03 -0500 EST FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:kubectl.kubernetes.io/last-applied-configuration":{}},"f:labels":{".":{},"f:addonmanager.kubernetes.io/mode":{},"f:k8s-app":{},"f:kubernetes.io/minikube-addons":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":80,\"protocol\":\"TCP\"}":{".":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}} }]},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:,Protocol:TCP,Port:80,TargetPort:{0 9090 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: kubernetes-dashboard,},ClusterIP:10.100.237.169,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[10.100.237.169],IPFamilies:[IPv4],AllocateLoadBalancerNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},}
W0219 14:58:11.556226    7828 out.go:270] 🚀  Launching proxy ...
🚀  Launching proxy ...
I0219 14:58:11.560093    7828 dashboard.go:152] Executing: C:\ProgramData\chocolatey\bin\kubectl.exe [C:\ProgramData\chocolatey\bin\kubectl.exe --context minikube proxy --port 0]
I0219 14:58:11.567450    7828 dashboard.go:157] Waiting for kubectl to output host:port ...
I0219 14:58:11.821672    7828 dashboard.go:175] proxy stdout: Starting to serve on 127.0.0.1:53962
W0219 14:58:11.821672    7828 out.go:270] 🤔  Verifying proxy health ...
🤔  Verifying proxy health ...
I0219 14:58:11.828029    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[ef3156d8-4e62-4f77-a4a9-81483502ab1a] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:11 GMT]] Body:0xc00090fd00 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000c19040 TLS:<nil>}
I0219 14:58:11.828029    7828 retry.go:31] will retry after 137.021µs: Temporary Error: unexpected response code: 503
I0219 14:58:11.830661    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[ab444c7d-5243-4488-8bba-01bc99da547a] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:11 GMT]] Body:0xc000c8a800 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc0008068c0 TLS:<nil>}
I0219 14:58:11.830661    7828 retry.go:31] will retry after 161.559µs: Temporary Error: unexpected response code: 503
I0219 14:58:11.832272    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[476b4335-96b1-48f0-85a7-8146094ca214] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:11 GMT]] Body:0xc00090fdc0 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000c19180 TLS:<nil>}
I0219 14:58:11.832791    7828 retry.go:31] will retry after 286.56µs: Temporary Error: unexpected response code: 503
I0219 14:58:11.834853    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[b0f5db22-6cc6-4aad-86e9-ef3d382183e6] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:11 GMT]] Body:0xc000c8a900 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000806a00 TLS:<nil>}
I0219 14:58:11.834853    7828 retry.go:31] will retry after 328.154µs: Temporary Error: unexpected response code: 503
I0219 14:58:11.835977    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[a267079b-6449-489b-8202-badc802c1e77] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:11 GMT]] Body:0xc00090fe80 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000c192c0 TLS:<nil>}
I0219 14:58:11.836981    7828 retry.go:31] will retry after 632.593µs: Temporary Error: unexpected response code: 503
I0219 14:58:11.839632    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[291f3c93-4a0f-4f82-912d-7bec300c8b74] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:11 GMT]] Body:0xc000b0b040 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000806b40 TLS:<nil>}
I0219 14:58:11.839632    7828 retry.go:31] will retry after 934.696µs: Temporary Error: unexpected response code: 503
I0219 14:58:11.842865    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[10d7dc83-e472-4e29-a663-fe7818e253ff] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:11 GMT]] Body:0xc000b0b100 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000599040 TLS:<nil>}
I0219 14:58:11.842865    7828 retry.go:31] will retry after 1.038764ms: Temporary Error: unexpected response code: 503
I0219 14:58:11.846036    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[90e40b4b-2693-44ad-aa73-9611e0455ef0] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:11 GMT]] Body:0xc000574f00 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000599180 TLS:<nil>}
I0219 14:58:11.846036    7828 retry.go:31] will retry after 1.055182ms: Temporary Error: unexpected response code: 503
I0219 14:58:11.849376    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[53440cb1-5ec5-4746-a2d0-a467377c7432] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:11 GMT]] Body:0xc000b0b1c0 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000806c80 TLS:<nil>}
I0219 14:58:11.849376    7828 retry.go:31] will retry after 2.730745ms: Temporary Error: unexpected response code: 503
I0219 14:58:11.853718    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[a2b93e8b-13a4-4aa7-bd89-fe0653fa716d] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:11 GMT]] Body:0xc000c8aa00 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc0005992c0 TLS:<nil>}
I0219 14:58:11.853718    7828 retry.go:31] will retry after 2.753363ms: Temporary Error: unexpected response code: 503
I0219 14:58:11.859725    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[211df448-6255-4c54-a93a-aaf58f301f97] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:11 GMT]] Body:0xc000b0b280 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000c19400 TLS:<nil>}
I0219 14:58:11.860237    7828 retry.go:31] will retry after 3.9409ms: Temporary Error: unexpected response code: 503
I0219 14:58:11.866564    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[8aa5481d-a18a-44e3-b4d2-2876eea952f6] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:11 GMT]] Body:0xc0005750c0 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000599400 TLS:<nil>}
I0219 14:58:11.866564    7828 retry.go:31] will retry after 11.439098ms: Temporary Error: unexpected response code: 503
I0219 14:58:11.881025    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[d82933a2-1480-457e-a851-72801b6fd35d] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:11 GMT]] Body:0xc000575500 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000806dc0 TLS:<nil>}
I0219 14:58:11.881025    7828 retry.go:31] will retry after 18.429733ms: Temporary Error: unexpected response code: 503
I0219 14:58:11.903238    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[f619ebf2-2a3c-426d-9d9d-b4e669c3374f] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:11 GMT]] Body:0xc000b0b380 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc0008072c0 TLS:<nil>}
I0219 14:58:11.903238    7828 retry.go:31] will retry after 10.099462ms: Temporary Error: unexpected response code: 503
I0219 14:58:11.919496    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[1d9b7017-268e-4110-a542-77b4416f3387] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:11 GMT]] Body:0xc000c8ab40 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000599540 TLS:<nil>}
I0219 14:58:11.919513    7828 retry.go:31] will retry after 26.180591ms: Temporary Error: unexpected response code: 503
I0219 14:58:11.950920    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[27268f5d-4d5f-4f07-96db-cd371df3ca0a] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:11 GMT]] Body:0xc000b0b440 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000c19540 TLS:<nil>}
I0219 14:58:11.950944    7828 retry.go:31] will retry after 58.416688ms: Temporary Error: unexpected response code: 503
I0219 14:58:12.016781    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[b40babe5-f619-49f4-a583-89fda731b324] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:12 GMT]] Body:0xc0005755c0 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000c19680 TLS:<nil>}
I0219 14:58:12.017334    7828 retry.go:31] will retry after 95.638691ms: Temporary Error: unexpected response code: 503
I0219 14:58:12.118127    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[2c2e86d7-27bf-4ae0-8cb1-5d867ffacb0c] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:12 GMT]] Body:0xc000c8ac40 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000807400 TLS:<nil>}
I0219 14:58:12.118653    7828 retry.go:31] will retry after 93.873722ms: Temporary Error: unexpected response code: 503
I0219 14:58:12.217180    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[1381cb98-ddb2-4cba-84e4-2b2773871fa4] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:12 GMT]] Body:0xc000c8acc0 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000c197c0 TLS:<nil>}
I0219 14:58:12.217802    7828 retry.go:31] will retry after 183.513821ms: Temporary Error: unexpected response code: 503
I0219 14:58:12.404695    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[95397f7a-94ea-4969-955e-50edf331cf94] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:12 GMT]] Body:0xc000b0b4c0 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000c19900 TLS:<nil>}
I0219 14:58:12.404695    7828 retry.go:31] will retry after 286.935358ms: Temporary Error: unexpected response code: 503
I0219 14:58:12.699595    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[263d78a1-70bd-4dda-a6c1-a5e832c77a7b] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:12 GMT]] Body:0xc000c8ad80 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000599680 TLS:<nil>}
I0219 14:58:12.699649    7828 retry.go:31] will retry after 225.24405ms: Temporary Error: unexpected response code: 503
I0219 14:58:12.935734    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[7d29595b-2c74-4373-999d-21423c42de7c] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:12 GMT]] Body:0xc000b0b580 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000c19a40 TLS:<nil>}
I0219 14:58:12.936256    7828 retry.go:31] will retry after 614.93476ms: Temporary Error: unexpected response code: 503
I0219 14:58:13.560732    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[e5ad0841-19d6-425c-b548-684ff19f7d67] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:13 GMT]] Body:0xc000575e00 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000599a40 TLS:<nil>}
I0219 14:58:13.561310    7828 retry.go:31] will retry after 1.06395948s: Temporary Error: unexpected response code: 503
I0219 14:58:14.629868    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[8af67ae5-8bd1-4c37-b8e8-c13da0f46a07] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:14 GMT]] Body:0xc000a24700 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000807540 TLS:<nil>}
I0219 14:58:14.629868    7828 retry.go:31] will retry after 1.413292395s: Temporary Error: unexpected response code: 503
I0219 14:58:16.048837    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[2f1be62f-9db2-48e8-b6fd-70403a3d8ca9] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:16 GMT]] Body:0xc000a24780 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000ca0280 TLS:<nil>}
I0219 14:58:16.049417    7828 retry.go:31] will retry after 1.544911729s: Temporary Error: unexpected response code: 503
I0219 14:58:17.598557    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[fe2c6912-4c48-4783-9ac1-1ef1ce08a551] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:17 GMT]] Body:0xc000c8ae80 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000ca03c0 TLS:<nil>}
I0219 14:58:17.599099    7828 retry.go:31] will retry after 2.733977362s: Temporary Error: unexpected response code: 503
I0219 14:58:20.339833    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[e46e19f5-8b2e-4b66-94d8-2510db60ce8e] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:20 GMT]] Body:0xc000b0b680 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000c19b80 TLS:<nil>}
I0219 14:58:20.340415    7828 retry.go:31] will retry after 3.881700961s: Temporary Error: unexpected response code: 503
I0219 14:58:24.226102    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[83bf27e1-1d00-4f8d-8af1-f50dfd0da9d4] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:24 GMT]] Body:0xc00061a000 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000599b80 TLS:<nil>}
I0219 14:58:24.226689    7828 retry.go:31] will retry after 4.219589299s: Temporary Error: unexpected response code: 503
I0219 14:58:28.450121    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[dcc7a8af-2017-40d0-b476-0183bda73496] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:28 GMT]] Body:0xc000b0b740 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000c19cc0 TLS:<nil>}
I0219 14:58:28.450121    7828 retry.go:31] will retry after 11.554554635s: Temporary Error: unexpected response code: 503
I0219 14:58:40.008367    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[c1655a6a-98ce-4619-ae77-470623338194] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:40 GMT]] Body:0xc00061a0c0 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000c19e00 TLS:<nil>}
I0219 14:58:40.008383    7828 retry.go:31] will retry after 10.898044299s: Temporary Error: unexpected response code: 503
I0219 14:58:50.909270    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[0eb23948-9a03-4aa8-9856-f720b1240936] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:58:50 GMT]] Body:0xc000c8afc0 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000807680 TLS:<nil>}
I0219 14:58:50.909270    7828 retry.go:31] will retry after 28.037186661s: Temporary Error: unexpected response code: 503
I0219 14:59:18.956939    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[cb2935e2-e0b0-4f38-a5a7-f45d3c721224] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:59:18 GMT]] Body:0xc00061a2c0 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000599cc0 TLS:<nil>}
I0219 14:59:18.957521    7828 retry.go:31] will retry after 23.161316999s: Temporary Error: unexpected response code: 503
I0219 14:59:42.119456    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[ad43f4dd-8c1c-4a40-842c-8fbb9d08e972] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 19:59:42 GMT]] Body:0xc00061a400 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000599e00 TLS:<nil>}
I0219 14:59:42.119456    7828 retry.go:31] will retry after 26.238851034s: Temporary Error: unexpected response code: 503
I0219 15:00:08.362575    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[6fe168aa-52c6-4ab1-b23f-cc03aa4806f3] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 20:00:08 GMT]] Body:0xc00061a500 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc0008077c0 TLS:<nil>}
I0219 15:00:08.363092    7828 retry.go:31] will retry after 46.638253676s: Temporary Error: unexpected response code: 503
I0219 15:00:55.009495    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[efb9f4d7-e4f3-49f0-a3ad-bfa7fc7979a9] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 20:00:55 GMT]] Body:0xc000c8a240 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000598500 TLS:<nil>}
I0219 15:00:55.009495    7828 retry.go:31] will retry after 1m7.076833632s: Temporary Error: unexpected response code: 503
I0219 15:02:02.092025    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[d8dc0c28-3580-43b3-be03-e6b717cf39af] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 20:02:02 GMT]] Body:0xc000c8a2c0 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000598780 TLS:<nil>}
I0219 15:02:02.092086    7828 retry.go:31] will retry after 1m10.454684709s: Temporary Error: unexpected response code: 503
I0219 15:03:12.557190    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[d78e274c-327f-43c3-9abd-acbbf80970d6] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 20:03:12 GMT]] Body:0xc000c8a240 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc0005988c0 TLS:<nil>}
I0219 15:03:12.557762    7828 retry.go:31] will retry after 1m28.428613804s: Temporary Error: unexpected response code: 503
I0219 15:04:40.993826    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[3350eb42-b172-499e-a270-53b3f19f1695] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 20:04:40 GMT]] Body:0xc000b0a400 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000598a00 TLS:<nil>}
I0219 15:04:40.994410    7828 retry.go:31] will retry after 1m14.872509889s: Temporary Error: unexpected response code: 503
I0219 15:05:55.876686    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[6d727413-4e34-43aa-ba8c-aa2433ec511c] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 20:05:55 GMT]] Body:0xc000c8a280 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000c18140 TLS:<nil>}
I0219 15:05:55.876686    7828 retry.go:31] will retry after 1m25.700252986s: Temporary Error: unexpected response code: 503
I0219 15:07:21.582526    7828 dashboard.go:214] http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[fbbc0658-3bf9-4888-a700-3bf10ac8b615] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Wed, 19 Feb 2025 20:07:21 GMT]] Body:0xc000c8a280 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0xc000c18280 TLS:<nil>}
I0219 15:07:21.583607    7828 out.go:201]

W0219 15:07:21.584149    7828 out.go:270] ❌  Exiting due to SVC_URL_TIMEOUT: http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ is not accessible: Temporary Error: unexpected response code: 503
❌  Exiting due to SVC_URL_TIMEOUT: http://127.0.0.1:53962/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ is not accessible: Temporary Error: unexpected response code: 503
I0219 15:07:21.585231    7828 out.go:201]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/dashboard dashboard related issues co/kubectl kubectl related bugs help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/bug Categorizes issue or PR as related to a bug. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. priority/backlog Higher priority than priority/awaiting-more-evidence.
Projects
None yet
Development

No branches or pull requests

8 participants