couldn't get resource list for metrics.k8s.io/v1beta1 #1265
TomBraun02
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am in the process of setting up a K3D server.
The base is either Debian 11 or Ubuntu Server 22.04.
Docker version 23.0.4
k3d version v5.4.9
k3s version v1.25.7-k3s1 (default)
Everything as root user
wget -q -O - https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash
k3d cluster create mycluster
kubectl cluster-info
E0420 14:31:44.167169 20084 memcache.go:287] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
E0420 14:31:44.197296 20084 memcache.go:121] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
E0420 14:31:44.211689 20084 memcache.go:121] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
E0420 14:31:44.224003 20084 memcache.go:121] couldn't get resource list for metrics.k8s.io/v1beta1: the server is currently unable to handle the request
Kubernetes control plane is running at https://0.0.0.0:39281
CoreDNS is running at https://0.0.0.0:39281/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy
Metrics-server is running at https://0.0.0.0:39281/api/v1/namespaces/kube-system/services/https:metrics-server:https/proxy
Can one of you tell me where my error is that the metrics.k8s.io/v1beta1 is not running?
Beta Was this translation helpful? Give feedback.
All reactions