Hi all,
I installed a K3S master node (v 1.26.3+k3s1) with
curl -sfL https://get.k3s.io |INSTALL_K3S_EXEC="--disable traefik --disable local-storage --node-name hkm.int.h.net --node-ip 192.168.101.21 server --node-taint CriticalAddonsOnly=true:NoExecute" sh -
When I try to see the cluster info I get an E0406 error:
sysop@hdev:~/.kube$ kubectl cluster-info
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
Kubernetes control plane is running at https://hkm.int.h.net:6443
CoreDNS is running at https://hkm.int.h.net:6443/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy
Metrics-server is running at https://hkm.int.h.net:6443/api/v1/namespaces/kube-system/services/https:metrics-server:https/proxy
To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
sysop@hdev:~/.kube$
What can i do?
BTW when I installed K3S the last time (v1.24.3+k3s1) there was no error