Hyper-V Manager version: 10.0.19041.1 on Windows 10 ``` Static hostname: k8s-master-1 Operating System: CentOS Stream 9 Kernel: Linux 5.14.0-402.el9.x86_64 Architecture: x86-64 Hardware Model: Virtual Machine Static hostname: k8s-node-1 Operating System: CentOS Stream 9 Kernel: Linux 5.14.0-402.el9.x86_64 Architecture: x86-64 Hardware Model: Virtual Machine ``` ``` [test@k8s-master-1 ~]$ kubelet --version Kubernetes v1.29.0 [test@k8s-master-1 ~]$ kubectl version Client Version: v1.29.0 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server Version: v1.29.0 [test@k8s-master-1 ~]$ kubeadm version kubeadm version: &version.Info{Major:"1", Minor:"29", GitVersion:"v1.29.0", GitCommit:"3f7a50f38688eb332e2a1b013678c6435d539ae6", GitTreeState:"clean", BuildDate:"2023-12-13T08:50:10Z", GoVersion:"go1.21.5", Compiler:"gc", Platform:"linux/amd64"} [test@k8s-master-1 ~]$ containerd --version containerd github.com/containerd/containerd v1.7.11 64b8a811b07ba6288238eefc14d898ee0b5b99ba [test@k8s-master-1 ~]$ runc --version runc version 1.1.11 commit: v1.1.11-0-g4bccb38c spec: 1.0.2-dev go: go1.20.12 libseccomp: 2.5.4 CNI Plugins v1.4.0 ``` ``` [test@k8s-master-1 ~]$ kubectl get all -A -o wide NAMESPACE NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES calico-apiserver pod/calico-apiserver-7596f6c7b5-hglw8 0/1 ImagePullBackOff 0 8m30s 192.168.196.5 k8s-master-1 calico-apiserver pod/calico-apiserver-7596f6c7b5-rlck4 0/1 ImagePullBackOff 0 8m30s 192.168.109.66 k8s-node-1 calico-system pod/calico-kube-controllers-65f8b797fc-lxw6t 1/1 Running 0 10m 192.168.196.4 k8s-master-1 calico-system pod/calico-node-v7n84 1/1 Running 0 10m 192.168.162.104 k8s-master-1 calico-system pod/calico-node-zsw7p 1/1 Running 0 10m 192.168.173.90 k8s-node-1 calico-system pod/calico-typha-7bd7f967dc-gcvnz 1/1 Running 0 10m 192.168.173.90 k8s-node-1 calico-system pod/csi-node-driver-6zpzq 1/2 ImagePullBackOff 0 10m 192.168.109.65 k8s-node-1 calico-system pod/csi-node-driver-q8l9n 1/2 ImagePullBackOff 0 10m 192.168.196.3 k8s-master-1 kube-system pod/coredns-76f75df574-dknlv 1/1 Running 0 11m 192.168.196.2 k8s-master-1 kube-system pod/coredns-76f75df574-pdh9z 1/1 Running 0 11m 192.168.196.1 k8s-master-1 kube-system pod/etcd-k8s-master-1 1/1 Running 0 12m 192.168.162.104 k8s-master-1 kube-system pod/kube-apiserver-k8s-master-1 1/1 Running 0 12m 192.168.162.104 k8s-master-1 kube-system pod/kube-controller-manager-k8s-master-1 1/1 Running 0 12m 192.168.162.104 k8s-master-1 kube-system pod/kube-proxy-qhjv7 1/1 Running 0 11m 192.168.162.104 k8s-master-1 kube-system pod/kube-proxy-x7k5b 1/1 Running 0 10m 192.168.173.90 k8s-node-1 kube-system pod/kube-scheduler-k8s-master-1 1/1 Running 0 12m 192.168.162.104 k8s-master-1 tigera-operator pod/tigera-operator-55585899bf-hl27t 1/1 Running 0 10m 192.168.173.90 k8s-node-1 NAMESPACE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE SELECTOR calico-apiserver service/calico-api ClusterIP 10.109.169.156 443/TCP 8m30s apiserver=true calico-system service/calico-kube-controllers-metrics ClusterIP None 9094/TCP 8m35s k8s-app=calico-kube-controllers calico-system service/calico-typha ClusterIP 10.98.195.70 5473/TCP 10m k8s-app=calico-typha default service/kubernetes ClusterIP 10.96.0.1 443/TCP 12m kube-system service/kube-dns ClusterIP 10.96.0.10 53/UDP,53/TCP,9153/TCP 12m k8s-app=kube-dns NAMESPACE NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE CONTAINERS IMAGES SELECTOR calico-system daemonset.apps/calico-node 2 2 2 2 2 kubernetes.io/os=linux 10m calico-node docker.io/calico/node:v3.27.0 k8s-app=calico-node calico-system daemonset.apps/csi-node-driver 2 2 0 2 0 kubernetes.io/os=linux 10m calico-csi,csi-node-driver-registrar docker.io/calico/csi:v3.27.0,docker.io/calico/node-driver-registrar:v3.27.0 k8s-app=csi-node-driver kube-system daemonset.apps/kube-proxy 2 2 2 2 2 kubernetes.io/os=linux 12m kube-proxy registry.k8s.io/kube-proxy:v1.29.0 k8s-app=kube-proxy NAMESPACE NAME READY UP-TO-DATE AVAILABLE AGE CONTAINERS IMAGES SELECTOR calico-apiserver deployment.apps/calico-apiserver 0/2 2 0 8m30s calico-apiserver docker.io/calico/apiserver:v3.27.0 apiserver=true calico-system deployment.apps/calico-kube-controllers 1/1 1 1 10m calico-kube-controllers docker.io/calico/kube-controllers:v3.27.0 k8s-app=calico-kube-controllers calico-system deployment.apps/calico-typha 1/1 1 1 10m calico-typha docker.io/calico/typha:v3.27.0 k8s-app=calico-typha kube-system deployment.apps/coredns 2/2 2 2 12m coredns registry.k8s.io/coredns/coredns:v1.11.1 k8s-app=kube-dns tigera-operator deployment.apps/tigera-operator 1/1 1 1 10m tigera-operator quay.io/tigera/operator:v1.32.3 name=tigera-operator NAMESPACE NAME DESIRED CURRENT READY AGE CONTAINERS IMAGES SELECTOR calico-apiserver replicaset.apps/calico-apiserver-7596f6c7b5 2 2 0 8m30s calico-apiserver docker.io/calico/apiserver:v3.27.0 apiserver=true,pod-template-hash=7596f6c7b5 calico-system replicaset.apps/calico-kube-controllers-65f8b797fc 1 1 1 10m calico-kube-controllers docker.io/calico/kube-controllers:v3.27.0 k8s-app=calico-kube-controllers,pod-template-hash=65f8b797fc calico-system replicaset.apps/calico-typha-7bd7f967dc 1 1 1 10m calico-typha docker.io/calico/typha:v3.27.0 k8s-app=calico-typha,pod-template-hash=7bd7f967dc kube-system replicaset.apps/coredns-76f75df574 2 2 2 11m coredns registry.k8s.io/coredns/coredns:v1.11.1 k8s-app=kube-dns,pod-template-hash=76f75df574 tigera-operator replicaset.apps/tigera-operator-55585899bf 1 1 1 10m tigera-operator quay.io/tigera/operator:v1.32.3 name=tigera-operator,pod-template-hash=55585899bf ``` ``` [test@k8s-master-1 ~]$ systemctl status firewalld.service ○ firewalld.service - firewalld - dynamic firewall daemon Loaded: loaded (/usr/lib/systemd/system/firewalld.service; disabled; preset: enabled) Active: inactive (dead) Docs: man:firewalld(1) [test@k8s-node-1 ~]$ systemctl status firewalld.service ○ firewalld.service - firewalld - dynamic firewall daemon Loaded: loaded (/usr/lib/systemd/system/firewalld.service; disabled; preset: enabled) Active: inactive (dead) Docs: man:firewalld(1) ``` ``` [test@k8s-master-1 ~]$ cat /etc/resolv.conf # Generated by NetworkManager search mshome.net nameserver 192.168.160.1 [test@k8s-node-1 ~]$ cat /etc/resolv.conf # Generated by NetworkManager search mshome.net nameserver 192.168.160.1 ``` ``` [test@k8s-master-1 ~]$ ping google.com ping: google.com: Name or service not known [test@k8s-master-1 ~]$ ping 8.8.8.8 PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. 64 bytes from 8.8.8.8: icmp_seq=1 ttl=57 time=5.99 ms 64 bytes from 8.8.8.8: icmp_seq=2 ttl=57 time=6.02 ms 64 bytes from 8.8.8.8: icmp_seq=3 ttl=57 time=5.98 ms 64 bytes from 8.8.8.8: icmp_seq=4 ttl=57 time=6.89 ms 64 bytes from 8.8.8.8: icmp_seq=5 ttl=57 time=6.62 ms 64 bytes from 8.8.8.8: icmp_seq=6 ttl=57 time=6.47 ms 64 bytes from 8.8.8.8: icmp_seq=7 ttl=57 time=6.49 ms 64 bytes from 8.8.8.8: icmp_seq=8 ttl=57 time=6.19 ms 64 bytes from 8.8.8.8: icmp_seq=9 ttl=57 time=6.63 ms 64 bytes from 8.8.8.8: icmp_seq=10 ttl=57 time=6.49 ms ^C --- 8.8.8.8 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9011ms rtt min/avg/max/mdev = 5.984/6.376/6.886/0.297 ms ``` ``` [test@k8s-master-1 ~]$ kubectl logs -n kube-system coredns-76f75df574-dknlv -c coredns .:53 [INFO] plugin/reload: Running configuration SHA512 = CoreDNS-1.11.1 linux/amd64, go1.20.7, ae2bbc2 [ERROR] plugin/errors: 2 5032966447858954372.8807450916976557841. HINFO: read udp 192.168.196.2:34450->192.168.160.1:53: i/o timeout [ERROR] plugin/errors: 2 5032966447858954372.8807450916976557841. HINFO: read udp 192.168.196.2:35598->192.168.160.1:53: i/o timeout [ERROR] plugin/errors: 2 5032966447858954372.8807450916976557841. HINFO: read udp 192.168.196.2:54687->192.168.160.1:53: i/o timeout [ERROR] plugin/errors: 2 5032966447858954372.8807450916976557841. HINFO: read udp 192.168.196.2:36907->192.168.160.1:53: i/o timeout [ERROR] plugin/errors: 2 5032966447858954372.8807450916976557841. HINFO: read udp 192.168.196.2:38358->192.168.160.1:53: i/o timeout [ERROR] plugin/errors: 2 5032966447858954372.8807450916976557841. HINFO: read udp 192.168.196.2:56009->192.168.160.1:53: i/o timeout [ERROR] plugin/errors: 2 5032966447858954372.8807450916976557841. HINFO: read udp 192.168.196.2:49943->192.168.160.1:53: i/o timeout [ERROR] plugin/errors: 2 5032966447858954372.8807450916976557841. HINFO: read udp 192.168.196.2:36806->192.168.160.1:53: i/o timeout [ERROR] plugin/errors: 2 5032966447858954372.8807450916976557841. HINFO: read udp 192.168.196.2:42060->192.168.160.1:53: i/o timeout [ERROR] plugin/errors: 2 5032966447858954372.8807450916976557841. HINFO: read udp 192.168.196.2:46326->192.168.160.1:53: i/o timeout [test@k8s-master-1 ~]$ kubectl logs -n kube-system coredns-76f75df574-pdh9z -c coredns .:53 [INFO] plugin/reload: Running configuration SHA512 = CoreDNS-1.11.1 linux/amd64, go1.20.7, ae2bbc2 [ERROR] plugin/errors: 2 1343842794517823317.2449944398980091995. HINFO: read udp 192.168.196.1:58600->192.168.160.1:53: i/o timeout [ERROR] plugin/errors: 2 1343842794517823317.2449944398980091995. HINFO: read udp 192.168.196.1:50976->192.168.160.1:53: i/o timeout [ERROR] plugin/errors: 2 1343842794517823317.2449944398980091995. HINFO: read udp 192.168.196.1:43010->192.168.160.1:53: i/o timeout [ERROR] plugin/errors: 2 1343842794517823317.2449944398980091995. HINFO: read udp 192.168.196.1:43830->192.168.160.1:53: i/o timeout [ERROR] plugin/errors: 2 1343842794517823317.2449944398980091995. HINFO: read udp 192.168.196.1:32862->192.168.160.1:53: i/o timeout [ERROR] plugin/errors: 2 1343842794517823317.2449944398980091995. HINFO: read udp 192.168.196.1:59817->192.168.160.1:53: i/o timeout [ERROR] plugin/errors: 2 1343842794517823317.2449944398980091995. HINFO: read udp 192.168.196.1:48538->192.168.160.1:53: i/o timeout [ERROR] plugin/errors: 2 1343842794517823317.2449944398980091995. HINFO: read udp 192.168.196.1:57503->192.168.160.1:53: i/o timeout [ERROR] plugin/errors: 2 1343842794517823317.2449944398980091995. HINFO: read udp 192.168.196.1:36758->192.168.160.1:53: i/o timeout [ERROR] plugin/errors: 2 1343842794517823317.2449944398980091995. HINFO: read udp 192.168.196.1:50403->192.168.160.1:53: i/o timeout ``` ``` [test@k8s-master-1 ~]$ kubectl logs -n calico-apiserver calico-apiserver-7596f6c7b5-hglw8 -c calico-apiserver Error from server (BadRequest): container "calico-apiserver" in pod "calico-apiserver-7596f6c7b5-hglw8" is waiting to start: trying and failing to pull image [test@k8s-master-1 ~]$ kubectl logs -n calico-apiserver calico-apiserver-7596f6c7b5-rlck4 -c calico-apiserver Error from server (BadRequest): container "calico-apiserver" in pod "calico-apiserver-7596f6c7b5-rlck4" is waiting to start: trying and failing to pull image [test@k8s-master-1 ~]$ kubectl logs -n calico-system csi-node-driver-6zpzq csi-node-driver-registrar Error from server (BadRequest): container "csi-node-driver-registrar" in pod "csi-node-driver-6zpzq" is waiting to start: trying and failing to pull image [test@k8s-master-1 ~]$ kubectl logs -n calico-system csi-node-driver-q8l9n csi-node-driver-registrar Error from server (BadRequest): container "csi-node-driver-registrar" in pod "csi-node-driver-q8l9n" is waiting to start: trying and failing to pull image ```