[Solved] E0406 10:16:14.156000 1794 memcache.go:287] couldn’t get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request

2023/05/20 17:32

Error

E0406 10:16:14.156000 1794 memcache.go:287] couldn’t get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request

E0406 10:16:14.231443 1794 memcache.go:121] couldn’t get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request

E0406 10:16:14.233014 1794 memcache.go:121] couldn’t get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request

E0406 10:16:14.234844 1794 memcache.go:121] couldn’t get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request

Solution

$ k3d delete cluster

$ curl -sfL https://get.k3s.io |INSTALL_K3S_EXEC=”–disable traefik –disable local-storage –node-name hkm.int.h.net –node-ip 192.168.151.10 server –node-taint CriticalAddonsOnly=true:NoExecute” sh –

$ k3d create cluster

Leave a Reply

Back to top