adamant-kite-43734
05/06/2025, 6:44 PMcreamy-pencil-82913
05/06/2025, 7:20 PMcreamy-pencil-82913
05/06/2025, 7:20 PMcreamy-pencil-82913
05/06/2025, 7:21 PMkubectl get pod -A -o wide
to see what all is runningpowerful-librarian-10572
05/07/2025, 9:37 AMnice-breakfast-55063
05/07/2025, 11:30 AMkubectl logs
of my cattle-cluster-agent
shows an error (it hangs in CrashLoopBack as well):
#dnsPolicy: ClusterFirst
INFO: Using resolv.conf: search cattle-system.svc.cluster.local svc.cluster.local cluster.local <http://mydomain.com|mydomain.com> nameserver 10.43.0.10 options ndots:5
ERROR: <https://myrancher.mydomain.com/ping> is not accessible (Could not resolve host: <http://myrancher.mydomain.com|myrancher.mydomain.com>)
#dnsPolicy: Default
INFO: Using resolv.conf: search <http://mydomain.com|mydomain.com> nameserver 172.1.1.1 nameserver 172.1.1.2
ERROR: <https://myrancher.mydomain.com/ping> is not accessible (Could not resolve host: <http://myrancher.mydomain.com|myrancher.mydomain.com>)
Resolving <http://myrancher.mydomain.com|myrancher.mydomain.com>
from another pod in kube-system works.
found a few open/known issues related to DNS, where #16454 comes closest to what i seem to have. according to this i changed /etc/hosts
and modified the core-dns configmap - in both cases adding <http://myrancher.mydomain.com|myrancher.mydomain.com>
as host.
i did try different configurations when creating the cluster as well (cilium & calico as cni, leave all network settings all to defaults).
No change in behaviour until now.nice-breakfast-55063
05/07/2025, 12:38 PMNAME READY STATUS RESTARTS AGE
cilium-g8vdw 1/1 Running 0 61m
cilium-operator-6dfff79f58-4fxqx 0/1 Pending 0 61m
cilium-operator-6dfff79f58-n562h 1/1 Running 0 61m
cloud-controller-manager-rzlxdefdevrke01 1/1 Running 0 61m
etcd-rzlxdefdevrke01 1/1 Running 0 60m
helm-install-rke2-cilium-mqdht 0/1 Completed 0 61m
helm-install-rke2-coredns-vp7lh 0/1 Completed 0 61m
helm-install-rke2-ingress-nginx-mcm6s 0/1 CrashLoopBackOff 13 (4m48s ago) 61m
helm-install-rke2-metrics-server-llsgm 1/1 Running 14 (5m10s ago) 61m
helm-install-rke2-runtimeclasses-hwjzd 1/1 Running 14 (5m25s ago) 61m
helm-install-rke2-snapshot-controller-crd-smxzk 0/1 CrashLoopBackOff 13 (5m ago) 61m
helm-install-rke2-snapshot-controller-pzsk6 0/1 CrashLoopBackOff 13 (4m57s ago) 61m
kube-apiserver-rzlxdefdevrke01 1/1 Running 0 61m
kube-controller-manager-rzlxdefdevrke01 1/1 Running 0 61m
kube-proxy-rzlxdefdevrke01 1/1 Running 0 60m
kube-scheduler-rzlxdefdevrke01 1/1 Running 0 61m
rke2-coredns-rke2-coredns-6ff85b696b-d82zg 0/1 Running 0 72s
rke2-coredns-rke2-coredns-autoscaler-6898c795f-884wh 1/1 Running 18 (5m36s ago) 61m
powerful-librarian-10572
05/07/2025, 12:38 PMnice-breakfast-55063
05/07/2025, 12:43 PMmaxprocs: Updating GOMAXPROCS=1: using minimum allowed GOMAXPROCS
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
[WARNING] plugin/kubernetes: starting server with unsynced Kubernetes API
.:53
[INFO] plugin/reload: Running configuration SHA512 = c18591e7950724fe7f26bd172b7e98b6d72581b4a8fc4e5fc4cfd08229eea58f4ad043c9fd3dbd1110a11499c4aa3164cdd63ca0dd5ee59651d61756c4f671b7
CoreDNS-1.12.0
linux/amd64, go1.22.8 X:boringcrypto, 51e11f166
[INFO] plugin/kubernetes: pkg/mod/k8s.io/client-go@v0.31.2/tools/cache/reflector.go:243: failed to list *v1.Namespace: Get "<https://100.195.0.1:443/api/v1/namespaces?limit=500&resourceVersion=0>": dial tcp 100.195.0.1:443: i/o timeout
[ERROR] plugin/kubernetes: Unhandled Error
[INFO] plugin/kubernetes: pkg/mod/k8s.io/client-go@v0.31.2/tools/cache/reflector.go:243: failed to list *v1.Service: Get "<https://100.195.0.1:443/api/v1/services?limit=500&resourceVersion=0>": dial tcp 100.195.0.1:443: i/o timeout
[ERROR] plugin/kubernetes: Unhandled Error
[INFO] plugin/kubernetes: pkg/mod/k8s.io/client-go@v0.31.2/tools/cache/reflector.go:243: failed to list *v1.EndpointSlice: Get "<https://100.195.0.1:443/apis/discovery.k8s.io/v1/endpointslices?limit=500&resourceVersion=0>": dial tcp 100.195.0.1:443: i/o timeout
[ERROR] plugin/kubernetes: Unhandled Error
powerful-librarian-10572
05/07/2025, 1:36 PMcreamy-pencil-82913
05/07/2025, 3:42 PMpowerful-librarian-10572
05/07/2025, 3:43 PMcreamy-pencil-82913
05/07/2025, 4:38 PMnice-breakfast-55063
05/08/2025, 7:53 AM