Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gjhenrique/c0a03c8b7dd473f720b23a5f45f830a4 to your computer and use it in GitHub Desktop.
Save gjhenrique/c0a03c8b7dd473f720b23a5f45f830a4 to your computer and use it in GitHub Desktop.
kubeadm.log
I0714 20:01:05.565479 1713 initconfiguration.go:117] detected and using CRI socket: unix:///var/run/containerd/containerd.sock
I0714 20:01:05.565598 1713 interface.go:432] Looking for default routes with IPv4 addresses
I0714 20:01:05.565608 1713 interface.go:437] Default route transits interface "ens3"
I0714 20:01:05.565673 1713 interface.go:209] Interface ens3 is up
I0714 20:01:05.565700 1713 interface.go:257] Interface "ens3" has 2 addresses :[192.168.122.206/24 fe80::5054:ff:feba:e812/64].
I0714 20:01:05.565716 1713 interface.go:224] Checking addr 192.168.122.206/24.
I0714 20:01:05.565725 1713 interface.go:231] IP found 192.168.122.206
I0714 20:01:05.565733 1713 interface.go:263] Found valid IPv4 address 192.168.122.206 for interface "ens3".
I0714 20:01:05.565742 1713 interface.go:443] Found active IP 192.168.122.206
I0714 20:01:05.565760 1713 kubelet.go:218] the value of KubeletConfiguration.cgroupDriver is empty; setting it to "systemd"
I0714 20:01:05.569681 1713 version.go:186] fetching Kubernetes version from URL: https://dl.k8s.io/release/stable-1.txt
[init] Using Kubernetes version: v1.24.3
[preflight] Running pre-flight checks
I0714 20:01:05.944847 1713 checks.go:570] validating Kubernetes and kubeadm version
I0714 20:01:05.944914 1713 checks.go:170] validating if the firewall is enabled and active
I0714 20:01:05.954975 1713 checks.go:205] validating availability of port 6443
I0714 20:01:05.955222 1713 checks.go:205] validating availability of port 10259
I0714 20:01:05.955351 1713 checks.go:205] validating availability of port 10257
I0714 20:01:05.955486 1713 checks.go:282] validating the existence of file /etc/kubernetes/manifests/kube-apiserver.yaml
I0714 20:01:05.955606 1713 checks.go:282] validating the existence of file /etc/kubernetes/manifests/kube-controller-manager.yaml
I0714 20:01:05.955705 1713 checks.go:282] validating the existence of file /etc/kubernetes/manifests/kube-scheduler.yaml
I0714 20:01:05.955835 1713 checks.go:282] validating the existence of file /etc/kubernetes/manifests/etcd.yaml
I0714 20:01:05.955937 1713 checks.go:432] validating if the connectivity type is via proxy or direct
I0714 20:01:05.956072 1713 checks.go:471] validating http connectivity to first IP address in the CIDR
I0714 20:01:05.956203 1713 checks.go:471] validating http connectivity to first IP address in the CIDR
I0714 20:01:05.956306 1713 checks.go:106] validating the container runtime
I0714 20:01:05.964568 1713 checks.go:331] validating the contents of file /proc/sys/net/bridge/bridge-nf-call-iptables
I0714 20:01:05.964722 1713 checks.go:331] validating the contents of file /proc/sys/net/ipv4/ip_forward
I0714 20:01:05.964865 1713 checks.go:646] validating whether swap is enabled or not
I0714 20:01:05.964999 1713 checks.go:372] validating the presence of executable crictl
I0714 20:01:05.965131 1713 checks.go:372] validating the presence of executable conntrack
I0714 20:01:05.965212 1713 checks.go:372] validating the presence of executable ip
I0714 20:01:05.965289 1713 checks.go:372] validating the presence of executable iptables
I0714 20:01:05.965369 1713 checks.go:372] validating the presence of executable mount
I0714 20:01:05.965451 1713 checks.go:372] validating the presence of executable nsenter
I0714 20:01:05.965531 1713 checks.go:372] validating the presence of executable ebtables
I0714 20:01:05.965612 1713 checks.go:372] validating the presence of executable ethtool
I0714 20:01:05.965739 1713 checks.go:372] validating the presence of executable socat
I0714 20:01:05.965827 1713 checks.go:372] validating the presence of executable tc
I0714 20:01:05.965949 1713 checks.go:372] validating the presence of executable touch
I0714 20:01:05.966032 1713 checks.go:518] running all checks
[WARNING SystemVerification]: missing optional cgroups: blkio
I0714 20:01:05.970850 1713 checks.go:403] checking whether the given node name is valid and reachable using net.LookupHost
I0714 20:01:05.970968 1713 checks.go:612] validating kubelet version
I0714 20:01:06.008646 1713 checks.go:132] validating if the "kubelet" service is enabled and active
I0714 20:01:06.016304 1713 checks.go:205] validating availability of port 10250
I0714 20:01:06.016445 1713 checks.go:205] validating availability of port 2379
I0714 20:01:06.016584 1713 checks.go:205] validating availability of port 2380
I0714 20:01:06.016730 1713 checks.go:245] validating the existence and emptiness of directory /var/lib/etcd
[preflight] Pulling images required for setting up a Kubernetes cluster
[preflight] This might take a minute or two, depending on the speed of your internet connection
[preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
I0714 20:01:06.017058 1713 checks.go:834] using image pull policy: IfNotPresent
I0714 20:01:06.024569 1713 checks.go:851] pulling: k8s.gcr.io/kube-apiserver:v1.24.3
I0714 20:01:09.014439 1713 checks.go:851] pulling: k8s.gcr.io/kube-controller-manager:v1.24.3
I0714 20:01:12.207992 1713 checks.go:851] pulling: k8s.gcr.io/kube-scheduler:v1.24.3
I0714 20:01:14.206797 1713 checks.go:851] pulling: k8s.gcr.io/kube-proxy:v1.24.3
I0714 20:01:17.792313 1713 checks.go:851] pulling: k8s.gcr.io/pause:3.7
I0714 20:01:18.963553 1713 checks.go:851] pulling: k8s.gcr.io/etcd:3.5.3-0
I0714 20:01:25.227529 1713 checks.go:851] pulling: k8s.gcr.io/coredns/coredns:v1.8.6
[certs] Using certificateDir folder "/etc/kubernetes/pki"
I0714 20:01:27.292745 1713 certs.go:112] creating a new certificate authority for ca
[certs] Generating "ca" certificate and key
I0714 20:01:27.492534 1713 certs.go:522] validating certificate period for ca certificate
[certs] Generating "apiserver" certificate and key
[certs] apiserver serving cert is signed for DNS names [debian kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local] and IPs [10.96.0.1 192.168.122.206]
[certs] Generating "apiserver-kubelet-client" certificate and key
I0714 20:01:27.871078 1713 certs.go:112] creating a new certificate authority for front-proxy-ca
[certs] Generating "front-proxy-ca" certificate and key
I0714 20:01:28.223868 1713 certs.go:522] validating certificate period for front-proxy-ca certificate
[certs] Generating "front-proxy-client" certificate and key
I0714 20:01:28.278423 1713 certs.go:112] creating a new certificate authority for etcd-ca
[certs] Generating "etcd/ca" certificate and key
I0714 20:01:28.450953 1713 certs.go:522] validating certificate period for etcd/ca certificate
[certs] Generating "etcd/server" certificate and key
[certs] etcd/server serving cert is signed for DNS names [debian localhost] and IPs [192.168.122.206 127.0.0.1 ::1]
[certs] Generating "etcd/peer" certificate and key
[certs] etcd/peer serving cert is signed for DNS names [debian localhost] and IPs [192.168.122.206 127.0.0.1 ::1]
[certs] Generating "etcd/healthcheck-client" certificate and key
[certs] Generating "apiserver-etcd-client" certificate and key
I0714 20:01:28.837479 1713 certs.go:78] creating new public/private key files for signing service account users
[certs] Generating "sa" key and public key
[kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0714 20:01:28.936331 1713 kubeconfig.go:103] creating kubeconfig file for admin.conf
[kubeconfig] Writing "admin.conf" kubeconfig file
I0714 20:01:29.049970 1713 kubeconfig.go:103] creating kubeconfig file for kubelet.conf
[kubeconfig] Writing "kubelet.conf" kubeconfig file
I0714 20:01:29.211124 1713 kubeconfig.go:103] creating kubeconfig file for controller-manager.conf
[kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0714 20:01:29.309957 1713 kubeconfig.go:103] creating kubeconfig file for scheduler.conf
[kubeconfig] Writing "scheduler.conf" kubeconfig file
I0714 20:01:29.476461 1713 kubelet.go:65] Stopping the kubelet
[kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
[kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
[kubelet-start] Starting the kubelet
[control-plane] Using manifest folder "/etc/kubernetes/manifests"
[control-plane] Creating static Pod manifest for "kube-apiserver"
I0714 20:01:29.674466 1713 manifests.go:99] [control-plane] getting StaticPodSpecs
I0714 20:01:29.674628 1713 certs.go:522] validating certificate period for CA certificate
I0714 20:01:29.674670 1713 manifests.go:125] [control-plane] adding volume "ca-certs" for component "kube-apiserver"
I0714 20:01:29.674675 1713 manifests.go:125] [control-plane] adding volume "etc-ca-certificates" for component "kube-apiserver"
I0714 20:01:29.674679 1713 manifests.go:125] [control-plane] adding volume "k8s-certs" for component "kube-apiserver"
I0714 20:01:29.674682 1713 manifests.go:125] [control-plane] adding volume "usr-local-share-ca-certificates" for component "kube-apiserver"
I0714 20:01:29.674687 1713 manifests.go:125] [control-plane] adding volume "usr-share-ca-certificates" for component "kube-apiserver"
I0714 20:01:29.677239 1713 manifests.go:154] [control-plane] wrote static Pod manifest for component "kube-apiserver" to "/etc/kubernetes/manifests/kube-apiserver.yaml"
[control-plane] Creating static Pod manifest for "kube-controller-manager"
I0714 20:01:29.677252 1713 manifests.go:99] [control-plane] getting StaticPodSpecs
I0714 20:01:29.678641 1713 manifests.go:125] [control-plane] adding volume "ca-certs" for component "kube-controller-manager"
I0714 20:01:29.678658 1713 manifests.go:125] [control-plane] adding volume "etc-ca-certificates" for component "kube-controller-manager"
I0714 20:01:29.678667 1713 manifests.go:125] [control-plane] adding volume "flexvolume-dir" for component "kube-controller-manager"
I0714 20:01:29.678675 1713 manifests.go:125] [control-plane] adding volume "k8s-certs" for component "kube-controller-manager"
I0714 20:01:29.678683 1713 manifests.go:125] [control-plane] adding volume "kubeconfig" for component "kube-controller-manager"
I0714 20:01:29.678692 1713 manifests.go:125] [control-plane] adding volume "usr-local-share-ca-certificates" for component "kube-controller-manager"
I0714 20:01:29.678701 1713 manifests.go:125] [control-plane] adding volume "usr-share-ca-certificates" for component "kube-controller-manager"
I0714 20:01:29.679239 1713 manifests.go:154] [control-plane] wrote static Pod manifest for component "kube-controller-manager" to "/etc/kubernetes/manifests/kube-controller-manager.yaml"
[control-plane] Creating static Pod manifest for "kube-scheduler"
I0714 20:01:29.679265 1713 manifests.go:99] [control-plane] getting StaticPodSpecs
I0714 20:01:29.679407 1713 manifests.go:125] [control-plane] adding volume "kubeconfig" for component "kube-scheduler"
I0714 20:01:29.679725 1713 manifests.go:154] [control-plane] wrote static Pod manifest for component "kube-scheduler" to "/etc/kubernetes/manifests/kube-scheduler.yaml"
[etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0714 20:01:29.681883 1713 local.go:65] [etcd] wrote Static Pod manifest for a local etcd member to "/etc/kubernetes/manifests/etcd.yaml"
I0714 20:01:29.681901 1713 waitcontrolplane.go:83] [wait-control-plane] Waiting for the API server to be healthy
I0714 20:01:29.682297 1713 loader.go:372] Config loaded from file: /etc/kubernetes/admin.conf
[wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s
I0714 20:01:29.682753 1713 round_trippers.go:466] curl -v -XGET -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/healthz?timeout=10s'
I0714 20:01:29.682895 1713 round_trippers.go:508] HTTP Trace: Dial to tcp:192.168.122.206:6443 failed: dial tcp 192.168.122.206:6443: connect: connection refused
I0714 20:01:29.682915 1713 round_trippers.go:553] GET https://192.168.122.206:6443/healthz?timeout=10s in 0 milliseconds
I0714 20:01:29.682929 1713 round_trippers.go:570] HTTP Statistics: DNSLookup 0 ms Dial 0 ms TLSHandshake 0 ms Duration 0 ms
I0714 20:01:29.682960 1713 round_trippers.go:577] Response Headers:
I0714 20:01:30.183711 1713 round_trippers.go:466] curl -v -XGET -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/healthz?timeout=10s'
I0714 20:01:30.183897 1713 round_trippers.go:508] HTTP Trace: Dial to tcp:192.168.122.206:6443 failed: dial tcp 192.168.122.206:6443: connect: connection refused
I0714 20:01:30.183945 1713 round_trippers.go:553] GET https://192.168.122.206:6443/healthz?timeout=10s in 0 milliseconds
I0714 20:01:30.183997 1713 round_trippers.go:570] HTTP Statistics: DNSLookup 0 ms Dial 0 ms TLSHandshake 0 ms Duration 0 ms
I0714 20:01:30.184028 1713 round_trippers.go:577] Response Headers:
I0714 20:01:30.683799 1713 round_trippers.go:466] curl -v -XGET -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" -H "Accept: application/json, */*" 'https://192.168.122.206:6443/healthz?timeout=10s'
I0714 20:01:30.684057 1713 round_trippers.go:508] HTTP Trace: Dial to tcp:192.168.122.206:6443 failed: dial tcp 192.168.122.206:6443: connect: connection refused
I0714 20:01:30.684102 1713 round_trippers.go:553] GET https://192.168.122.206:6443/healthz?timeout=10s in 0 milliseconds
I0714 20:01:30.684122 1713 round_trippers.go:570] HTTP Statistics: DNSLookup 0 ms Dial 0 ms TLSHandshake 0 ms Duration 0 ms
I0714 20:01:30.684137 1713 round_trippers.go:577] Response Headers:
I0714 20:01:31.183861 1713 round_trippers.go:466] curl -v -XGET -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/healthz?timeout=10s'
I0714 20:01:31.184027 1713 round_trippers.go:508] HTTP Trace: Dial to tcp:192.168.122.206:6443 failed: dial tcp 192.168.122.206:6443: connect: connection refused
I0714 20:01:31.184038 1713 round_trippers.go:553] GET https://192.168.122.206:6443/healthz?timeout=10s in 0 milliseconds
I0714 20:01:31.184045 1713 round_trippers.go:570] HTTP Statistics: DNSLookup 0 ms Dial 0 ms TLSHandshake 0 ms Duration 0 ms
I0714 20:01:31.184050 1713 round_trippers.go:577] Response Headers:
I0714 20:01:31.683752 1713 round_trippers.go:466] curl -v -XGET -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/healthz?timeout=10s'
I0714 20:01:31.683892 1713 round_trippers.go:508] HTTP Trace: Dial to tcp:192.168.122.206:6443 failed: dial tcp 192.168.122.206:6443: connect: connection refused
I0714 20:01:31.683910 1713 round_trippers.go:553] GET https://192.168.122.206:6443/healthz?timeout=10s in 0 milliseconds
I0714 20:01:31.683921 1713 round_trippers.go:570] HTTP Statistics: DNSLookup 0 ms Dial 0 ms TLSHandshake 0 ms Duration 0 ms
I0714 20:01:31.683929 1713 round_trippers.go:577] Response Headers:
I0714 20:01:32.183183 1713 round_trippers.go:466] curl -v -XGET -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/healthz?timeout=10s'
I0714 20:01:32.183348 1713 round_trippers.go:508] HTTP Trace: Dial to tcp:192.168.122.206:6443 failed: dial tcp 192.168.122.206:6443: connect: connection refused
I0714 20:01:32.183367 1713 round_trippers.go:553] GET https://192.168.122.206:6443/healthz?timeout=10s in 0 milliseconds
I0714 20:01:32.183379 1713 round_trippers.go:570] HTTP Statistics: DNSLookup 0 ms Dial 0 ms TLSHandshake 0 ms Duration 0 ms
I0714 20:01:32.183388 1713 round_trippers.go:577] Response Headers:
I0714 20:01:32.683912 1713 round_trippers.go:466] curl -v -XGET -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/healthz?timeout=10s'
I0714 20:01:32.684036 1713 round_trippers.go:508] HTTP Trace: Dial to tcp:192.168.122.206:6443 failed: dial tcp 192.168.122.206:6443: connect: connection refused
I0714 20:01:32.684054 1713 round_trippers.go:553] GET https://192.168.122.206:6443/healthz?timeout=10s in 0 milliseconds
I0714 20:01:32.684063 1713 round_trippers.go:570] HTTP Statistics: DNSLookup 0 ms Dial 0 ms TLSHandshake 0 ms Duration 0 ms
I0714 20:01:32.684069 1713 round_trippers.go:577] Response Headers:
I0714 20:01:33.183759 1713 round_trippers.go:466] curl -v -XGET -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/healthz?timeout=10s'
I0714 20:01:33.183909 1713 round_trippers.go:508] HTTP Trace: Dial to tcp:192.168.122.206:6443 failed: dial tcp 192.168.122.206:6443: connect: connection refused
I0714 20:01:33.183925 1713 round_trippers.go:553] GET https://192.168.122.206:6443/healthz?timeout=10s in 0 milliseconds
I0714 20:01:33.183936 1713 round_trippers.go:570] HTTP Statistics: DNSLookup 0 ms Dial 0 ms TLSHandshake 0 ms Duration 0 ms
I0714 20:01:33.183944 1713 round_trippers.go:577] Response Headers:
I0714 20:01:33.683188 1713 round_trippers.go:466] curl -v -XGET -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/healthz?timeout=10s'
I0714 20:01:33.683340 1713 round_trippers.go:508] HTTP Trace: Dial to tcp:192.168.122.206:6443 failed: dial tcp 192.168.122.206:6443: connect: connection refused
I0714 20:01:33.683358 1713 round_trippers.go:553] GET https://192.168.122.206:6443/healthz?timeout=10s in 0 milliseconds
I0714 20:01:33.683371 1713 round_trippers.go:570] HTTP Statistics: DNSLookup 0 ms Dial 0 ms TLSHandshake 0 ms Duration 0 ms
I0714 20:01:33.683380 1713 round_trippers.go:577] Response Headers:
I0714 20:01:34.184071 1713 round_trippers.go:466] curl -v -XGET -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/healthz?timeout=10s'
I0714 20:01:34.184219 1713 round_trippers.go:508] HTTP Trace: Dial to tcp:192.168.122.206:6443 failed: dial tcp 192.168.122.206:6443: connect: connection refused
I0714 20:01:34.184237 1713 round_trippers.go:553] GET https://192.168.122.206:6443/healthz?timeout=10s in 0 milliseconds
I0714 20:01:34.184248 1713 round_trippers.go:570] HTTP Statistics: DNSLookup 0 ms Dial 0 ms TLSHandshake 0 ms Duration 0 ms
I0714 20:01:34.184257 1713 round_trippers.go:577] Response Headers:
I0714 20:01:34.683933 1713 round_trippers.go:466] curl -v -XGET -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/healthz?timeout=10s'
I0714 20:01:34.684048 1713 round_trippers.go:508] HTTP Trace: Dial to tcp:192.168.122.206:6443 failed: dial tcp 192.168.122.206:6443: connect: connection refused
I0714 20:01:34.684058 1713 round_trippers.go:553] GET https://192.168.122.206:6443/healthz?timeout=10s in 0 milliseconds
I0714 20:01:34.684064 1713 round_trippers.go:570] HTTP Statistics: DNSLookup 0 ms Dial 0 ms TLSHandshake 0 ms Duration 0 ms
I0714 20:01:34.684069 1713 round_trippers.go:577] Response Headers:
I0714 20:01:35.184014 1713 round_trippers.go:466] curl -v -XGET -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/healthz?timeout=10s'
I0714 20:01:35.184187 1713 round_trippers.go:508] HTTP Trace: Dial to tcp:192.168.122.206:6443 failed: dial tcp 192.168.122.206:6443: connect: connection refused
I0714 20:01:35.184206 1713 round_trippers.go:553] GET https://192.168.122.206:6443/healthz?timeout=10s in 0 milliseconds
I0714 20:01:35.184217 1713 round_trippers.go:570] HTTP Statistics: DNSLookup 0 ms Dial 0 ms TLSHandshake 0 ms Duration 0 ms
I0714 20:01:35.184226 1713 round_trippers.go:577] Response Headers:
I0714 20:01:35.684147 1713 round_trippers.go:466] curl -v -XGET -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/healthz?timeout=10s'
I0714 20:01:35.684305 1713 round_trippers.go:508] HTTP Trace: Dial to tcp:192.168.122.206:6443 failed: dial tcp 192.168.122.206:6443: connect: connection refused
I0714 20:01:35.684322 1713 round_trippers.go:553] GET https://192.168.122.206:6443/healthz?timeout=10s in 0 milliseconds
I0714 20:01:35.684332 1713 round_trippers.go:570] HTTP Statistics: DNSLookup 0 ms Dial 0 ms TLSHandshake 0 ms Duration 0 ms
I0714 20:01:35.684340 1713 round_trippers.go:577] Response Headers:
I0714 20:01:36.183180 1713 round_trippers.go:466] curl -v -XGET -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/healthz?timeout=10s'
I0714 20:01:36.183320 1713 round_trippers.go:508] HTTP Trace: Dial to tcp:192.168.122.206:6443 failed: dial tcp 192.168.122.206:6443: connect: connection refused
I0714 20:01:36.183338 1713 round_trippers.go:553] GET https://192.168.122.206:6443/healthz?timeout=10s in 0 milliseconds
I0714 20:01:36.183349 1713 round_trippers.go:570] HTTP Statistics: DNSLookup 0 ms Dial 0 ms TLSHandshake 0 ms Duration 0 ms
I0714 20:01:36.183358 1713 round_trippers.go:577] Response Headers:
I0714 20:01:36.684106 1713 round_trippers.go:466] curl -v -XGET -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" -H "Accept: application/json, */*" 'https://192.168.122.206:6443/healthz?timeout=10s'
I0714 20:01:36.684255 1713 round_trippers.go:508] HTTP Trace: Dial to tcp:192.168.122.206:6443 failed: dial tcp 192.168.122.206:6443: connect: connection refused
I0714 20:01:36.684273 1713 round_trippers.go:553] GET https://192.168.122.206:6443/healthz?timeout=10s in 0 milliseconds
I0714 20:01:36.684285 1713 round_trippers.go:570] HTTP Statistics: DNSLookup 0 ms Dial 0 ms TLSHandshake 0 ms Duration 0 ms
I0714 20:01:36.684294 1713 round_trippers.go:577] Response Headers:
I0714 20:01:37.184347 1713 round_trippers.go:466] curl -v -XGET -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/healthz?timeout=10s'
I0714 20:01:37.184561 1713 round_trippers.go:508] HTTP Trace: Dial to tcp:192.168.122.206:6443 failed: dial tcp 192.168.122.206:6443: connect: connection refused
I0714 20:01:37.184577 1713 round_trippers.go:553] GET https://192.168.122.206:6443/healthz?timeout=10s in 0 milliseconds
I0714 20:01:37.184587 1713 round_trippers.go:570] HTTP Statistics: DNSLookup 0 ms Dial 0 ms TLSHandshake 0 ms Duration 0 ms
I0714 20:01:37.184597 1713 round_trippers.go:577] Response Headers:
I0714 20:01:37.683152 1713 round_trippers.go:466] curl -v -XGET -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/healthz?timeout=10s'
I0714 20:01:37.683303 1713 round_trippers.go:510] HTTP Trace: Dial to tcp:192.168.122.206:6443 succeed
I0714 20:01:40.105931 1713 round_trippers.go:553] GET https://192.168.122.206:6443/healthz?timeout=10s 500 Internal Server Error in 2422 milliseconds
I0714 20:01:40.105955 1713 round_trippers.go:570] HTTP Statistics: DNSLookup 0 ms Dial 0 ms TLSHandshake 2384 ms ServerProcessing 38 ms Duration 2422 ms
I0714 20:01:40.105961 1713 round_trippers.go:577] Response Headers:
I0714 20:01:40.105966 1713 round_trippers.go:580] Audit-Id: 1edc8e45-2f39-43e2-b847-080d0e7fdc5b
I0714 20:01:40.105971 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:40.105975 1713 round_trippers.go:580] Content-Type: text/plain; charset=utf-8
I0714 20:01:40.105980 1713 round_trippers.go:580] X-Content-Type-Options: nosniff
I0714 20:01:40.105984 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid:
I0714 20:01:40.105988 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid:
I0714 20:01:40.105992 1713 round_trippers.go:580] Content-Length: 1263
I0714 20:01:40.105997 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:40 GMT
I0714 20:01:40.106023 1713 request.go:1073] Response Body: [+]ping ok
[+]log ok
[+]etcd ok
[+]poststarthook/start-kube-apiserver-admission-initializer ok
[+]poststarthook/generic-apiserver-start-informers ok
[+]poststarthook/priority-and-fairness-config-consumer ok
[+]poststarthook/priority-and-fairness-filter ok
[+]poststarthook/start-apiextensions-informers ok
[-]poststarthook/start-apiextensions-controllers failed: reason withheld
[-]poststarthook/crd-informer-synced failed: reason withheld
[-]poststarthook/bootstrap-controller failed: reason withheld
[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
[-]poststarthook/scheduling/bootstrap-system-priority-classes failed: reason withheld
[-]poststarthook/priority-and-fairness-config-producer failed: reason withheld
[+]poststarthook/start-cluster-authentication-info-controller ok
[+]poststarthook/aggregator-reload-proxy-client-cert ok
[+]poststarthook/start-kube-aggregator-informers ok
[-]poststarthook/apiservice-registration-controller failed: reason withheld
[+]poststarthook/apiservice-status-available-controller ok
[+]poststarthook/kube-apiserver-autoregistration ok
[-]autoregister-completion failed: reason withheld
[+]poststarthook/apiservice-openapi-controller ok
[+]poststarthook/apiservice-openapiv3-controller ok
healthz check failed
I0714 20:01:40.183192 1713 round_trippers.go:466] curl -v -XGET -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/healthz?timeout=10s'
I0714 20:01:40.186909 1713 round_trippers.go:553] GET https://192.168.122.206:6443/healthz?timeout=10s 500 Internal Server Error in 3 milliseconds
I0714 20:01:40.186921 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 3 ms Duration 3 ms
I0714 20:01:40.186966 1713 round_trippers.go:577] Response Headers:
I0714 20:01:40.186975 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid:
I0714 20:01:40.187051 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid:
I0714 20:01:40.187060 1713 round_trippers.go:580] Content-Length: 1179
I0714 20:01:40.187085 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:40 GMT
I0714 20:01:40.187099 1713 round_trippers.go:580] Audit-Id: 65eff219-370f-42de-9d38-f0bf9bbec1db
I0714 20:01:40.187162 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:40.187195 1713 round_trippers.go:580] Content-Type: text/plain; charset=utf-8
I0714 20:01:40.187262 1713 round_trippers.go:580] X-Content-Type-Options: nosniff
I0714 20:01:40.187337 1713 request.go:1073] Response Body: [+]ping ok
[+]log ok
[+]etcd ok
[+]poststarthook/start-kube-apiserver-admission-initializer ok
[+]poststarthook/generic-apiserver-start-informers ok
[+]poststarthook/priority-and-fairness-config-consumer ok
[+]poststarthook/priority-and-fairness-filter ok
[+]poststarthook/start-apiextensions-informers ok
[+]poststarthook/start-apiextensions-controllers ok
[+]poststarthook/crd-informer-synced ok
[+]poststarthook/bootstrap-controller ok
[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
[-]poststarthook/scheduling/bootstrap-system-priority-classes failed: reason withheld
[-]poststarthook/priority-and-fairness-config-producer failed: reason withheld
[+]poststarthook/start-cluster-authentication-info-controller ok
[+]poststarthook/aggregator-reload-proxy-client-cert ok
[+]poststarthook/start-kube-aggregator-informers ok
[+]poststarthook/apiservice-registration-controller ok
[+]poststarthook/apiservice-status-available-controller ok
[+]poststarthook/kube-apiserver-autoregistration ok
[-]autoregister-completion failed: reason withheld
[+]poststarthook/apiservice-openapi-controller ok
[+]poststarthook/apiservice-openapiv3-controller ok
healthz check failed
I0714 20:01:40.684154 1713 round_trippers.go:466] curl -v -XGET -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/healthz?timeout=10s'
I0714 20:01:40.685499 1713 round_trippers.go:553] GET https://192.168.122.206:6443/healthz?timeout=10s 500 Internal Server Error in 1 milliseconds
I0714 20:01:40.685519 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 1 ms Duration 1 ms
I0714 20:01:40.685606 1713 round_trippers.go:577] Response Headers:
I0714 20:01:40.685719 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:40.685793 1713 round_trippers.go:580] Content-Type: text/plain; charset=utf-8
I0714 20:01:40.685866 1713 round_trippers.go:580] X-Content-Type-Options: nosniff
I0714 20:01:40.685920 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:40.686052 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:40.686108 1713 round_trippers.go:580] Content-Length: 1137
I0714 20:01:40.686177 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:40 GMT
I0714 20:01:40.686245 1713 round_trippers.go:580] Audit-Id: b81375cb-7620-44e1-bdb4-92843953bf14
I0714 20:01:40.686329 1713 request.go:1073] Response Body: [+]ping ok
[+]log ok
[+]etcd ok
[+]poststarthook/start-kube-apiserver-admission-initializer ok
[+]poststarthook/generic-apiserver-start-informers ok
[+]poststarthook/priority-and-fairness-config-consumer ok
[+]poststarthook/priority-and-fairness-filter ok
[+]poststarthook/start-apiextensions-informers ok
[+]poststarthook/start-apiextensions-controllers ok
[+]poststarthook/crd-informer-synced ok
[+]poststarthook/bootstrap-controller ok
[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
[-]poststarthook/scheduling/bootstrap-system-priority-classes failed: reason withheld
[+]poststarthook/priority-and-fairness-config-producer ok
[+]poststarthook/start-cluster-authentication-info-controller ok
[+]poststarthook/aggregator-reload-proxy-client-cert ok
[+]poststarthook/start-kube-aggregator-informers ok
[+]poststarthook/apiservice-registration-controller ok
[+]poststarthook/apiservice-status-available-controller ok
[+]poststarthook/kube-apiserver-autoregistration ok
[+]autoregister-completion ok
[+]poststarthook/apiservice-openapi-controller ok
[+]poststarthook/apiservice-openapiv3-controller ok
healthz check failed
I0714 20:01:41.183281 1713 round_trippers.go:466] curl -v -XGET -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/healthz?timeout=10s'
I0714 20:01:41.184379 1713 round_trippers.go:553] GET https://192.168.122.206:6443/healthz?timeout=10s 500 Internal Server Error in 1 milliseconds
I0714 20:01:41.184407 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 0 ms Duration 1 ms
I0714 20:01:41.184415 1713 round_trippers.go:577] Response Headers:
I0714 20:01:41.184425 1713 round_trippers.go:580] X-Content-Type-Options: nosniff
I0714 20:01:41.184433 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:41.184441 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:41.184452 1713 round_trippers.go:580] Content-Length: 1116
I0714 20:01:41.184460 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:41 GMT
I0714 20:01:41.184467 1713 round_trippers.go:580] Audit-Id: 558e73b8-c013-48f3-accf-7ceda7fc64b7
I0714 20:01:41.184473 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:41.184481 1713 round_trippers.go:580] Content-Type: text/plain; charset=utf-8
I0714 20:01:41.184515 1713 request.go:1073] Response Body: [+]ping ok
[+]log ok
[+]etcd ok
[+]poststarthook/start-kube-apiserver-admission-initializer ok
[+]poststarthook/generic-apiserver-start-informers ok
[+]poststarthook/priority-and-fairness-config-consumer ok
[+]poststarthook/priority-and-fairness-filter ok
[+]poststarthook/start-apiextensions-informers ok
[+]poststarthook/start-apiextensions-controllers ok
[+]poststarthook/crd-informer-synced ok
[+]poststarthook/bootstrap-controller ok
[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
[+]poststarthook/scheduling/bootstrap-system-priority-classes ok
[+]poststarthook/priority-and-fairness-config-producer ok
[+]poststarthook/start-cluster-authentication-info-controller ok
[+]poststarthook/aggregator-reload-proxy-client-cert ok
[+]poststarthook/start-kube-aggregator-informers ok
[+]poststarthook/apiservice-registration-controller ok
[+]poststarthook/apiservice-status-available-controller ok
[+]poststarthook/kube-apiserver-autoregistration ok
[+]autoregister-completion ok
[+]poststarthook/apiservice-openapi-controller ok
[+]poststarthook/apiservice-openapiv3-controller ok
healthz check failed
I0714 20:01:41.683798 1713 round_trippers.go:466] curl -v -XGET -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/healthz?timeout=10s'
I0714 20:01:41.685633 1713 round_trippers.go:553] GET https://192.168.122.206:6443/healthz?timeout=10s 200 OK in 1 milliseconds
I0714 20:01:41.685669 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 1 ms Duration 1 ms
I0714 20:01:41.685844 1713 round_trippers.go:577] Response Headers:
I0714 20:01:41.685898 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:41.686052 1713 round_trippers.go:580] Content-Type: text/plain; charset=utf-8
I0714 20:01:41.686134 1713 round_trippers.go:580] X-Content-Type-Options: nosniff
I0714 20:01:41.686185 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:41.686336 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:41.686432 1713 round_trippers.go:580] Content-Length: 2
I0714 20:01:41.686524 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:41 GMT
I0714 20:01:41.686541 1713 round_trippers.go:580] Audit-Id: 964d57b6-115b-455e-b88d-f7c3961ad0ba
I0714 20:01:41.686780 1713 request.go:1073] Response Body: ok
[apiclient] All control plane components are healthy after 12.004221 seconds
I0714 20:01:41.686967 1713 uploadconfig.go:110] [upload-config] Uploading the kubeadm ClusterConfiguration to a ConfigMap
[upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
I0714 20:01:41.687781 1713 request.go:1073] Request Body: {"kind":"ConfigMap","apiVersion":"v1","metadata":{"name":"kubeadm-config","namespace":"kube-system","creationTimestamp":null},"data":{"ClusterConfiguration":"apiServer:\n extraArgs:\n authorization-mode: Node,RBAC\n timeoutForControlPlane: 4m0s\napiVersion: kubeadm.k8s.io/v1beta3\ncertificatesDir: /etc/kubernetes/pki\nclusterName: kubernetes\ncontrollerManager: {}\ndns: {}\netcd:\n local:\n dataDir: /var/lib/etcd\nimageRepository: k8s.gcr.io\nkind: ClusterConfiguration\nkubernetesVersion: v1.24.3\nnetworking:\n dnsDomain: cluster.local\n serviceSubnet: 10.96.0.0/12\nscheduler: {}\n"}}
I0714 20:01:41.687973 1713 round_trippers.go:466] curl -v -XPOST -H "Content-Type: application/json" -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/api/v1/namespaces/kube-system/configmaps?timeout=10s'
I0714 20:01:41.690702 1713 round_trippers.go:553] POST https://192.168.122.206:6443/api/v1/namespaces/kube-system/configmaps?timeout=10s 201 Created in 2 milliseconds
I0714 20:01:41.690782 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 2 ms Duration 2 ms
I0714 20:01:41.690797 1713 round_trippers.go:577] Response Headers:
I0714 20:01:41.690807 1713 round_trippers.go:580] Audit-Id: 3f1c53e5-602b-42fe-9882-a838a56a898c
I0714 20:01:41.690934 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:41.691111 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:41.691177 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:41.691268 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:41.691327 1713 round_trippers.go:580] Content-Length: 882
I0714 20:01:41.691443 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:41 GMT
I0714 20:01:41.691549 1713 request.go:1073] Response Body: {"kind":"ConfigMap","apiVersion":"v1","metadata":{"name":"kubeadm-config","namespace":"kube-system","uid":"adc0c362-86fb-481d-ac50-56a217aa40e3","resourceVersion":"202","creationTimestamp":"2022-07-14T20:01:41Z","managedFields":[{"manager":"kubeadm","operation":"Update","apiVersion":"v1","time":"2022-07-14T20:01:41Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:ClusterConfiguration":{}}}}]},"data":{"ClusterConfiguration":"apiServer:\n extraArgs:\n authorization-mode: Node,RBAC\n timeoutForControlPlane: 4m0s\napiVersion: kubeadm.k8s.io/v1beta3\ncertificatesDir: /etc/kubernetes/pki\nclusterName: kubernetes\ncontrollerManager: {}\ndns: {}\netcd:\n local:\n dataDir: /var/lib/etcd\nimageRepository: k8s.gcr.io\nkind: ClusterConfiguration\nkubernetesVersion: v1.24.3\nnetworking:\n dnsDomain: cluster.local\n serviceSubnet: 10.96.0.0/12\nscheduler: {}\n"}}
I0714 20:01:41.692006 1713 request.go:1073] Request Body: {"kind":"Role","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"kubeadm:nodes-kubeadm-config","namespace":"kube-system","creationTimestamp":null},"rules":[{"verbs":["get"],"apiGroups":[""],"resources":["configmaps"],"resourceNames":["kubeadm-config"]}]}
I0714 20:01:41.692143 1713 round_trippers.go:466] curl -v -XPOST -H "Accept: application/json, */*" -H "Content-Type: application/json" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/namespaces/kube-system/roles?timeout=10s'
I0714 20:01:41.696658 1713 round_trippers.go:553] POST https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/namespaces/kube-system/roles?timeout=10s 201 Created in 4 milliseconds
I0714 20:01:41.696773 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 4 ms Duration 4 ms
I0714 20:01:41.696861 1713 round_trippers.go:577] Response Headers:
I0714 20:01:41.696940 1713 round_trippers.go:580] Content-Length: 541
I0714 20:01:41.697023 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:41 GMT
I0714 20:01:41.697106 1713 round_trippers.go:580] Audit-Id: ea4bca12-88ff-42eb-8bbe-aaa21ac714be
I0714 20:01:41.697187 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:41.697268 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:41.697320 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:41.697499 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:41.697726 1713 request.go:1073] Response Body: {"kind":"Role","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"kubeadm:nodes-kubeadm-config","namespace":"kube-system","uid":"6a5f0f03-867d-4d20-ab89-2b79cad5995c","resourceVersion":"203","creationTimestamp":"2022-07-14T20:01:41Z","managedFields":[{"manager":"kubeadm","operation":"Update","apiVersion":"rbac.authorization.k8s.io/v1","time":"2022-07-14T20:01:41Z","fieldsType":"FieldsV1","fieldsV1":{"f:rules":{}}}]},"rules":[{"verbs":["get"],"apiGroups":[""],"resources":["configmaps"],"resourceNames":["kubeadm-config"]}]}
I0714 20:01:41.698085 1713 request.go:1073] Request Body: {"kind":"RoleBinding","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"kubeadm:nodes-kubeadm-config","namespace":"kube-system","creationTimestamp":null},"subjects":[{"kind":"Group","name":"system:bootstrappers:kubeadm:default-node-token"},{"kind":"Group","name":"system:nodes"}],"roleRef":{"apiGroup":"rbac.authorization.k8s.io","kind":"Role","name":"kubeadm:nodes-kubeadm-config"}}
I0714 20:01:41.698231 1713 round_trippers.go:466] curl -v -XPOST -H "Accept: application/json, */*" -H "Content-Type: application/json" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/namespaces/kube-system/rolebindings?timeout=10s'
I0714 20:01:41.700136 1713 round_trippers.go:553] POST https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/namespaces/kube-system/rolebindings?timeout=10s 201 Created in 1 milliseconds
I0714 20:01:41.700222 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 1 ms Duration 1 ms
I0714 20:01:41.700318 1713 round_trippers.go:577] Response Headers:
I0714 20:01:41.700372 1713 round_trippers.go:580] Content-Length: 766
I0714 20:01:41.700521 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:41 GMT
I0714 20:01:41.700610 1713 round_trippers.go:580] Audit-Id: 0f69f5ac-6a01-4e9b-a9e8-d6fdd6a5b55a
I0714 20:01:41.700690 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:41.700751 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:41.700817 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:41.700959 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:41.701054 1713 request.go:1073] Response Body: {"kind":"RoleBinding","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"kubeadm:nodes-kubeadm-config","namespace":"kube-system","uid":"dee734d6-e2df-4f67-b60d-99c4b154b9b1","resourceVersion":"204","creationTimestamp":"2022-07-14T20:01:41Z","managedFields":[{"manager":"kubeadm","operation":"Update","apiVersion":"rbac.authorization.k8s.io/v1","time":"2022-07-14T20:01:41Z","fieldsType":"FieldsV1","fieldsV1":{"f:roleRef":{},"f:subjects":{}}}]},"subjects":[{"kind":"Group","apiGroup":"rbac.authorization.k8s.io","name":"system:bootstrappers:kubeadm:default-node-token"},{"kind":"Group","apiGroup":"rbac.authorization.k8s.io","name":"system:nodes"}],"roleRef":{"apiGroup":"rbac.authorization.k8s.io","kind":"Role","name":"kubeadm:nodes-kubeadm-config"}}
I0714 20:01:41.701314 1713 uploadconfig.go:124] [upload-config] Uploading the kubelet component config to a ConfigMap
[kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
I0714 20:01:41.702100 1713 request.go:1073] Request Body: {"kind":"ConfigMap","apiVersion":"v1","metadata":{"name":"kubelet-config","namespace":"kube-system","creationTimestamp":null,"annotations":{"kubeadm.kubernetes.io/component-config.hash":"sha256:53821686a8ddaca8403df63803a726d2ab31b145c7da69ed7b78c45d2e223a18"}},"data":{"kubelet":"apiVersion: kubelet.config.k8s.io/v1beta1\nauthentication:\n anonymous:\n enabled: false\n webhook:\n cacheTTL: 0s\n enabled: true\n x509:\n clientCAFile: /etc/kubernetes/pki/ca.crt\nauthorization:\n mode: Webhook\n webhook:\n cacheAuthorizedTTL: 0s\n cacheUnauthorizedTTL: 0s\ncgroupDriver: systemd\nclusterDNS:\n- 10.96.0.10\nclusterDomain: cluster.local\ncpuManagerReconcilePeriod: 0s\nevictionPressureTransitionPeriod: 0s\nfileCheckFrequency: 0s\nhealthzBindAddress: 127.0.0.1\nhealthzPort: 10248\nhttpCheckFrequency: 0s\nimageMinimumGCAge: 0s\nkind: KubeletConfiguration\nlogging:\n flushFrequency: 0\n options:\n json:\n infoBufferSize: \"0\"\n verbosity: 0\nmemorySwap: {}\nnodeStatusReportFrequency: 0s\nnodeStatusUpdateFrequency: 0s\nrotateCertificates: true\nruntimeRequestTimeout: 0s\nshutdownGracePeriod: 0s\nshutdownGracePeriodCriticalPods: 0s\nstaticPodPath: /etc/kubernetes/manifests\nstreamingConnectionIdleTimeout: 0s\nsyncFrequency: 0s\nvolumeStatsAggPeriod: 0s\n"}}
I0714 20:01:41.702273 1713 round_trippers.go:466] curl -v -XPOST -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" -H "Accept: application/json, */*" -H "Content-Type: application/json" 'https://192.168.122.206:6443/api/v1/namespaces/kube-system/configmaps?timeout=10s'
I0714 20:01:41.704988 1713 round_trippers.go:553] POST https://192.168.122.206:6443/api/v1/namespaces/kube-system/configmaps?timeout=10s 201 Created in 2 milliseconds
I0714 20:01:41.705078 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 2 ms Duration 2 ms
I0714 20:01:41.705118 1713 round_trippers.go:577] Response Headers:
I0714 20:01:41.705216 1713 round_trippers.go:580] Audit-Id: 26b8727d-3f2b-4676-8e7b-ba62eb2ac233
I0714 20:01:41.705279 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:41.705368 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:41.705437 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:41.705579 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:41.705664 1713 round_trippers.go:580] Content-Length: 1657
I0714 20:01:41.705719 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:41 GMT
I0714 20:01:41.706207 1713 request.go:1073] Response Body: {"kind":"ConfigMap","apiVersion":"v1","metadata":{"name":"kubelet-config","namespace":"kube-system","uid":"c1bd2d3a-bc22-4c63-8239-0f6021ea79ac","resourceVersion":"205","creationTimestamp":"2022-07-14T20:01:41Z","annotations":{"kubeadm.kubernetes.io/component-config.hash":"sha256:53821686a8ddaca8403df63803a726d2ab31b145c7da69ed7b78c45d2e223a18"},"managedFields":[{"manager":"kubeadm","operation":"Update","apiVersion":"v1","time":"2022-07-14T20:01:41Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:kubelet":{}},"f:metadata":{"f:annotations":{".":{},"f:kubeadm.kubernetes.io/component-config.hash":{}}}}}]},"data":{"kubelet":"apiVersion: kubelet.config.k8s.io/v1beta1\nauthentication:\n anonymous:\n enabled: false\n webhook:\n cacheTTL: 0s\n enabled: true\n x509:\n clientCAFile: /etc/kubernetes/pki/ca.crt\nauthorization:\n mode: Webhook\n webhook:\n cacheAuthorizedTTL: 0s\n cacheUnauthorizedTTL: 0s\ncgroupDriver: systemd\nclusterDNS:\n- 10.96.0.10\nclusterDomain: cluster.local\ncpuManagerReconcilePeriod: 0s\nevictionPressureTransitionPeriod: 0s\nfileCheckFrequency: 0s\nhealthzBindAddress: 127.0.0.1\nhealthzPort: 10248\nhttpCheckFrequency: 0s\nimageMinimumGCAge: 0s\nkind: KubeletConfiguration\nlogging:\n flushFrequency: 0\n options:\n json:\n infoBufferSize: \"0\"\n verbosity: 0\nmemorySwap: {}\nnodeStatusReportFrequency: 0s\nnodeStatusUpdateFrequency: 0s\nrotateCertificates: true\nruntimeRequestTimeout: 0s\nshutdownGracePeriod: 0s\nshutdownGracePeriodCriticalPods: 0s\nstaticPodPath: /etc/kubernetes/manifests\nstreamingConnectionIdleTimeout: 0s\nsyncFrequency: 0s\nvolumeStatsAggPeriod: 0s\n"}}
I0714 20:01:41.706488 1713 request.go:1073] Request Body: {"kind":"Role","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"kubeadm:kubelet-config","namespace":"kube-system","creationTimestamp":null},"rules":[{"verbs":["get"],"apiGroups":[""],"resources":["configmaps"],"resourceNames":["kubelet-config"]}]}
I0714 20:01:41.706689 1713 round_trippers.go:466] curl -v -XPOST -H "Accept: application/json, */*" -H "Content-Type: application/json" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/namespaces/kube-system/roles?timeout=10s'
I0714 20:01:41.710482 1713 round_trippers.go:553] POST https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/namespaces/kube-system/roles?timeout=10s 201 Created in 3 milliseconds
I0714 20:01:41.710518 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 3 ms Duration 3 ms
I0714 20:01:41.710523 1713 round_trippers.go:577] Response Headers:
I0714 20:01:41.710529 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:41.710533 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:41.710538 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:41.710545 1713 round_trippers.go:580] Content-Length: 535
I0714 20:01:41.710550 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:41 GMT
I0714 20:01:41.710554 1713 round_trippers.go:580] Audit-Id: 45762ebb-a05e-4d94-a2ba-46ca444f8b01
I0714 20:01:41.710558 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:41.710730 1713 request.go:1073] Response Body: {"kind":"Role","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"kubeadm:kubelet-config","namespace":"kube-system","uid":"527c72c9-d6e6-4e6d-ab22-bc5b76c725c9","resourceVersion":"206","creationTimestamp":"2022-07-14T20:01:41Z","managedFields":[{"manager":"kubeadm","operation":"Update","apiVersion":"rbac.authorization.k8s.io/v1","time":"2022-07-14T20:01:41Z","fieldsType":"FieldsV1","fieldsV1":{"f:rules":{}}}]},"rules":[{"verbs":["get"],"apiGroups":[""],"resources":["configmaps"],"resourceNames":["kubelet-config"]}]}
I0714 20:01:41.710868 1713 request.go:1073] Request Body: {"kind":"RoleBinding","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"kubeadm:kubelet-config","namespace":"kube-system","creationTimestamp":null},"subjects":[{"kind":"Group","name":"system:nodes"},{"kind":"Group","name":"system:bootstrappers:kubeadm:default-node-token"}],"roleRef":{"apiGroup":"rbac.authorization.k8s.io","kind":"Role","name":"kubeadm:kubelet-config"}}
I0714 20:01:41.710913 1713 round_trippers.go:466] curl -v -XPOST -H "Accept: application/json, */*" -H "Content-Type: application/json" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/namespaces/kube-system/rolebindings?timeout=10s'
I0714 20:01:41.713682 1713 round_trippers.go:553] POST https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/namespaces/kube-system/rolebindings?timeout=10s 201 Created in 2 milliseconds
I0714 20:01:41.713710 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 2 ms Duration 2 ms
I0714 20:01:41.713716 1713 round_trippers.go:577] Response Headers:
I0714 20:01:41.713722 1713 round_trippers.go:580] Audit-Id: 3dee3a8c-30d9-4935-92b1-a2f0787baf35
I0714 20:01:41.713727 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:41.713731 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:41.713736 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:41.713740 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:41.713745 1713 round_trippers.go:580] Content-Length: 754
I0714 20:01:41.713750 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:41 GMT
I0714 20:01:41.713783 1713 request.go:1073] Response Body: {"kind":"RoleBinding","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"kubeadm:kubelet-config","namespace":"kube-system","uid":"4cd178e3-8cc6-42bf-b534-0db0e663add2","resourceVersion":"207","creationTimestamp":"2022-07-14T20:01:41Z","managedFields":[{"manager":"kubeadm","operation":"Update","apiVersion":"rbac.authorization.k8s.io/v1","time":"2022-07-14T20:01:41Z","fieldsType":"FieldsV1","fieldsV1":{"f:roleRef":{},"f:subjects":{}}}]},"subjects":[{"kind":"Group","apiGroup":"rbac.authorization.k8s.io","name":"system:nodes"},{"kind":"Group","apiGroup":"rbac.authorization.k8s.io","name":"system:bootstrappers:kubeadm:default-node-token"}],"roleRef":{"apiGroup":"rbac.authorization.k8s.io","kind":"Role","name":"kubeadm:kubelet-config"}}
I0714 20:01:41.713950 1713 uploadconfig.go:129] [upload-config] Preserving the CRISocket information for the control-plane node
I0714 20:01:41.713959 1713 patchnode.go:31] [patchnode] Uploading the CRI Socket information "unix:///var/run/containerd/containerd.sock" to the Node API object "debian" as an annotation
I0714 20:01:42.215049 1713 round_trippers.go:466] curl -v -XGET -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/api/v1/nodes/debian?timeout=10s'
I0714 20:01:42.218194 1713 round_trippers.go:553] GET https://192.168.122.206:6443/api/v1/nodes/debian?timeout=10s 404 Not Found in 3 milliseconds
I0714 20:01:42.218214 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 2 ms Duration 3 ms
I0714 20:01:42.218224 1713 round_trippers.go:577] Response Headers:
I0714 20:01:42.218233 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:42.218242 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:42.218251 1713 round_trippers.go:580] Content-Length: 182
I0714 20:01:42.218259 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:42 GMT
I0714 20:01:42.218267 1713 round_trippers.go:580] Audit-Id: e77d719d-2c97-42b5-9925-650b4b05e5bf
I0714 20:01:42.218275 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:42.218284 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:42.218598 1713 request.go:1073] Response Body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"nodes \"debian\" not found","reason":"NotFound","details":{"name":"debian","kind":"nodes"},"code":404}
I0714 20:01:42.714211 1713 round_trippers.go:466] curl -v -XGET -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/api/v1/nodes/debian?timeout=10s'
I0714 20:01:42.715493 1713 round_trippers.go:553] GET https://192.168.122.206:6443/api/v1/nodes/debian?timeout=10s 404 Not Found in 1 milliseconds
I0714 20:01:42.715605 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 1 ms Duration 1 ms
I0714 20:01:42.715665 1713 round_trippers.go:577] Response Headers:
I0714 20:01:42.715795 1713 round_trippers.go:580] Content-Length: 182
I0714 20:01:42.715850 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:42 GMT
I0714 20:01:42.715919 1713 round_trippers.go:580] Audit-Id: 34d742aa-eceb-469e-9817-0198e0ba50a2
I0714 20:01:42.715987 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:42.716032 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:42.716109 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:42.716177 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:42.716263 1713 request.go:1073] Response Body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"nodes \"debian\" not found","reason":"NotFound","details":{"name":"debian","kind":"nodes"},"code":404}
I0714 20:01:43.214904 1713 round_trippers.go:466] curl -v -XGET -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/api/v1/nodes/debian?timeout=10s'
I0714 20:01:43.224098 1713 round_trippers.go:553] GET https://192.168.122.206:6443/api/v1/nodes/debian?timeout=10s 200 OK in 9 milliseconds
I0714 20:01:43.224116 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 9 ms Duration 9 ms
I0714 20:01:43.224121 1713 round_trippers.go:577] Response Headers:
I0714 20:01:43.224217 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:43.224279 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:43.224315 1713 round_trippers.go:580] Content-Length: 3964
I0714 20:01:43.224379 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:43 GMT
I0714 20:01:43.224420 1713 round_trippers.go:580] Audit-Id: 6bc870ed-ca1b-4507-b9c8-93d6df46d23c
I0714 20:01:43.224470 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:43.224505 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:43.224630 1713 request.go:1073] Response Body: {"kind":"Node","apiVersion":"v1","metadata":{"name":"debian","uid":"8cfdf2d5-558e-4211-9efa-598342b6efa3","resourceVersion":"212","creationTimestamp":"2022-07-14T20:01:42Z","labels":{"beta.kubernetes.io/arch":"amd64","beta.kubernetes.io/os":"linux","kubernetes.io/arch":"amd64","kubernetes.io/hostname":"debian","kubernetes.io/os":"linux"},"annotations":{"volumes.kubernetes.io/controller-managed-attach-detach":"true"},"managedFields":[{"manager":"kubelet","operation":"Update","apiVersion":"v1","time":"2022-07-14T20:01:42Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:volumes.kubernetes.io/controller-managed-attach-detach":{}},"f:labels":{".":{},"f:beta.kubernetes.io/arch":{},"f:beta.kubernetes.io/os":{},"f:kubernetes.io/arch":{},"f:kubernetes.io/hostname":{},"f:kubernetes.io/os":{}}}}}]},"spec":{"taints":[{"key":"node.kubernetes.io/not-ready","effect":"NoSchedule"}]},"status":{"capacity":{"cpu":"2","ephemeral-storage":"20441576Ki","hugepages-2Mi":"0","memory":"2032736Ki","pods":"110"},"allocatable":{"cpu":"2","ephemeral-storage":"18838956411","hugepages-2Mi":"0","memory":"1930336Ki","pods":"110"},"conditions":[{"type":"MemoryPressure","status":"False","lastHeartbeatTime":"2022-07-14T20:01:42Z","lastTransitionTime":"2022-07-14T20:01:42Z","reason":"KubeletHasSufficientMemory","message":"kubelet has sufficient memory available"},{"type":"DiskPressure","status":"False","lastHeartbeatTime":"2022-07-14T20:01:42Z","lastTransitionTime":"2022-07-14T20:01:42Z","reason":"KubeletHasNoDiskPressure","message":"kubelet has no disk pressure"},{"type":"PIDPressure","status":"False","lastHeartbeatTime":"2022-07-14T20:01:42Z","lastTransitionTime":"2022-07-14T20:01:42Z","reason":"KubeletHasSufficientPID","message":"kubelet has sufficient PID available"},{"type":"Ready","status":"False","lastHeartbeatTime":"2022-07-14T20:01:42Z","lastTransitionTime":"2022-07-14T20:01:42Z","reason":"KubeletNotReady","message":"[container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized, failed to initialize CSINode: error updating CSINode annotation: timed out waiting for the condition; caused by: nodes \"debian\" not found]"}],"addresses":[{"type":"InternalIP","address":"192.168.122.206"},{"type":"Hostname","address":"debian"}],"daemonEndpoints":{"kubeletEndpoint":{"Port":10250}},"nodeInfo":{"machineID":"a0622978f5ba43729b7e9d7954b0d662","systemUUID":"a0622978-f5ba-4372-9b7e-9d7954b0d662","bootID":"dd479f9e-4b58-4249-93aa-f0a57b741c22","kernelVersion":"5.10.0-16-cloud-amd64","osImage":"Debian GNU/Linux 11 (bullseye)","containerRuntimeVersion":"containerd://1.4.13","kubeletVersion":"v1.24.3","kubeProxyVersion":"v1.24.3","operatingSystem":"linux","architecture":"amd64"},"images":[{"names":["k8s.gcr.io/etcd@sha256:13f53ed1d91e2e11aac476ee9a0269fdda6cc4874eba903efd40daf50c55eee5","k8s.gcr.io/etcd:3.5.3-0"],"sizeBytes":102143581},{"names":["k8s.gcr.io/kube-proxy@sha256:c1b135231b5b1a6799346cd701da4b59e5b7ef8e694ec7b04fb23b8dbe144137","k8s.gcr.io/kube-proxy:v1.24.3"],"sizeBytes":39515847},{"names":["k8s.gcr.io/kube-apiserver@sha256:a04609b85962da7e6531d32b75f652b4fb9f5fe0b0ee0aa160856faad8ec5d96","k8s.gcr.io/kube-apiserver:v1.24.3"],"sizeBytes":33796659},{"names":["k8s.gcr.io/kube-controller-manager@sha256:f504eead8b8674ebc9067370ef51abbdc531b4a81813bfe464abccb8c76b6a53","k8s.gcr.io/kube-controller-manager:v1.24.3"],"sizeBytes":31035788},{"names":["k8s.gcr.io/kube-scheduler@sha256:e199523298224cd9f2a9a43c7c2c37fa57aff87648ed1e1de9984eba6f6005f0","k8s.gcr.io/kube-scheduler:v1.24.3"],"sizeBytes":15488985},{"names":["k8s.gcr.io/coredns/coredns@sha256:5b6ec0d6de9baaf3e92d0f66cd96a25b9edbce8716f5f15dcd1a616b3abd590e","k8s.gcr.io/coredns/coredns:v1.8.6"],"sizeBytes":13585107},{"names":["k8s.gcr.io/pause@sha256:bb6ed397957e9ca7c65ada0db5c5d1c707c9c8afc80a94acbe69f3ae76988f0c","k8s.gcr.io/pause:3.7"],"sizeBytes":311278}]}}
I0714 20:01:43.225656 1713 request.go:1073] Request Body: {"metadata":{"annotations":{"kubeadm.alpha.kubernetes.io/cri-socket":"unix:///var/run/containerd/containerd.sock"}}}
I0714 20:01:43.225746 1713 round_trippers.go:466] curl -v -XPATCH -H "Accept: application/json, */*" -H "Content-Type: application/strategic-merge-patch+json" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/api/v1/nodes/debian?timeout=10s'
I0714 20:01:43.227645 1713 round_trippers.go:553] PATCH https://192.168.122.206:6443/api/v1/nodes/debian?timeout=10s 200 OK in 1 milliseconds
I0714 20:01:43.227662 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 1 ms Duration 1 ms
I0714 20:01:43.227667 1713 round_trippers.go:577] Response Headers:
I0714 20:01:43.227672 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:43.227677 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:43.227681 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:43.227685 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:43.227690 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:43 GMT
I0714 20:01:43.227694 1713 round_trippers.go:580] Audit-Id: dbda0367-a1ba-4450-bd63-4849f26fb9a2
I0714 20:01:43.227852 1713 request.go:1073] Response Body: {"kind":"Node","apiVersion":"v1","metadata":{"name":"debian","uid":"8cfdf2d5-558e-4211-9efa-598342b6efa3","resourceVersion":"224","creationTimestamp":"2022-07-14T20:01:42Z","labels":{"beta.kubernetes.io/arch":"amd64","beta.kubernetes.io/os":"linux","kubernetes.io/arch":"amd64","kubernetes.io/hostname":"debian","kubernetes.io/os":"linux"},"annotations":{"kubeadm.alpha.kubernetes.io/cri-socket":"unix:///var/run/containerd/containerd.sock","volumes.kubernetes.io/controller-managed-attach-detach":"true"},"managedFields":[{"manager":"kubelet","operation":"Update","apiVersion":"v1","time":"2022-07-14T20:01:42Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:volumes.kubernetes.io/controller-managed-attach-detach":{}},"f:labels":{".":{},"f:beta.kubernetes.io/arch":{},"f:beta.kubernetes.io/os":{},"f:kubernetes.io/arch":{},"f:kubernetes.io/hostname":{},"f:kubernetes.io/os":{}}}}},{"manager":"kubeadm","operation":"Update","apiVersion":"v1","time":"2022-07-14T20:01:43Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{"f:kubeadm.alpha.kubernetes.io/cri-socket":{}}}}}]},"spec":{"taints":[{"key":"node.kubernetes.io/not-ready","effect":"NoSchedule"}]},"status":{"capacity":{"cpu":"2","ephemeral-storage":"20441576Ki","hugepages-2Mi":"0","memory":"2032736Ki","pods":"110"},"allocatable":{"cpu":"2","ephemeral-storage":"18838956411","hugepages-2Mi":"0","memory":"1930336Ki","pods":"110"},"conditions":[{"type":"MemoryPressure","status":"False","lastHeartbeatTime":"2022-07-14T20:01:42Z","lastTransitionTime":"2022-07-14T20:01:42Z","reason":"KubeletHasSufficientMemory","message":"kubelet has sufficient memory available"},{"type":"DiskPressure","status":"False","lastHeartbeatTime":"2022-07-14T20:01:42Z","lastTransitionTime":"2022-07-14T20:01:42Z","reason":"KubeletHasNoDiskPressure","message":"kubelet has no disk pressure"},{"type":"PIDPressure","status":"False","lastHeartbeatTime":"2022-07-14T20:01:42Z","lastTransitionTime":"2022-07-14T20:01:42Z","reason":"KubeletHasSufficientPID","message":"kubelet has sufficient PID available"},{"type":"Ready","status":"False","lastHeartbeatTime":"2022-07-14T20:01:42Z","lastTransitionTime":"2022-07-14T20:01:42Z","reason":"KubeletNotReady","message":"[container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized, failed to initialize CSINode: error updating CSINode annotation: timed out waiting for the condition; caused by: nodes \"debian\" not found]"}],"addresses":[{"type":"InternalIP","address":"192.168.122.206"},{"type":"Hostname","address":"debian"}],"daemonEndpoints":{"kubeletEndpoint":{"Port":10250}},"nodeInfo":{"machineID":"a0622978f5ba43729b7e9d7954b0d662","systemUUID":"a0622978-f5ba-4372-9b7e-9d7954b0d662","bootID":"dd479f9e-4b58-4249-93aa-f0a57b741c22","kernelVersion":"5.10.0-16-cloud-amd64","osImage":"Debian GNU/Linux 11 (bullseye)","containerRuntimeVersion":"containerd://1.4.13","kubeletVersion":"v1.24.3","kubeProxyVersion":"v1.24.3","operatingSystem":"linux","architecture":"amd64"},"images":[{"names":["k8s.gcr.io/etcd@sha256:13f53ed1d91e2e11aac476ee9a0269fdda6cc4874eba903efd40daf50c55eee5","k8s.gcr.io/etcd:3.5.3-0"],"sizeBytes":102143581},{"names":["k8s.gcr.io/kube-proxy@sha256:c1b135231b5b1a6799346cd701da4b59e5b7ef8e694ec7b04fb23b8dbe144137","k8s.gcr.io/kube-proxy:v1.24.3"],"sizeBytes":39515847},{"names":["k8s.gcr.io/kube-apiserver@sha256:a04609b85962da7e6531d32b75f652b4fb9f5fe0b0ee0aa160856faad8ec5d96","k8s.gcr.io/kube-apiserver:v1.24.3"],"sizeBytes":33796659},{"names":["k8s.gcr.io/kube-controller-manager@sha256:f504eead8b8674ebc9067370ef51abbdc531b4a81813bfe464abccb8c76b6a53","k8s.gcr.io/kube-controller-manager:v1.24.3"],"sizeBytes":31035788},{"names":["k8s.gcr.io/kube-scheduler@sha256:e199523298224cd9f2a9a43c7c2c37fa57aff87648ed1e1de9984eba6f6005f0","k8s.gcr.io/kube-scheduler:v1.24.3"],"sizeBytes":15488985},{"names":["k8s.gcr.io/coredns/coredns@sha256:5b6ec0d6de9baaf3e92d0f66cd96a25b9edbce8716f5f15dcd1a616b3abd590e","k8s.gcr.io/coredns/coredns:v1.8.6"],"sizeBytes":13585107},{"names":["k8s.gcr.io/pause@sha256:bb6ed397957e9ca7c65ada0db5c5d1c707c9c8afc80a94acbe69f3ae76988f0c","k8s.gcr.io/pause:3.7"],"sizeBytes":311278}]}}
[upload-certs] Skipping phase. Please see --upload-certs
[mark-control-plane] Marking the node debian as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
[mark-control-plane] Marking the node debian as control-plane by adding the taints [node-role.kubernetes.io/master:NoSchedule node-role.kubernetes.io/control-plane:NoSchedule]
I0714 20:01:43.728509 1713 round_trippers.go:466] curl -v -XGET -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/api/v1/nodes/debian?timeout=10s'
I0714 20:01:43.729492 1713 round_trippers.go:553] GET https://192.168.122.206:6443/api/v1/nodes/debian?timeout=10s 200 OK in 0 milliseconds
I0714 20:01:43.729507 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 0 ms Duration 0 ms
I0714 20:01:43.729512 1713 round_trippers.go:577] Response Headers:
I0714 20:01:43.729517 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:43.729522 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:43.729526 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:43.729531 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:43 GMT
I0714 20:01:43.729535 1713 round_trippers.go:580] Audit-Id: 0d73695a-1a1c-43f4-bef7-a92754dde248
I0714 20:01:43.729539 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:43.729591 1713 request.go:1073] Response Body: {"kind":"Node","apiVersion":"v1","metadata":{"name":"debian","uid":"8cfdf2d5-558e-4211-9efa-598342b6efa3","resourceVersion":"224","creationTimestamp":"2022-07-14T20:01:42Z","labels":{"beta.kubernetes.io/arch":"amd64","beta.kubernetes.io/os":"linux","kubernetes.io/arch":"amd64","kubernetes.io/hostname":"debian","kubernetes.io/os":"linux"},"annotations":{"kubeadm.alpha.kubernetes.io/cri-socket":"unix:///var/run/containerd/containerd.sock","volumes.kubernetes.io/controller-managed-attach-detach":"true"},"managedFields":[{"manager":"kubelet","operation":"Update","apiVersion":"v1","time":"2022-07-14T20:01:42Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:volumes.kubernetes.io/controller-managed-attach-detach":{}},"f:labels":{".":{},"f:beta.kubernetes.io/arch":{},"f:beta.kubernetes.io/os":{},"f:kubernetes.io/arch":{},"f:kubernetes.io/hostname":{},"f:kubernetes.io/os":{}}}}},{"manager":"kubeadm","operation":"Update","apiVersion":"v1","time":"2022-07-14T20:01:43Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{"f:kubeadm.alpha.kubernetes.io/cri-socket":{}}}}}]},"spec":{"taints":[{"key":"node.kubernetes.io/not-ready","effect":"NoSchedule"}]},"status":{"capacity":{"cpu":"2","ephemeral-storage":"20441576Ki","hugepages-2Mi":"0","memory":"2032736Ki","pods":"110"},"allocatable":{"cpu":"2","ephemeral-storage":"18838956411","hugepages-2Mi":"0","memory":"1930336Ki","pods":"110"},"conditions":[{"type":"MemoryPressure","status":"False","lastHeartbeatTime":"2022-07-14T20:01:42Z","lastTransitionTime":"2022-07-14T20:01:42Z","reason":"KubeletHasSufficientMemory","message":"kubelet has sufficient memory available"},{"type":"DiskPressure","status":"False","lastHeartbeatTime":"2022-07-14T20:01:42Z","lastTransitionTime":"2022-07-14T20:01:42Z","reason":"KubeletHasNoDiskPressure","message":"kubelet has no disk pressure"},{"type":"PIDPressure","status":"False","lastHeartbeatTime":"2022-07-14T20:01:42Z","lastTransitionTime":"2022-07-14T20:01:42Z","reason":"KubeletHasSufficientPID","message":"kubelet has sufficient PID available"},{"type":"Ready","status":"False","lastHeartbeatTime":"2022-07-14T20:01:42Z","lastTransitionTime":"2022-07-14T20:01:42Z","reason":"KubeletNotReady","message":"[container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized, failed to initialize CSINode: error updating CSINode annotation: timed out waiting for the condition; caused by: nodes \"debian\" not found]"}],"addresses":[{"type":"InternalIP","address":"192.168.122.206"},{"type":"Hostname","address":"debian"}],"daemonEndpoints":{"kubeletEndpoint":{"Port":10250}},"nodeInfo":{"machineID":"a0622978f5ba43729b7e9d7954b0d662","systemUUID":"a0622978-f5ba-4372-9b7e-9d7954b0d662","bootID":"dd479f9e-4b58-4249-93aa-f0a57b741c22","kernelVersion":"5.10.0-16-cloud-amd64","osImage":"Debian GNU/Linux 11 (bullseye)","containerRuntimeVersion":"containerd://1.4.13","kubeletVersion":"v1.24.3","kubeProxyVersion":"v1.24.3","operatingSystem":"linux","architecture":"amd64"},"images":[{"names":["k8s.gcr.io/etcd@sha256:13f53ed1d91e2e11aac476ee9a0269fdda6cc4874eba903efd40daf50c55eee5","k8s.gcr.io/etcd:3.5.3-0"],"sizeBytes":102143581},{"names":["k8s.gcr.io/kube-proxy@sha256:c1b135231b5b1a6799346cd701da4b59e5b7ef8e694ec7b04fb23b8dbe144137","k8s.gcr.io/kube-proxy:v1.24.3"],"sizeBytes":39515847},{"names":["k8s.gcr.io/kube-apiserver@sha256:a04609b85962da7e6531d32b75f652b4fb9f5fe0b0ee0aa160856faad8ec5d96","k8s.gcr.io/kube-apiserver:v1.24.3"],"sizeBytes":33796659},{"names":["k8s.gcr.io/kube-controller-manager@sha256:f504eead8b8674ebc9067370ef51abbdc531b4a81813bfe464abccb8c76b6a53","k8s.gcr.io/kube-controller-manager:v1.24.3"],"sizeBytes":31035788},{"names":["k8s.gcr.io/kube-scheduler@sha256:e199523298224cd9f2a9a43c7c2c37fa57aff87648ed1e1de9984eba6f6005f0","k8s.gcr.io/kube-scheduler:v1.24.3"],"sizeBytes":15488985},{"names":["k8s.gcr.io/coredns/coredns@sha256:5b6ec0d6de9baaf3e92d0f66cd96a25b9edbce8716f5f15dcd1a616b3abd590e","k8s.gcr.io/coredns/coredns:v1.8.6"],"sizeBytes":13585107},{"names":["k8s.gcr.io/pause@sha256:bb6ed397957e9ca7c65ada0db5c5d1c707c9c8afc80a94acbe69f3ae76988f0c","k8s.gcr.io/pause:3.7"],"sizeBytes":311278}]}}
I0714 20:01:43.730077 1713 request.go:1073] Request Body: {"metadata":{"labels":{"node-role.kubernetes.io/control-plane":"","node.kubernetes.io/exclude-from-external-load-balancers":""}},"spec":{"taints":[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master"},{"effect":"NoSchedule","key":"node-role.kubernetes.io/control-plane"},{"effect":"NoSchedule","key":"node.kubernetes.io/not-ready"}]}}
I0714 20:01:43.730120 1713 round_trippers.go:466] curl -v -XPATCH -H "Content-Type: application/strategic-merge-patch+json" -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/api/v1/nodes/debian?timeout=10s'
I0714 20:01:43.732355 1713 round_trippers.go:553] PATCH https://192.168.122.206:6443/api/v1/nodes/debian?timeout=10s 200 OK in 2 milliseconds
I0714 20:01:43.732370 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 2 ms Duration 2 ms
I0714 20:01:43.732418 1713 round_trippers.go:577] Response Headers:
I0714 20:01:43.732424 1713 round_trippers.go:580] Audit-Id: df2b1ac4-9894-422d-81d9-38005baa1198
I0714 20:01:43.732429 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:43.732465 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:43.732509 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:43.732557 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:43.732582 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:43 GMT
I0714 20:01:43.733178 1713 request.go:1073] Response Body: {"kind":"Node","apiVersion":"v1","metadata":{"name":"debian","uid":"8cfdf2d5-558e-4211-9efa-598342b6efa3","resourceVersion":"234","creationTimestamp":"2022-07-14T20:01:42Z","labels":{"beta.kubernetes.io/arch":"amd64","beta.kubernetes.io/os":"linux","kubernetes.io/arch":"amd64","kubernetes.io/hostname":"debian","kubernetes.io/os":"linux","node-role.kubernetes.io/control-plane":"","node.kubernetes.io/exclude-from-external-load-balancers":""},"annotations":{"kubeadm.alpha.kubernetes.io/cri-socket":"unix:///var/run/containerd/containerd.sock","volumes.kubernetes.io/controller-managed-attach-detach":"true"},"managedFields":[{"manager":"kubelet","operation":"Update","apiVersion":"v1","time":"2022-07-14T20:01:42Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:volumes.kubernetes.io/controller-managed-attach-detach":{}},"f:labels":{".":{},"f:beta.kubernetes.io/arch":{},"f:beta.kubernetes.io/os":{},"f:kubernetes.io/arch":{},"f:kubernetes.io/hostname":{},"f:kubernetes.io/os":{}}}}},{"manager":"kubeadm","operation":"Update","apiVersion":"v1","time":"2022-07-14T20:01:43Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{"f:kubeadm.alpha.kubernetes.io/cri-socket":{}},"f:labels":{"f:node-role.kubernetes.io/control-plane":{},"f:node.kubernetes.io/exclude-from-external-load-balancers":{}}},"f:spec":{"f:taints":{}}}}]},"spec":{"taints":[{"key":"node-role.kubernetes.io/master","effect":"NoSchedule"},{"key":"node-role.kubernetes.io/control-plane","effect":"NoSchedule"},{"key":"node.kubernetes.io/not-ready","effect":"NoSchedule"}]},"status":{"capacity":{"cpu":"2","ephemeral-storage":"20441576Ki","hugepages-2Mi":"0","memory":"2032736Ki","pods":"110"},"allocatable":{"cpu":"2","ephemeral-storage":"18838956411","hugepages-2Mi":"0","memory":"1930336Ki","pods":"110"},"conditions":[{"type":"MemoryPressure","status":"False","lastHeartbeatTime":"2022-07-14T20:01:42Z","lastTransitionTime":"2022-07-14T20:01:42Z","reason":"KubeletHasSufficientMemory","message":"kubelet has sufficient memory available"},{"type":"DiskPressure","status":"False","lastHeartbeatTime":"2022-07-14T20:01:42Z","lastTransitionTime":"2022-07-14T20:01:42Z","reason":"KubeletHasNoDiskPressure","message":"kubelet has no disk pressure"},{"type":"PIDPressure","status":"False","lastHeartbeatTime":"2022-07-14T20:01:42Z","lastTransitionTime":"2022-07-14T20:01:42Z","reason":"KubeletHasSufficientPID","message":"kubelet has sufficient PID available"},{"type":"Ready","status":"False","lastHeartbeatTime":"2022-07-14T20:01:42Z","lastTransitionTime":"2022-07-14T20:01:42Z","reason":"KubeletNotReady","message":"[container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized, failed to initialize CSINode: error updating CSINode annotation: timed out waiting for the condition; caused by: nodes \"debian\" not found]"}],"addresses":[{"type":"InternalIP","address":"192.168.122.206"},{"type":"Hostname","address":"debian"}],"daemonEndpoints":{"kubeletEndpoint":{"Port":10250}},"nodeInfo":{"machineID":"a0622978f5ba43729b7e9d7954b0d662","systemUUID":"a0622978-f5ba-4372-9b7e-9d7954b0d662","bootID":"dd479f9e-4b58-4249-93aa-f0a57b741c22","kernelVersion":"5.10.0-16-cloud-amd64","osImage":"Debian GNU/Linux 11 (bullseye)","containerRuntimeVersion":"containerd://1.4.13","kubeletVersion":"v1.24.3","kubeProxyVersion":"v1.24.3","operatingSystem":"linux","architecture":"amd64"},"images":[{"names":["k8s.gcr.io/etcd@sha256:13f53ed1d91e2e11aac476ee9a0269fdda6cc4874eba903efd40daf50c55eee5","k8s.gcr.io/etcd:3.5.3-0"],"sizeBytes":102143581},{"names":["k8s.gcr.io/kube-proxy@sha256:c1b135231b5b1a6799346cd701da4b59e5b7ef8e694ec7b04fb23b8dbe144137","k8s.gcr.io/kube-proxy:v1.24.3"],"sizeBytes":39515847},{"names":["k8s.gcr.io/kube-apiserver@sha256:a04609b85962da7e6531d32b75f652b4fb9f5fe0b0ee0aa160856faad8ec5d96","k8s.gcr.io/kube-apiserver:v1.24.3"],"sizeBytes":33796659},{"names":["k8s.gcr.io/kube-controller-manager@sha256:f504eead8b8674ebc9067370ef51abbdc531b4a81813bfe464abccb8c76b6a53","k8s.gcr.io/kube-controller-manager:v1.24.3"],"sizeBytes":31035788},{"names":["k8s.gcr.io/kube-scheduler@sha256:e199523298224cd9f2a9a43c7c2c37fa57aff87648ed1e1de9984eba6f6005f0","k8s.gcr.io/kube-scheduler:v1.24.3"],"sizeBytes":15488985},{"names":["k8s.gcr.io/coredns/coredns@sha256:5b6ec0d6de9baaf3e92d0f66cd96a25b9edbce8716f5f15dcd1a616b3abd590e","k8s.gcr.io/coredns/coredns:v1.8.6"],"sizeBytes":13585107},{"names":["k8s.gcr.io/pause@sha256:bb6ed397957e9ca7c65ada0db5c5d1c707c9c8afc80a94acbe69f3ae76988f0c","k8s.gcr.io/pause:3.7"],"sizeBytes":311278}]}}
[bootstrap-token] Using token: bc18m1.7hr86mnh7gjaznxn
[bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
I0714 20:01:43.733595 1713 round_trippers.go:466] curl -v -XGET -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/api/v1/namespaces/kube-system/secrets/bootstrap-token-bc18m1?timeout=10s'
I0714 20:01:43.734715 1713 round_trippers.go:553] GET https://192.168.122.206:6443/api/v1/namespaces/kube-system/secrets/bootstrap-token-bc18m1?timeout=10s 404 Not Found in 1 milliseconds
I0714 20:01:43.734734 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 0 ms Duration 1 ms
I0714 20:01:43.734743 1713 round_trippers.go:577] Response Headers:
I0714 20:01:43.734752 1713 round_trippers.go:580] Audit-Id: ed04b000-3bd8-4f12-98fe-630c1e9ddc93
I0714 20:01:43.734760 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:43.734768 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:43.734776 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:43.734784 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:43.734792 1713 round_trippers.go:580] Content-Length: 218
I0714 20:01:43.734799 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:43 GMT
I0714 20:01:43.734817 1713 request.go:1073] Response Body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"secrets \"bootstrap-token-bc18m1\" not found","reason":"NotFound","details":{"name":"bootstrap-token-bc18m1","kind":"secrets"},"code":404}
I0714 20:01:43.734956 1713 request.go:1073] Request Body: {"kind":"Secret","apiVersion":"v1","metadata":{"name":"bootstrap-token-bc18m1","namespace":"kube-system","creationTimestamp":null},"data":{"auth-extra-groups":"c3lzdGVtOmJvb3RzdHJhcHBlcnM6a3ViZWFkbTpkZWZhdWx0LW5vZGUtdG9rZW4=","description":"VGhlIGRlZmF1bHQgYm9vdHN0cmFwIHRva2VuIGdlbmVyYXRlZCBieSAna3ViZWFkbSBpbml0Jy4=","expiration":"MjAyMi0wNy0xNVQyMDowMTo0M1o=","token-id":"YmMxOG0x","token-secret":"N2hyODZtbmg3Z2phem54bg==","usage-bootstrap-authentication":"dHJ1ZQ==","usage-bootstrap-signing":"dHJ1ZQ=="},"type":"bootstrap.kubernetes.io/token"}
I0714 20:01:43.735004 1713 round_trippers.go:466] curl -v -XPOST -H "Accept: application/json, */*" -H "Content-Type: application/json" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/api/v1/namespaces/kube-system/secrets?timeout=10s'
I0714 20:01:43.737066 1713 round_trippers.go:553] POST https://192.168.122.206:6443/api/v1/namespaces/kube-system/secrets?timeout=10s 201 Created in 2 milliseconds
I0714 20:01:43.737084 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 1 ms Duration 2 ms
I0714 20:01:43.737092 1713 round_trippers.go:577] Response Headers:
I0714 20:01:43.737101 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:43.737109 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:43.737117 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:43.737134 1713 round_trippers.go:580] Content-Length: 979
I0714 20:01:43.737142 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:43 GMT
I0714 20:01:43.737149 1713 round_trippers.go:580] Audit-Id: eda64ef7-1dee-4f78-ab82-d7a6854bd36b
I0714 20:01:43.737157 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:43.737418 1713 request.go:1073] Response Body: {"kind":"Secret","apiVersion":"v1","metadata":{"name":"bootstrap-token-bc18m1","namespace":"kube-system","uid":"61c38a21-6c8e-4e7a-bd8c-fe74b6a78cf9","resourceVersion":"235","creationTimestamp":"2022-07-14T20:01:43Z","managedFields":[{"manager":"kubeadm","operation":"Update","apiVersion":"v1","time":"2022-07-14T20:01:43Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:auth-extra-groups":{},"f:description":{},"f:expiration":{},"f:token-id":{},"f:token-secret":{},"f:usage-bootstrap-authentication":{},"f:usage-bootstrap-signing":{}},"f:type":{}}}]},"data":{"auth-extra-groups":"c3lzdGVtOmJvb3RzdHJhcHBlcnM6a3ViZWFkbTpkZWZhdWx0LW5vZGUtdG9rZW4=","description":"VGhlIGRlZmF1bHQgYm9vdHN0cmFwIHRva2VuIGdlbmVyYXRlZCBieSAna3ViZWFkbSBpbml0Jy4=","expiration":"MjAyMi0wNy0xNVQyMDowMTo0M1o=","token-id":"YmMxOG0x","token-secret":"N2hyODZtbmg3Z2phem54bg==","usage-bootstrap-authentication":"dHJ1ZQ==","usage-bootstrap-signing":"dHJ1ZQ=="},"type":"bootstrap.kubernetes.io/token"}
[bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
I0714 20:01:43.737551 1713 request.go:1073] Request Body: {"kind":"ClusterRole","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"kubeadm:get-nodes","namespace":"kube-system","creationTimestamp":null},"rules":[{"verbs":["get"],"apiGroups":[""],"resources":["nodes"]}]}
I0714 20:01:43.737576 1713 round_trippers.go:466] curl -v -XPOST -H "Accept: application/json, */*" -H "Content-Type: application/json" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/clusterroles?timeout=10s'
I0714 20:01:43.742187 1713 round_trippers.go:553] POST https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/clusterroles?timeout=10s 201 Created in 4 milliseconds
I0714 20:01:43.742202 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 4 ms Duration 4 ms
I0714 20:01:43.742206 1713 round_trippers.go:577] Response Headers:
I0714 20:01:43.742211 1713 round_trippers.go:580] Audit-Id: 8f1590d5-4b5d-4f81-b886-2dfd521cabff
I0714 20:01:43.742215 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:43.742220 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:43.742224 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:43.742228 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:43.742232 1713 round_trippers.go:580] Content-Length: 471
I0714 20:01:43.742239 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:43 GMT
I0714 20:01:43.742263 1713 request.go:1073] Response Body: {"kind":"ClusterRole","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"kubeadm:get-nodes","uid":"a750566d-6c90-4eab-9fb7-da8b31137c08","resourceVersion":"236","creationTimestamp":"2022-07-14T20:01:43Z","managedFields":[{"manager":"kubeadm","operation":"Update","apiVersion":"rbac.authorization.k8s.io/v1","time":"2022-07-14T20:01:43Z","fieldsType":"FieldsV1","fieldsV1":{"f:rules":{}}}]},"rules":[{"verbs":["get"],"apiGroups":[""],"resources":["nodes"]}]}
I0714 20:01:43.742366 1713 request.go:1073] Request Body: {"kind":"ClusterRoleBinding","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"kubeadm:get-nodes","namespace":"kube-system","creationTimestamp":null},"subjects":[{"kind":"Group","name":"system:bootstrappers:kubeadm:default-node-token"}],"roleRef":{"apiGroup":"rbac.authorization.k8s.io","kind":"ClusterRole","name":"kubeadm:get-nodes"}}
I0714 20:01:43.742399 1713 round_trippers.go:466] curl -v -XPOST -H "Accept: application/json, */*" -H "Content-Type: application/json" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/clusterrolebindings?timeout=10s'
I0714 20:01:43.743726 1713 round_trippers.go:553] POST https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/clusterrolebindings?timeout=10s 201 Created in 1 milliseconds
I0714 20:01:43.743744 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 1 ms Duration 1 ms
I0714 20:01:43.743753 1713 round_trippers.go:577] Response Headers:
I0714 20:01:43.743762 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:43 GMT
I0714 20:01:43.743770 1713 round_trippers.go:580] Audit-Id: e3508e4b-83c3-4be2-8b81-f56aeb70389f
I0714 20:01:43.743779 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:43.743787 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:43.743795 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:43.743804 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:43.743813 1713 round_trippers.go:580] Content-Length: 654
I0714 20:01:43.743831 1713 request.go:1073] Response Body: {"kind":"ClusterRoleBinding","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"kubeadm:get-nodes","uid":"f719ba3c-3f66-4616-9c9a-34b2f0e35667","resourceVersion":"237","creationTimestamp":"2022-07-14T20:01:43Z","managedFields":[{"manager":"kubeadm","operation":"Update","apiVersion":"rbac.authorization.k8s.io/v1","time":"2022-07-14T20:01:43Z","fieldsType":"FieldsV1","fieldsV1":{"f:roleRef":{},"f:subjects":{}}}]},"subjects":[{"kind":"Group","apiGroup":"rbac.authorization.k8s.io","name":"system:bootstrappers:kubeadm:default-node-token"}],"roleRef":{"apiGroup":"rbac.authorization.k8s.io","kind":"ClusterRole","name":"kubeadm:get-nodes"}}
[bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
I0714 20:01:43.743960 1713 request.go:1073] Request Body: {"kind":"ClusterRoleBinding","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"kubeadm:kubelet-bootstrap","creationTimestamp":null},"subjects":[{"kind":"Group","name":"system:bootstrappers:kubeadm:default-node-token"}],"roleRef":{"apiGroup":"rbac.authorization.k8s.io","kind":"ClusterRole","name":"system:node-bootstrapper"}}
I0714 20:01:43.744003 1713 round_trippers.go:466] curl -v -XPOST -H "Accept: application/json, */*" -H "Content-Type: application/json" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/clusterrolebindings?timeout=10s'
I0714 20:01:43.745261 1713 round_trippers.go:553] POST https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/clusterrolebindings?timeout=10s 201 Created in 1 milliseconds
I0714 20:01:43.745278 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 1 ms Duration 1 ms
I0714 20:01:43.745287 1713 round_trippers.go:577] Response Headers:
I0714 20:01:43.745295 1713 round_trippers.go:580] Audit-Id: 9fe1626e-6f07-4072-a581-4040c028f5ef
I0714 20:01:43.745305 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:43.745313 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:43.745321 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:43.745330 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:43.745338 1713 round_trippers.go:580] Content-Length: 669
I0714 20:01:43.745346 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:43 GMT
I0714 20:01:43.745485 1713 request.go:1073] Response Body: {"kind":"ClusterRoleBinding","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"kubeadm:kubelet-bootstrap","uid":"7b278fd8-f2ef-400e-b8b9-c0c934f848f7","resourceVersion":"238","creationTimestamp":"2022-07-14T20:01:43Z","managedFields":[{"manager":"kubeadm","operation":"Update","apiVersion":"rbac.authorization.k8s.io/v1","time":"2022-07-14T20:01:43Z","fieldsType":"FieldsV1","fieldsV1":{"f:roleRef":{},"f:subjects":{}}}]},"subjects":[{"kind":"Group","apiGroup":"rbac.authorization.k8s.io","name":"system:bootstrappers:kubeadm:default-node-token"}],"roleRef":{"apiGroup":"rbac.authorization.k8s.io","kind":"ClusterRole","name":"system:node-bootstrapper"}}
[bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
I0714 20:01:43.745595 1713 request.go:1073] Request Body: {"kind":"ClusterRoleBinding","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"kubeadm:node-autoapprove-bootstrap","creationTimestamp":null},"subjects":[{"kind":"Group","name":"system:bootstrappers:kubeadm:default-node-token"}],"roleRef":{"apiGroup":"rbac.authorization.k8s.io","kind":"ClusterRole","name":"system:certificates.k8s.io:certificatesigningrequests:nodeclient"}}
I0714 20:01:43.745637 1713 round_trippers.go:466] curl -v -XPOST -H "Accept: application/json, */*" -H "Content-Type: application/json" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/clusterrolebindings?timeout=10s'
I0714 20:01:43.747359 1713 round_trippers.go:553] POST https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/clusterrolebindings?timeout=10s 201 Created in 1 milliseconds
I0714 20:01:43.747372 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 1 ms Duration 1 ms
I0714 20:01:43.747376 1713 round_trippers.go:577] Response Headers:
I0714 20:01:43.747381 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:43 GMT
I0714 20:01:43.747385 1713 round_trippers.go:580] Audit-Id: afa56d3e-c609-4f7a-b85f-fd3741862b34
I0714 20:01:43.747389 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:43.747394 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:43.747398 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:43.747402 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:43.747406 1713 round_trippers.go:580] Content-Length: 718
I0714 20:01:43.747478 1713 request.go:1073] Response Body: {"kind":"ClusterRoleBinding","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"kubeadm:node-autoapprove-bootstrap","uid":"454ef904-af16-48b9-b720-1ec33afed765","resourceVersion":"239","creationTimestamp":"2022-07-14T20:01:43Z","managedFields":[{"manager":"kubeadm","operation":"Update","apiVersion":"rbac.authorization.k8s.io/v1","time":"2022-07-14T20:01:43Z","fieldsType":"FieldsV1","fieldsV1":{"f:roleRef":{},"f:subjects":{}}}]},"subjects":[{"kind":"Group","apiGroup":"rbac.authorization.k8s.io","name":"system:bootstrappers:kubeadm:default-node-token"}],"roleRef":{"apiGroup":"rbac.authorization.k8s.io","kind":"ClusterRole","name":"system:certificates.k8s.io:certificatesigningrequests:nodeclient"}}
[bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
I0714 20:01:43.747544 1713 request.go:1073] Request Body: {"kind":"ClusterRoleBinding","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"kubeadm:node-autoapprove-certificate-rotation","creationTimestamp":null},"subjects":[{"kind":"Group","name":"system:nodes"}],"roleRef":{"apiGroup":"rbac.authorization.k8s.io","kind":"ClusterRole","name":"system:certificates.k8s.io:certificatesigningrequests:selfnodeclient"}}
I0714 20:01:43.747567 1713 round_trippers.go:466] curl -v -XPOST -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" -H "Accept: application/json, */*" -H "Content-Type: application/json" 'https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/clusterrolebindings?timeout=10s'
I0714 20:01:43.748606 1713 round_trippers.go:553] POST https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/clusterrolebindings?timeout=10s 201 Created in 1 milliseconds
I0714 20:01:43.748625 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 0 ms Duration 1 ms
I0714 20:01:43.748632 1713 round_trippers.go:577] Response Headers:
I0714 20:01:43.748643 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:43.748651 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:43.748656 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:43.748660 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:43.748664 1713 round_trippers.go:580] Content-Length: 698
I0714 20:01:43.748668 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:43 GMT
I0714 20:01:43.748672 1713 round_trippers.go:580] Audit-Id: 08e999c3-180e-42fc-a5c2-04f602c098b7
I0714 20:01:43.748682 1713 request.go:1073] Response Body: {"kind":"ClusterRoleBinding","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"kubeadm:node-autoapprove-certificate-rotation","uid":"60be0187-fbc7-43b5-b6f3-686e4b929f30","resourceVersion":"240","creationTimestamp":"2022-07-14T20:01:43Z","managedFields":[{"manager":"kubeadm","operation":"Update","apiVersion":"rbac.authorization.k8s.io/v1","time":"2022-07-14T20:01:43Z","fieldsType":"FieldsV1","fieldsV1":{"f:roleRef":{},"f:subjects":{}}}]},"subjects":[{"kind":"Group","apiGroup":"rbac.authorization.k8s.io","name":"system:nodes"}],"roleRef":{"apiGroup":"rbac.authorization.k8s.io","kind":"ClusterRole","name":"system:certificates.k8s.io:certificatesigningrequests:selfnodeclient"}}
[bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
I0714 20:01:43.748723 1713 clusterinfo.go:47] [bootstrap-token] loading admin kubeconfig
I0714 20:01:43.748990 1713 loader.go:372] Config loaded from file: /etc/kubernetes/admin.conf
I0714 20:01:43.748995 1713 clusterinfo.go:58] [bootstrap-token] copying the cluster from admin.conf to the bootstrap kubeconfig
I0714 20:01:43.749114 1713 clusterinfo.go:70] [bootstrap-token] creating/updating ConfigMap in kube-public namespace
I0714 20:01:43.749138 1713 request.go:1073] Request Body: {"kind":"ConfigMap","apiVersion":"v1","metadata":{"name":"cluster-info","namespace":"kube-public","creationTimestamp":null},"data":{"kubeconfig":"apiVersion: v1\nclusters:\n- cluster:\n certificate-authority-data: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUMvakNDQWVhZ0F3SUJBZ0lCQURBTkJna3Foa2lHOXcwQkFRc0ZBREFWTVJNd0VRWURWUVFERXdwcmRXSmwKY201bGRHVnpNQjRYRFRJeU1EY3hOREl3TURFeU4xb1hEVE15TURjeE1USXdNREV5TjFvd0ZURVRNQkVHQTFVRQpBeE1LYTNWaVpYSnVaWFJsY3pDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTDV2CmYra2RBNnBMNFhwVEcyV0F3ZzU2by8ranNuTXZZc0UrNDR4Q1dGc0x3bHNka21kVHg1NVRKeWppL0kyaEY2QWYKYm9Xd2szSE9USlZjbzN4bHlVMW0rWnFVOUxzdHZOa0dtVjhWN0l1bmZFUWZBRFBWRkNRaURkc0FrN2hrc2VRWQppaHArT2YzNWVnMS9STjlEUy94WUg0a28vMVpFTWMzRmJvTWhqTUlGVEQ4K1h3Vis5OVFmTmo2WFNLc0ljTWVLCmdLb2lycmlkQVdBS1Rib2dHNTQzZ3BHeUdrTXBUcFZKeHp4Q2FGbG9vVm14Q2Uzd3RYMXE0OTBQTkdUeE5QZWwKVHV6dDRrWUxHUEJSaVlrUUIwQWRnRDZjM0JjTXpwWWFYb1BZSHRLaFNMSjJIYVU4U0ptSVdxaEFwa21EbXlkZwpiTFdRSFVROGlIRW5ZZXVVZ284Q0F3RUFBYU5aTUZjd0RnWURWUjBQQVFIL0JBUURBZ0trTUE4R0ExVWRFd0VCCi93UUZNQU1CQWY4d0hRWURWUjBPQkJZRUZMZDZWYzdjNE5Tc1A5eGZ0MFZ5aUxsdnY5bWtNQlVHQTFVZEVRUU8KTUF5Q0NtdDFZbVZ5Ym1WMFpYTXdEUVlKS29aSWh2Y05BUUVMQlFBRGdnRUJBR3RDTitUNkpOemd4V3dsZU5ZVgpCeUZnZHppdmplOUNoTzBIUmtmNExkUlV6ZGtTU3dHWnF5cVo2V3B5cVZLdm93MDd4QmprV21LSnBSSlFwZWVtCmNuWmdUcGUvbDV3Y2NVbkpvTTR6SGNTOHp4bCs2MDlMbVJGQXpHeXJYMXNTMml5cmJObnBPMXVBWVR4cDM3b2MKaEFsd0liSWZMUmN0VkFYeDlnZGlXd0JVTGQ1WmRiNGJiNi9DSTE2UHNIKzA0SjFKWVY3L1BOcnQ5ekkwUHBnbgpUM0N2NDFDeW93aXZoSFdXaHJTQWQ0eU04RVFUeGdxQ1BDdmJDNzdlWDFTYTh4cVA1U2ZXTHhNdW9BbW4zUDl6CldKWFdTT0hNOXBKWnJJVERvMDd1Q1F3OW91cEdSUU9YYXpxT3pleWlsOUVncE55anZwY29DakJ6Q2ZKQitha3gKR1ZJPQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==\n server: https://192.168.122.206:6443\n name: \"\"\ncontexts: null\ncurrent-context: \"\"\nkind: Config\npreferences: {}\nusers: null\n"}}
I0714 20:01:43.749166 1713 round_trippers.go:466] curl -v -XPOST -H "Accept: application/json, */*" -H "Content-Type: application/json" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/api/v1/namespaces/kube-public/configmaps?timeout=10s'
I0714 20:01:43.750404 1713 round_trippers.go:553] POST https://192.168.122.206:6443/api/v1/namespaces/kube-public/configmaps?timeout=10s 201 Created in 1 milliseconds
I0714 20:01:43.750421 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 1 ms Duration 1 ms
I0714 20:01:43.750430 1713 round_trippers.go:577] Response Headers:
I0714 20:01:43.750439 1713 round_trippers.go:580] Audit-Id: 83a8c4b7-ee1f-4cfb-8613-dc6836550093
I0714 20:01:43.750448 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:43.750462 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:43.750477 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:43.750491 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:43.750526 1713 round_trippers.go:580] Content-Length: 2099
I0714 20:01:43.750541 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:43 GMT
I0714 20:01:43.750628 1713 request.go:1073] Response Body: {"kind":"ConfigMap","apiVersion":"v1","metadata":{"name":"cluster-info","namespace":"kube-public","uid":"fd24b21d-fbe9-44d9-9841-a9266ac9c5e4","resourceVersion":"241","creationTimestamp":"2022-07-14T20:01:43Z","managedFields":[{"manager":"kubeadm","operation":"Update","apiVersion":"v1","time":"2022-07-14T20:01:43Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:kubeconfig":{}}}}]},"data":{"kubeconfig":"apiVersion: v1\nclusters:\n- cluster:\n certificate-authority-data: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUMvakNDQWVhZ0F3SUJBZ0lCQURBTkJna3Foa2lHOXcwQkFRc0ZBREFWTVJNd0VRWURWUVFERXdwcmRXSmwKY201bGRHVnpNQjRYRFRJeU1EY3hOREl3TURFeU4xb1hEVE15TURjeE1USXdNREV5TjFvd0ZURVRNQkVHQTFVRQpBeE1LYTNWaVpYSnVaWFJsY3pDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTDV2CmYra2RBNnBMNFhwVEcyV0F3ZzU2by8ranNuTXZZc0UrNDR4Q1dGc0x3bHNka21kVHg1NVRKeWppL0kyaEY2QWYKYm9Xd2szSE9USlZjbzN4bHlVMW0rWnFVOUxzdHZOa0dtVjhWN0l1bmZFUWZBRFBWRkNRaURkc0FrN2hrc2VRWQppaHArT2YzNWVnMS9STjlEUy94WUg0a28vMVpFTWMzRmJvTWhqTUlGVEQ4K1h3Vis5OVFmTmo2WFNLc0ljTWVLCmdLb2lycmlkQVdBS1Rib2dHNTQzZ3BHeUdrTXBUcFZKeHp4Q2FGbG9vVm14Q2Uzd3RYMXE0OTBQTkdUeE5QZWwKVHV6dDRrWUxHUEJSaVlrUUIwQWRnRDZjM0JjTXpwWWFYb1BZSHRLaFNMSjJIYVU4U0ptSVdxaEFwa21EbXlkZwpiTFdRSFVROGlIRW5ZZXVVZ284Q0F3RUFBYU5aTUZjd0RnWURWUjBQQVFIL0JBUURBZ0trTUE4R0ExVWRFd0VCCi93UUZNQU1CQWY4d0hRWURWUjBPQkJZRUZMZDZWYzdjNE5Tc1A5eGZ0MFZ5aUxsdnY5bWtNQlVHQTFVZEVRUU8KTUF5Q0NtdDFZbVZ5Ym1WMFpYTXdEUVlKS29aSWh2Y05BUUVMQlFBRGdnRUJBR3RDTitUNkpOemd4V3dsZU5ZVgpCeUZnZHppdmplOUNoTzBIUmtmNExkUlV6ZGtTU3dHWnF5cVo2V3B5cVZLdm93MDd4QmprV21LSnBSSlFwZWVtCmNuWmdUcGUvbDV3Y2NVbkpvTTR6SGNTOHp4bCs2MDlMbVJGQXpHeXJYMXNTMml5cmJObnBPMXVBWVR4cDM3b2MKaEFsd0liSWZMUmN0VkFYeDlnZGlXd0JVTGQ1WmRiNGJiNi9DSTE2UHNIKzA0SjFKWVY3L1BOcnQ5ekkwUHBnbgpUM0N2NDFDeW93aXZoSFdXaHJTQWQ0eU04RVFUeGdxQ1BDdmJDNzdlWDFTYTh4cVA1U2ZXTHhNdW9BbW4zUDl6CldKWFdTT0hNOXBKWnJJVERvMDd1Q1F3OW91cEdSUU9YYXpxT3pleWlsOUVncE55anZwY29DakJ6Q2ZKQitha3gKR1ZJPQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==\n server: https://192.168.122.206:6443\n name: \"\"\ncontexts: null\ncurrent-context: \"\"\nkind: Config\npreferences: {}\nusers: null\n"}}
I0714 20:01:43.750738 1713 clusterinfo.go:84] creating the RBAC rules for exposing the cluster-info ConfigMap in the kube-public namespace
I0714 20:01:43.750771 1713 request.go:1073] Request Body: {"kind":"Role","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"kubeadm:bootstrap-signer-clusterinfo","namespace":"kube-public","creationTimestamp":null},"rules":[{"verbs":["get"],"apiGroups":[""],"resources":["configmaps"],"resourceNames":["cluster-info"]}]}
I0714 20:01:43.750817 1713 round_trippers.go:466] curl -v -XPOST -H "Accept: application/json, */*" -H "Content-Type: application/json" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/namespaces/kube-public/roles?timeout=10s'
I0714 20:01:43.753626 1713 round_trippers.go:553] POST https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/namespaces/kube-public/roles?timeout=10s 201 Created in 2 milliseconds
I0714 20:01:43.753643 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 2 ms Duration 2 ms
I0714 20:01:43.753652 1713 round_trippers.go:577] Response Headers:
I0714 20:01:43.753661 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:43.753669 1713 round_trippers.go:580] Content-Length: 547
I0714 20:01:43.753677 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:43 GMT
I0714 20:01:43.753686 1713 round_trippers.go:580] Audit-Id: 5d19f643-c386-4fe4-919c-0c0135b69bfc
I0714 20:01:43.753694 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:43.753702 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:43.753711 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:43.753731 1713 request.go:1073] Response Body: {"kind":"Role","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"kubeadm:bootstrap-signer-clusterinfo","namespace":"kube-public","uid":"cea1b876-7ff0-4574-8f31-edbbc7f9237a","resourceVersion":"242","creationTimestamp":"2022-07-14T20:01:43Z","managedFields":[{"manager":"kubeadm","operation":"Update","apiVersion":"rbac.authorization.k8s.io/v1","time":"2022-07-14T20:01:43Z","fieldsType":"FieldsV1","fieldsV1":{"f:rules":{}}}]},"rules":[{"verbs":["get"],"apiGroups":[""],"resources":["configmaps"],"resourceNames":["cluster-info"]}]}
I0714 20:01:43.753828 1713 request.go:1073] Request Body: {"kind":"RoleBinding","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"kubeadm:bootstrap-signer-clusterinfo","namespace":"kube-public","creationTimestamp":null},"subjects":[{"kind":"User","name":"system:anonymous"}],"roleRef":{"apiGroup":"rbac.authorization.k8s.io","kind":"Role","name":"kubeadm:bootstrap-signer-clusterinfo"}}
I0714 20:01:43.753875 1713 round_trippers.go:466] curl -v -XPOST -H "Accept: application/json, */*" -H "Content-Type: application/json" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/namespaces/kube-public/rolebindings?timeout=10s'
I0714 20:01:43.755574 1713 round_trippers.go:553] POST https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/namespaces/kube-public/rolebindings?timeout=10s 201 Created in 1 milliseconds
I0714 20:01:43.755592 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 1 ms Duration 1 ms
I0714 20:01:43.755601 1713 round_trippers.go:577] Response Headers:
I0714 20:01:43.755610 1713 round_trippers.go:580] Audit-Id: ed716b80-f09c-4937-915d-57d50afd6a23
I0714 20:01:43.755619 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:43.755627 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:43.755635 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:43.755644 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:43.755652 1713 round_trippers.go:580] Content-Length: 672
I0714 20:01:43.755660 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:43 GMT
I0714 20:01:43.755679 1713 request.go:1073] Response Body: {"kind":"RoleBinding","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"kubeadm:bootstrap-signer-clusterinfo","namespace":"kube-public","uid":"1a8f4c1f-d219-48f9-b794-c2b8666ec875","resourceVersion":"243","creationTimestamp":"2022-07-14T20:01:43Z","managedFields":[{"manager":"kubeadm","operation":"Update","apiVersion":"rbac.authorization.k8s.io/v1","time":"2022-07-14T20:01:43Z","fieldsType":"FieldsV1","fieldsV1":{"f:roleRef":{},"f:subjects":{}}}]},"subjects":[{"kind":"User","apiGroup":"rbac.authorization.k8s.io","name":"system:anonymous"}],"roleRef":{"apiGroup":"rbac.authorization.k8s.io","kind":"Role","name":"kubeadm:bootstrap-signer-clusterinfo"}}
I0714 20:01:43.755778 1713 kubeletfinalize.go:90] [kubelet-finalize] Assuming that kubelet client certificate rotation is enabled: found "/var/lib/kubelet/pki/kubelet-client-current.pem"
[kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
I0714 20:01:43.756250 1713 loader.go:372] Config loaded from file: /etc/kubernetes/kubelet.conf
I0714 20:01:43.756830 1713 kubeletfinalize.go:134] [kubelet-finalize] Restarting the kubelet to enable client certificate rotation
I0714 20:01:44.068086 1713 round_trippers.go:466] curl -v -XGET -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/apis/apps/v1/namespaces/kube-system/deployments?labelSelector=k8s-app%3Dkube-dns'
I0714 20:01:44.079795 1713 round_trippers.go:553] GET https://192.168.122.206:6443/apis/apps/v1/namespaces/kube-system/deployments?labelSelector=k8s-app%3Dkube-dns 200 OK in 11 milliseconds
I0714 20:01:44.079879 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 11 ms Duration 11 ms
I0714 20:01:44.079920 1713 round_trippers.go:577] Response Headers:
I0714 20:01:44.079935 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:44.079948 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:44.079960 1713 round_trippers.go:580] Content-Length: 97
I0714 20:01:44.079972 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:44 GMT
I0714 20:01:44.079988 1713 round_trippers.go:580] Audit-Id: 69b1dd91-68b2-402e-87f8-e1e20a0a29cb
I0714 20:01:44.080001 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:44.080013 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:44.080207 1713 request.go:1073] Response Body: {"kind":"DeploymentList","apiVersion":"apps/v1","metadata":{"resourceVersion":"245"},"items":[]}
I0714 20:01:44.081335 1713 round_trippers.go:466] curl -v -XGET -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/api/v1/namespaces/kube-system/configmaps/coredns?timeout=10s'
I0714 20:01:44.087227 1713 round_trippers.go:553] GET https://192.168.122.206:6443/api/v1/namespaces/kube-system/configmaps/coredns?timeout=10s 404 Not Found in 5 milliseconds
I0714 20:01:44.087304 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 5 ms Duration 5 ms
I0714 20:01:44.087368 1713 round_trippers.go:577] Response Headers:
I0714 20:01:44.087425 1713 round_trippers.go:580] Audit-Id: 35fdee30-7c4a-428d-af2c-8288e82bfa53
I0714 20:01:44.087481 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:44.087536 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:44.087590 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:44.087644 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:44.087700 1713 round_trippers.go:580] Content-Length: 194
I0714 20:01:44.087754 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:44 GMT
I0714 20:01:44.087975 1713 request.go:1073] Response Body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"configmaps \"coredns\" not found","reason":"NotFound","details":{"name":"coredns","kind":"configmaps"},"code":404}
I0714 20:01:44.088044 1713 request.go:1073] Request Body: {"kind":"ConfigMap","apiVersion":"v1","metadata":{"name":"coredns","namespace":"kube-system","creationTimestamp":null},"data":{"Corefile":".:53 {\n errors\n health {\n lameduck 5s\n }\n ready\n kubernetes cluster.local in-addr.arpa ip6.arpa {\n pods insecure\n fallthrough in-addr.arpa ip6.arpa\n ttl 30\n }\n prometheus :9153\n forward . /etc/resolv.conf {\n max_concurrent 1000\n }\n cache 30\n loop\n reload\n loadbalance\n}\n"}}
I0714 20:01:44.088074 1713 round_trippers.go:466] curl -v -XPOST -H "Accept: application/json, */*" -H "Content-Type: application/json" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/api/v1/namespaces/kube-system/configmaps?timeout=10s'
I0714 20:01:44.092158 1713 round_trippers.go:553] POST https://192.168.122.206:6443/api/v1/namespaces/kube-system/configmaps?timeout=10s 201 Created in 4 milliseconds
I0714 20:01:44.092234 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 4 ms Duration 4 ms
I0714 20:01:44.092348 1713 round_trippers.go:577] Response Headers:
I0714 20:01:44.092411 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:44.092467 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:44.092514 1713 round_trippers.go:580] Content-Length: 769
I0714 20:01:44.092568 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:44 GMT
I0714 20:01:44.092638 1713 round_trippers.go:580] Audit-Id: fffd9779-4f36-4f5d-98ee-bc68bdf5e1c7
I0714 20:01:44.092706 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:44.092753 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:44.092986 1713 request.go:1073] Response Body: {"kind":"ConfigMap","apiVersion":"v1","metadata":{"name":"coredns","namespace":"kube-system","uid":"a51c5cfd-5db0-4228-b3a2-12757c20fd2e","resourceVersion":"246","creationTimestamp":"2022-07-14T20:01:44Z","managedFields":[{"manager":"kubeadm","operation":"Update","apiVersion":"v1","time":"2022-07-14T20:01:44Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:Corefile":{}}}}]},"data":{"Corefile":".:53 {\n errors\n health {\n lameduck 5s\n }\n ready\n kubernetes cluster.local in-addr.arpa ip6.arpa {\n pods insecure\n fallthrough in-addr.arpa ip6.arpa\n ttl 30\n }\n prometheus :9153\n forward . /etc/resolv.conf {\n max_concurrent 1000\n }\n cache 30\n loop\n reload\n loadbalance\n}\n"}}
I0714 20:01:44.093196 1713 request.go:1073] Request Body: {"kind":"ClusterRole","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"system:coredns","creationTimestamp":null},"rules":[{"verbs":["list","watch"],"apiGroups":[""],"resources":["endpoints","services","pods","namespaces"]},{"verbs":["get"],"apiGroups":[""],"resources":["nodes"]},{"verbs":["list","watch"],"apiGroups":["discovery.k8s.io"],"resources":["endpointslices"]}]}
I0714 20:01:44.093228 1713 round_trippers.go:466] curl -v -XPOST -H "Accept: application/json, */*" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" -H "Content-Type: application/json" 'https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/clusterroles?timeout=10s'
I0714 20:01:44.095782 1713 round_trippers.go:553] POST https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/clusterroles?timeout=10s 201 Created in 2 milliseconds
I0714 20:01:44.095864 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 2 ms Duration 2 ms
I0714 20:01:44.095914 1713 round_trippers.go:577] Response Headers:
I0714 20:01:44.095979 1713 round_trippers.go:580] Audit-Id: 79b0f0b2-8015-4de0-8c50-f2797644d317
I0714 20:01:44.096026 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:44.096083 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:44.096137 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:44.096191 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:44.096246 1713 round_trippers.go:580] Content-Length: 660
I0714 20:01:44.096301 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:44 GMT
I0714 20:01:44.098975 1713 request.go:1073] Response Body: {"kind":"ClusterRole","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"system:coredns","uid":"67101eb0-34ee-495b-b93f-1c57321f45ca","resourceVersion":"247","creationTimestamp":"2022-07-14T20:01:44Z","managedFields":[{"manager":"kubeadm","operation":"Update","apiVersion":"rbac.authorization.k8s.io/v1","time":"2022-07-14T20:01:44Z","fieldsType":"FieldsV1","fieldsV1":{"f:rules":{}}}]},"rules":[{"verbs":["list","watch"],"apiGroups":[""],"resources":["endpoints","services","pods","namespaces"]},{"verbs":["get"],"apiGroups":[""],"resources":["nodes"]},{"verbs":["list","watch"],"apiGroups":["discovery.k8s.io"],"resources":["endpointslices"]}]}
I0714 20:01:44.099129 1713 request.go:1073] Request Body: {"kind":"ClusterRoleBinding","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"system:coredns","creationTimestamp":null},"subjects":[{"kind":"ServiceAccount","name":"coredns","namespace":"kube-system"}],"roleRef":{"apiGroup":"rbac.authorization.k8s.io","kind":"ClusterRole","name":"system:coredns"}}
I0714 20:01:44.099159 1713 round_trippers.go:466] curl -v -XPOST -H "Accept: application/json, */*" -H "Content-Type: application/json" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/clusterrolebindings?timeout=10s'
I0714 20:01:44.108213 1713 round_trippers.go:553] POST https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/clusterrolebindings?timeout=10s 201 Created in 9 milliseconds
I0714 20:01:44.108242 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 8 ms Duration 9 ms
I0714 20:01:44.108394 1713 round_trippers.go:577] Response Headers:
I0714 20:01:44.108459 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:44.108520 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:44.108579 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:44.108689 1713 round_trippers.go:580] Content-Length: 604
I0714 20:01:44.108748 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:44 GMT
I0714 20:01:44.108852 1713 round_trippers.go:580] Audit-Id: 59234987-fecd-40d4-a067-f495e00bf837
I0714 20:01:44.108955 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:44.109101 1713 request.go:1073] Response Body: {"kind":"ClusterRoleBinding","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"system:coredns","uid":"3733d6a9-aeb3-43c5-94b8-e449fde1c10d","resourceVersion":"248","creationTimestamp":"2022-07-14T20:01:44Z","managedFields":[{"manager":"kubeadm","operation":"Update","apiVersion":"rbac.authorization.k8s.io/v1","time":"2022-07-14T20:01:44Z","fieldsType":"FieldsV1","fieldsV1":{"f:roleRef":{},"f:subjects":{}}}]},"subjects":[{"kind":"ServiceAccount","name":"coredns","namespace":"kube-system"}],"roleRef":{"apiGroup":"rbac.authorization.k8s.io","kind":"ClusterRole","name":"system:coredns"}}
I0714 20:01:44.109535 1713 request.go:1073] Request Body: {"kind":"ServiceAccount","apiVersion":"v1","metadata":{"name":"coredns","namespace":"kube-system","creationTimestamp":null}}
I0714 20:01:44.109686 1713 round_trippers.go:466] curl -v -XPOST -H "Accept: application/json, */*" -H "Content-Type: application/json" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/api/v1/namespaces/kube-system/serviceaccounts?timeout=10s'
I0714 20:01:44.111424 1713 round_trippers.go:553] POST https://192.168.122.206:6443/api/v1/namespaces/kube-system/serviceaccounts?timeout=10s 201 Created in 1 milliseconds
I0714 20:01:44.111442 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 1 ms Duration 1 ms
I0714 20:01:44.111448 1713 round_trippers.go:577] Response Headers:
I0714 20:01:44.111454 1713 round_trippers.go:580] Content-Length: 212
I0714 20:01:44.111459 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:44 GMT
I0714 20:01:44.111464 1713 round_trippers.go:580] Audit-Id: 5ede2197-fbec-4942-9902-75735adb0ccf
I0714 20:01:44.111468 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:44.111472 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:44.111481 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:44.111486 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:44.111706 1713 request.go:1073] Response Body: {"kind":"ServiceAccount","apiVersion":"v1","metadata":{"name":"coredns","namespace":"kube-system","uid":"b6ef73d5-0a6d-49fa-ace5-d802cb80c3c0","resourceVersion":"249","creationTimestamp":"2022-07-14T20:01:44Z"}}
I0714 20:01:44.112416 1713 request.go:1073] Request Body: {"kind":"Deployment","apiVersion":"apps/v1","metadata":{"name":"coredns","namespace":"kube-system","creationTimestamp":null,"labels":{"k8s-app":"kube-dns"}},"spec":{"replicas":2,"selector":{"matchLabels":{"k8s-app":"kube-dns"}},"template":{"metadata":{"creationTimestamp":null,"labels":{"k8s-app":"kube-dns"}},"spec":{"volumes":[{"name":"config-volume","configMap":{"name":"coredns","items":[{"key":"Corefile","path":"Corefile"}]}}],"containers":[{"name":"coredns","image":"k8s.gcr.io/coredns/coredns:v1.8.6","args":["-conf","/etc/coredns/Corefile"],"ports":[{"name":"dns","containerPort":53,"protocol":"UDP"},{"name":"dns-tcp","containerPort":53,"protocol":"TCP"},{"name":"metrics","containerPort":9153,"protocol":"TCP"}],"resources":{"limits":{"memory":"170Mi"},"requests":{"cpu":"100m","memory":"70Mi"}},"volumeMounts":[{"name":"config-volume","readOnly":true,"mountPath":"/etc/coredns"}],"livenessProbe":{"httpGet":{"path":"/health","port":8080,"scheme":"HTTP"},"initialDelaySeconds":60,"timeoutSeconds":5,"successThreshold":1,"failureThreshold":5},"readinessProbe":{"httpGet":{"path":"/ready","port":8181,"scheme":"HTTP"}},"imagePullPolicy":"IfNotPresent","securityContext":{"capabilities":{"add":["NET_BIND_SERVICE"],"drop":["all"]},"readOnlyRootFilesystem":true,"allowPrivilegeEscalation":false}}],"dnsPolicy":"Default","nodeSelector":{"kubernetes.io/os":"linux"},"serviceAccountName":"coredns","tolerations":[{"key":"CriticalAddonsOnly","operator":"Exists"},{"key":"node-role.kubernetes.io/master","effect":"NoSchedule"},{"key":"node-role.kubernetes.io/control-plane","effect":"NoSchedule"}],"priorityClassName":"system-cluster-critical"}},"strategy":{"type":"RollingUpdate","rollingUpdate":{"maxUnavailable":1}}},"status":{}}
I0714 20:01:44.112465 1713 round_trippers.go:466] curl -v -XPOST -H "Accept: application/json, */*" -H "Content-Type: application/json" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/apis/apps/v1/namespaces/kube-system/deployments?timeout=10s'
I0714 20:01:44.132893 1713 round_trippers.go:553] POST https://192.168.122.206:6443/apis/apps/v1/namespaces/kube-system/deployments?timeout=10s 201 Created in 20 milliseconds
I0714 20:01:44.132991 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 20 ms Duration 20 ms
I0714 20:01:44.133070 1713 round_trippers.go:577] Response Headers:
I0714 20:01:44.133144 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:44.133211 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:44.133270 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:44.133330 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:44.133352 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:44 GMT
I0714 20:01:44.133386 1713 round_trippers.go:580] Audit-Id: 0a90ec32-7bb1-49bc-8d9a-24459a4fc7cb
I0714 20:01:44.133764 1713 request.go:1073] Response Body: {"kind":"Deployment","apiVersion":"apps/v1","metadata":{"name":"coredns","namespace":"kube-system","uid":"c54126d0-4aae-4c11-9c13-4f712f9f6421","resourceVersion":"250","generation":1,"creationTimestamp":"2022-07-14T20:01:44Z","labels":{"k8s-app":"kube-dns"},"managedFields":[{"manager":"kubeadm","operation":"Update","apiVersion":"apps/v1","time":"2022-07-14T20:01:44Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:labels":{".":{},"f:k8s-app":{}}},"f:spec":{"f:progressDeadlineSeconds":{},"f:replicas":{},"f:revisionHistoryLimit":{},"f:selector":{},"f:strategy":{"f:rollingUpdate":{".":{},"f:maxSurge":{},"f:maxUnavailable":{}},"f:type":{}},"f:template":{"f:metadata":{"f:labels":{".":{},"f:k8s-app":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"coredns\"}":{".":{},"f:args":{},"f:image":{},"f:imagePullPolicy":{},"f:livenessProbe":{".":{},"f:failureThreshold":{},"f:httpGet":{".":{},"f:path":{},"f:port":{},"f:scheme":{}},"f:initialDelaySeconds":{},"f:periodSeconds":{},"f:successThreshold":{},"f:timeoutSeconds":{}},"f:name":{},"f:ports":{".":{},"k:{\"containerPort\":53,\"protocol\":\"TCP\"}":{".":{},"f:containerPort":{},"f:name":{},"f:protocol":{}},"k:{\"containerPort\":53,\"protocol\":\"UDP\"}":{".":{},"f:containerPort":{},"f:name":{},"f:protocol":{}},"k:{\"containerPort\":9153,\"protocol\":\"TCP\"}":{".":{},"f:containerPort":{},"f:name":{},"f:protocol":{}}},"f:readinessProbe":{".":{},"f:failureThreshold":{},"f:httpGet":{".":{},"f:path":{},"f:port":{},"f:scheme":{}},"f:periodSeconds":{},"f:successThreshold":{},"f:timeoutSeconds":{}},"f:resources":{".":{},"f:limits":{".":{},"f:memory":{}},"f:requests":{".":{},"f:cpu":{},"f:memory":{}}},"f:securityContext":{".":{},"f:allowPrivilegeEscalation":{},"f:capabilities":{".":{},"f:add":{},"f:drop":{}},"f:readOnlyRootFilesystem":{}},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{},"f:volumeMounts":{".":{},"k:{\"mountPath\":\"/etc/coredns\"}":{".":{},"f:mountPath":{},"f:name":{},"f:readOnly":{}}}}},"f:dnsPolicy":{},"f:nodeSelector":{},"f:priorityClassName":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:serviceAccount":{},"f:serviceAccountName":{},"f:terminationGracePeriodSeconds":{},"f:tolerations":{},"f:volumes":{".":{},"k:{\"name\":\"config-volume\"}":{".":{},"f:configMap":{".":{},"f:defaultMode":{},"f:items":{},"f:name":{}},"f:name":{}}}}}}}}]},"spec":{"replicas":2,"selector":{"matchLabels":{"k8s-app":"kube-dns"}},"template":{"metadata":{"creationTimestamp":null,"labels":{"k8s-app":"kube-dns"}},"spec":{"volumes":[{"name":"config-volume","configMap":{"name":"coredns","items":[{"key":"Corefile","path":"Corefile"}],"defaultMode":420}}],"containers":[{"name":"coredns","image":"k8s.gcr.io/coredns/coredns:v1.8.6","args":["-conf","/etc/coredns/Corefile"],"ports":[{"name":"dns","containerPort":53,"protocol":"UDP"},{"name":"dns-tcp","containerPort":53,"protocol":"TCP"},{"name":"metrics","containerPort":9153,"protocol":"TCP"}],"resources":{"limits":{"memory":"170Mi"},"requests":{"cpu":"100m","memory":"70Mi"}},"volumeMounts":[{"name":"config-volume","readOnly":true,"mountPath":"/etc/coredns"}],"livenessProbe":{"httpGet":{"path":"/health","port":8080,"scheme":"HTTP"},"initialDelaySeconds":60,"timeoutSeconds":5,"periodSeconds":10,"successThreshold":1,"failureThreshold":5},"readinessProbe":{"httpGet":{"path":"/ready","port":8181,"scheme":"HTTP"},"timeoutSeconds":1,"periodSeconds":10,"successThreshold":1,"failureThreshold":3},"terminationMessagePath":"/dev/termination-log","terminationMessagePolicy":"File","imagePullPolicy":"IfNotPresent","securityContext":{"capabilities":{"add":["NET_BIND_SERVICE"],"drop":["all"]},"readOnlyRootFilesystem":true,"allowPrivilegeEscalation":false}}],"restartPolicy":"Always","terminationGracePeriodSeconds":30,"dnsPolicy":"Default","nodeSelector":{"kubernetes.io/os":"linux"},"serviceAccountName":"coredns","serviceAccount":"coredns","securityContext":{},"schedulerName":"default-scheduler","tolerations":[{"key":"CriticalAddonsOnly","operator":"Exists"},{"key":"node-role.kubernetes.io/master","effect":"NoSchedule"},{"key":"node-role.kubernetes.io/control-plane","effect":"NoSchedule"}],"priorityClassName":"system-cluster-critical"}},"strategy":{"type":"RollingUpdate","rollingUpdate":{"maxUnavailable":1,"maxSurge":"25%"}},"revisionHistoryLimit":10,"progressDeadlineSeconds":600},"status":{}}
I0714 20:01:44.134653 1713 request.go:1073] Request Body: {"kind":"Service","apiVersion":"v1","metadata":{"name":"kube-dns","namespace":"kube-system","resourceVersion":"0","creationTimestamp":null,"labels":{"k8s-app":"kube-dns","kubernetes.io/cluster-service":"true","kubernetes.io/name":"CoreDNS"},"annotations":{"prometheus.io/port":"9153","prometheus.io/scrape":"true"}},"spec":{"ports":[{"name":"dns","protocol":"UDP","port":53,"targetPort":53},{"name":"dns-tcp","protocol":"TCP","port":53,"targetPort":53},{"name":"metrics","protocol":"TCP","port":9153,"targetPort":9153}],"selector":{"k8s-app":"kube-dns"},"clusterIP":"10.96.0.10"},"status":{"loadBalancer":{}}}
I0714 20:01:44.134772 1713 round_trippers.go:466] curl -v -XPOST -H "Content-Type: application/json" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" -H "Accept: application/json, */*" 'https://192.168.122.206:6443/api/v1/namespaces/kube-system/services?timeout=10s'
I0714 20:01:44.147177 1713 round_trippers.go:553] POST https://192.168.122.206:6443/api/v1/namespaces/kube-system/services?timeout=10s 201 Created in 12 milliseconds
I0714 20:01:44.147194 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 12 ms Duration 12 ms
I0714 20:01:44.147201 1713 round_trippers.go:577] Response Headers:
I0714 20:01:44.147209 1713 round_trippers.go:580] Audit-Id: 832c271e-9b60-4b43-bcf3-e65c083ba9e0
I0714 20:01:44.147214 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:44.147218 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:44.147223 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:44.147227 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:44.147231 1713 round_trippers.go:580] Content-Length: 1619
I0714 20:01:44.147236 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:44 GMT
I0714 20:01:44.147259 1713 request.go:1073] Response Body: {"kind":"Service","apiVersion":"v1","metadata":{"name":"kube-dns","namespace":"kube-system","uid":"339b784e-3f2b-4cbb-96d3-cd3738274e9b","resourceVersion":"252","creationTimestamp":"2022-07-14T20:01:44Z","labels":{"k8s-app":"kube-dns","kubernetes.io/cluster-service":"true","kubernetes.io/name":"CoreDNS"},"annotations":{"prometheus.io/port":"9153","prometheus.io/scrape":"true"},"managedFields":[{"manager":"kubeadm","operation":"Update","apiVersion":"v1","time":"2022-07-14T20:01:44Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:prometheus.io/port":{},"f:prometheus.io/scrape":{}},"f:labels":{".":{},"f:k8s-app":{},"f:kubernetes.io/cluster-service":{},"f:kubernetes.io/name":{}}},"f:spec":{"f:clusterIP":{},"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":53,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}},"k:{\"port\":53,\"protocol\":\"UDP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}},"k:{\"port\":9153,\"protocol\":\"TCP\"}":{".":{},"f:name":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}}}]},"spec":{"ports":[{"name":"dns","protocol":"UDP","port":53,"targetPort":53},{"name":"dns-tcp","protocol":"TCP","port":53,"targetPort":53},{"name":"metrics","protocol":"TCP","port":9153,"targetPort":9153}],"selector":{"k8s-app":"kube-dns"},"clusterIP":"10.96.0.10","clusterIPs":["10.96.0.10"],"type":"ClusterIP","sessionAffinity":"None","ipFamilies":["IPv4"],"ipFamilyPolicy":"SingleStack","internalTrafficPolicy":"Cluster"},"status":{"loadBalancer":{}}}
[addons] Applied essential addon: CoreDNS
I0714 20:01:44.147431 1713 request.go:1073] Request Body: {"kind":"ServiceAccount","apiVersion":"v1","metadata":{"name":"kube-proxy","namespace":"kube-system","creationTimestamp":null}}
I0714 20:01:44.147479 1713 round_trippers.go:466] curl -v -XPOST -H "Accept: application/json, */*" -H "Content-Type: application/json" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/api/v1/namespaces/kube-system/serviceaccounts?timeout=10s'
I0714 20:01:44.148675 1713 round_trippers.go:553] POST https://192.168.122.206:6443/api/v1/namespaces/kube-system/serviceaccounts?timeout=10s 201 Created in 1 milliseconds
I0714 20:01:44.148724 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 1 ms Duration 1 ms
I0714 20:01:44.148733 1713 round_trippers.go:577] Response Headers:
I0714 20:01:44.148784 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:44.148793 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:44.148826 1713 round_trippers.go:580] Content-Length: 215
I0714 20:01:44.148840 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:44 GMT
I0714 20:01:44.148845 1713 round_trippers.go:580] Audit-Id: 20fa1732-3340-4fcf-b876-7ab218d7940f
I0714 20:01:44.148872 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:44.148904 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:44.148961 1713 request.go:1073] Response Body: {"kind":"ServiceAccount","apiVersion":"v1","metadata":{"name":"kube-proxy","namespace":"kube-system","uid":"e91f072c-f8af-4ecb-89d3-6ad3009b36a3","resourceVersion":"253","creationTimestamp":"2022-07-14T20:01:44Z"}}
I0714 20:01:44.149610 1713 request.go:1073] Request Body: {"kind":"ConfigMap","apiVersion":"v1","metadata":{"name":"kube-proxy","namespace":"kube-system","creationTimestamp":null,"labels":{"app":"kube-proxy"},"annotations":{"kubeadm.kubernetes.io/component-config.hash":"sha256:608a538d91b38fda8f58f9f4d44344fd16e916159bf215e119e7d45bdc7e7fb1"}},"data":{"config.conf":"apiVersion: kubeproxy.config.k8s.io/v1alpha1\nbindAddress: 0.0.0.0\nbindAddressHardFail: false\nclientConnection:\n acceptContentTypes: \"\"\n burst: 0\n contentType: \"\"\n kubeconfig: /var/lib/kube-proxy/kubeconfig.conf\n qps: 0\nclusterCIDR: \"\"\nconfigSyncPeriod: 0s\nconntrack:\n maxPerCore: null\n min: null\n tcpCloseWaitTimeout: null\n tcpEstablishedTimeout: null\ndetectLocal:\n bridgeInterface: \"\"\n interfaceNamePrefix: \"\"\ndetectLocalMode: \"\"\nenableProfiling: false\nhealthzBindAddress: \"\"\nhostnameOverride: \"\"\niptables:\n masqueradeAll: false\n masqueradeBit: null\n minSyncPeriod: 0s\n syncPeriod: 0s\nipvs:\n excludeCIDRs: null\n minSyncPeriod: 0s\n scheduler: \"\"\n strictARP: false\n syncPeriod: 0s\n tcpFinTimeout: 0s\n tcpTimeout: 0s\n udpTimeout: 0s\nkind: KubeProxyConfiguration\nmetricsBindAddress: \"\"\nmode: \"\"\nnodePortAddresses: null\noomScoreAdj: null\nportRange: \"\"\nshowHiddenMetricsForVersion: \"\"\nudpIdleTimeout: 0s\nwinkernel:\n enableDSR: false\n forwardHealthCheckVip: false\n networkName: \"\"\n rootHnsEndpointName: \"\"\n sourceVip: \"\"","kubeconfig.conf":"apiVersion: v1\nkind: Config\nclusters:\n- cluster:\n certificate-authority: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt\n server: https://192.168.122.206:6443\n name: default\ncontexts:\n- context:\n cluster: default\n namespace: default\n user: default\n name: default\ncurrent-context: default\nusers:\n- name: default\n user:\n tokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token"}}
I0714 20:01:44.149712 1713 round_trippers.go:466] curl -v -XPOST -H "Accept: application/json, */*" -H "Content-Type: application/json" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/api/v1/namespaces/kube-system/configmaps?timeout=10s'
I0714 20:01:44.151297 1713 round_trippers.go:553] POST https://192.168.122.206:6443/api/v1/namespaces/kube-system/configmaps?timeout=10s 201 Created in 1 milliseconds
I0714 20:01:44.151310 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 1 ms Duration 1 ms
I0714 20:01:44.151316 1713 round_trippers.go:577] Response Headers:
I0714 20:01:44.151323 1713 round_trippers.go:580] Audit-Id: f17f7bb0-0270-48f0-b11e-e3be12fd2765
I0714 20:01:44.151329 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:44.151335 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:44.151341 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:44.151347 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:44.151353 1713 round_trippers.go:580] Content-Length: 2299
I0714 20:01:44.151359 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:44 GMT
I0714 20:01:44.151381 1713 request.go:1073] Response Body: {"kind":"ConfigMap","apiVersion":"v1","metadata":{"name":"kube-proxy","namespace":"kube-system","uid":"000eb5cb-778f-45d0-a257-de6f77c7e3c3","resourceVersion":"254","creationTimestamp":"2022-07-14T20:01:44Z","labels":{"app":"kube-proxy"},"annotations":{"kubeadm.kubernetes.io/component-config.hash":"sha256:608a538d91b38fda8f58f9f4d44344fd16e916159bf215e119e7d45bdc7e7fb1"},"managedFields":[{"manager":"kubeadm","operation":"Update","apiVersion":"v1","time":"2022-07-14T20:01:44Z","fieldsType":"FieldsV1","fieldsV1":{"f:data":{".":{},"f:config.conf":{},"f:kubeconfig.conf":{}},"f:metadata":{"f:annotations":{".":{},"f:kubeadm.kubernetes.io/component-config.hash":{}},"f:labels":{".":{},"f:app":{}}}}}]},"data":{"config.conf":"apiVersion: kubeproxy.config.k8s.io/v1alpha1\nbindAddress: 0.0.0.0\nbindAddressHardFail: false\nclientConnection:\n acceptContentTypes: \"\"\n burst: 0\n contentType: \"\"\n kubeconfig: /var/lib/kube-proxy/kubeconfig.conf\n qps: 0\nclusterCIDR: \"\"\nconfigSyncPeriod: 0s\nconntrack:\n maxPerCore: null\n min: null\n tcpCloseWaitTimeout: null\n tcpEstablishedTimeout: null\ndetectLocal:\n bridgeInterface: \"\"\n interfaceNamePrefix: \"\"\ndetectLocalMode: \"\"\nenableProfiling: false\nhealthzBindAddress: \"\"\nhostnameOverride: \"\"\niptables:\n masqueradeAll: false\n masqueradeBit: null\n minSyncPeriod: 0s\n syncPeriod: 0s\nipvs:\n excludeCIDRs: null\n minSyncPeriod: 0s\n scheduler: \"\"\n strictARP: false\n syncPeriod: 0s\n tcpFinTimeout: 0s\n tcpTimeout: 0s\n udpTimeout: 0s\nkind: KubeProxyConfiguration\nmetricsBindAddress: \"\"\nmode: \"\"\nnodePortAddresses: null\noomScoreAdj: null\nportRange: \"\"\nshowHiddenMetricsForVersion: \"\"\nudpIdleTimeout: 0s\nwinkernel:\n enableDSR: false\n forwardHealthCheckVip: false\n networkName: \"\"\n rootHnsEndpointName: \"\"\n sourceVip: \"\"","kubeconfig.conf":"apiVersion: v1\nkind: Config\nclusters:\n- cluster:\n certificate-authority: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt\n server: https://192.168.122.206:6443\n name: default\ncontexts:\n- context:\n cluster: default\n namespace: default\n user: default\n name: default\ncurrent-context: default\nusers:\n- name: default\n user:\n tokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token"}}
I0714 20:01:44.151969 1713 request.go:1073] Request Body: {"kind":"DaemonSet","apiVersion":"apps/v1","metadata":{"name":"kube-proxy","namespace":"kube-system","creationTimestamp":null,"labels":{"k8s-app":"kube-proxy"}},"spec":{"selector":{"matchLabels":{"k8s-app":"kube-proxy"}},"template":{"metadata":{"creationTimestamp":null,"labels":{"k8s-app":"kube-proxy"}},"spec":{"volumes":[{"name":"kube-proxy","configMap":{"name":"kube-proxy"}},{"name":"xtables-lock","hostPath":{"path":"/run/xtables.lock","type":"FileOrCreate"}},{"name":"lib-modules","hostPath":{"path":"/lib/modules"}}],"containers":[{"name":"kube-proxy","image":"k8s.gcr.io/kube-proxy:v1.24.3","command":["/usr/local/bin/kube-proxy","--config=/var/lib/kube-proxy/config.conf","--hostname-override=$(NODE_NAME)"],"env":[{"name":"NODE_NAME","valueFrom":{"fieldRef":{"fieldPath":"spec.nodeName"}}}],"resources":{},"volumeMounts":[{"name":"kube-proxy","mountPath":"/var/lib/kube-proxy"},{"name":"xtables-lock","mountPath":"/run/xtables.lock"},{"name":"lib-modules","readOnly":true,"mountPath":"/lib/modules"}],"imagePullPolicy":"IfNotPresent","securityContext":{"privileged":true}}],"nodeSelector":{"kubernetes.io/os":"linux"},"serviceAccountName":"kube-proxy","hostNetwork":true,"tolerations":[{"operator":"Exists"}],"priorityClassName":"system-node-critical"}},"updateStrategy":{"type":"RollingUpdate"}},"status":{"currentNumberScheduled":0,"numberMisscheduled":0,"desiredNumberScheduled":0,"numberReady":0}}
I0714 20:01:44.152008 1713 round_trippers.go:466] curl -v -XPOST -H "Accept: application/json, */*" -H "Content-Type: application/json" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/apis/apps/v1/namespaces/kube-system/daemonsets?timeout=10s'
I0714 20:01:44.156884 1713 round_trippers.go:553] POST https://192.168.122.206:6443/apis/apps/v1/namespaces/kube-system/daemonsets?timeout=10s 201 Created in 4 milliseconds
I0714 20:01:44.156911 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 4 ms Duration 4 ms
I0714 20:01:44.156918 1713 round_trippers.go:577] Response Headers:
I0714 20:01:44.156924 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:44.156930 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:44.156935 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:44.156940 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:44.156948 1713 round_trippers.go:580] Content-Length: 3662
I0714 20:01:44.156952 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:44 GMT
I0714 20:01:44.156957 1713 round_trippers.go:580] Audit-Id: 6cbd2858-232b-4c45-b841-76611e9fe162
I0714 20:01:44.157024 1713 request.go:1073] Response Body: {"kind":"DaemonSet","apiVersion":"apps/v1","metadata":{"name":"kube-proxy","namespace":"kube-system","uid":"01cd37ba-5221-481b-b020-f91cff8f5b15","resourceVersion":"255","generation":1,"creationTimestamp":"2022-07-14T20:01:44Z","labels":{"k8s-app":"kube-proxy"},"annotations":{"deprecated.daemonset.template.generation":"1"},"managedFields":[{"manager":"kubeadm","operation":"Update","apiVersion":"apps/v1","time":"2022-07-14T20:01:44Z","fieldsType":"FieldsV1","fieldsV1":{"f:metadata":{"f:annotations":{".":{},"f:deprecated.daemonset.template.generation":{}},"f:labels":{".":{},"f:k8s-app":{}}},"f:spec":{"f:revisionHistoryLimit":{},"f:selector":{},"f:template":{"f:metadata":{"f:labels":{".":{},"f:k8s-app":{}}},"f:spec":{"f:containers":{"k:{\"name\":\"kube-proxy\"}":{".":{},"f:command":{},"f:env":{".":{},"k:{\"name\":\"NODE_NAME\"}":{".":{},"f:name":{},"f:valueFrom":{".":{},"f:fieldRef":{}}}},"f:image":{},"f:imagePullPolicy":{},"f:name":{},"f:resources":{},"f:securityContext":{".":{},"f:privileged":{}},"f:terminationMessagePath":{},"f:terminationMessagePolicy":{},"f:volumeMounts":{".":{},"k:{\"mountPath\":\"/lib/modules\"}":{".":{},"f:mountPath":{},"f:name":{},"f:readOnly":{}},"k:{\"mountPath\":\"/run/xtables.lock\"}":{".":{},"f:mountPath":{},"f:name":{}},"k:{\"mountPath\":\"/var/lib/kube-proxy\"}":{".":{},"f:mountPath":{},"f:name":{}}}}},"f:dnsPolicy":{},"f:hostNetwork":{},"f:nodeSelector":{},"f:priorityClassName":{},"f:restartPolicy":{},"f:schedulerName":{},"f:securityContext":{},"f:serviceAccount":{},"f:serviceAccountName":{},"f:terminationGracePeriodSeconds":{},"f:tolerations":{},"f:volumes":{".":{},"k:{\"name\":\"kube-proxy\"}":{".":{},"f:configMap":{".":{},"f:defaultMode":{},"f:name":{}},"f:name":{}},"k:{\"name\":\"lib-modules\"}":{".":{},"f:hostPath":{".":{},"f:path":{},"f:type":{}},"f:name":{}},"k:{\"name\":\"xtables-lock\"}":{".":{},"f:hostPath":{".":{},"f:path":{},"f:type":{}},"f:name":{}}}}},"f:updateStrategy":{"f:rollingUpdate":{".":{},"f:maxSurge":{},"f:maxUnavailable":{}},"f:type":{}}}}}]},"spec":{"selector":{"matchLabels":{"k8s-app":"kube-proxy"}},"template":{"metadata":{"creationTimestamp":null,"labels":{"k8s-app":"kube-proxy"}},"spec":{"volumes":[{"name":"kube-proxy","configMap":{"name":"kube-proxy","defaultMode":420}},{"name":"xtables-lock","hostPath":{"path":"/run/xtables.lock","type":"FileOrCreate"}},{"name":"lib-modules","hostPath":{"path":"/lib/modules","type":""}}],"containers":[{"name":"kube-proxy","image":"k8s.gcr.io/kube-proxy:v1.24.3","command":["/usr/local/bin/kube-proxy","--config=/var/lib/kube-proxy/config.conf","--hostname-override=$(NODE_NAME)"],"env":[{"name":"NODE_NAME","valueFrom":{"fieldRef":{"apiVersion":"v1","fieldPath":"spec.nodeName"}}}],"resources":{},"volumeMounts":[{"name":"kube-proxy","mountPath":"/var/lib/kube-proxy"},{"name":"xtables-lock","mountPath":"/run/xtables.lock"},{"name":"lib-modules","readOnly":true,"mountPath":"/lib/modules"}],"terminationMessagePath":"/dev/termination-log","terminationMessagePolicy":"File","imagePullPolicy":"IfNotPresent","securityContext":{"privileged":true}}],"restartPolicy":"Always","terminationGracePeriodSeconds":30,"dnsPolicy":"ClusterFirst","nodeSelector":{"kubernetes.io/os":"linux"},"serviceAccountName":"kube-proxy","serviceAccount":"kube-proxy","hostNetwork":true,"securityContext":{},"schedulerName":"default-scheduler","tolerations":[{"operator":"Exists"}],"priorityClassName":"system-node-critical"}},"updateStrategy":{"type":"RollingUpdate","rollingUpdate":{"maxUnavailable":1,"maxSurge":0}},"revisionHistoryLimit":10},"status":{"currentNumberScheduled":0,"numberMisscheduled":0,"desiredNumberScheduled":0,"numberReady":0}}
I0714 20:01:44.157299 1713 request.go:1073] Request Body: {"kind":"ClusterRoleBinding","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"kubeadm:node-proxier","creationTimestamp":null},"subjects":[{"kind":"ServiceAccount","name":"kube-proxy","namespace":"kube-system"}],"roleRef":{"apiGroup":"rbac.authorization.k8s.io","kind":"ClusterRole","name":"system:node-proxier"}}
I0714 20:01:44.157343 1713 round_trippers.go:466] curl -v -XPOST -H "Accept: application/json, */*" -H "Content-Type: application/json" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/clusterrolebindings?timeout=10s'
I0714 20:01:44.162540 1713 round_trippers.go:553] POST https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/clusterrolebindings?timeout=10s 201 Created in 5 milliseconds
I0714 20:01:44.162555 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 5 ms Duration 5 ms
I0714 20:01:44.162560 1713 round_trippers.go:577] Response Headers:
I0714 20:01:44.162567 1713 round_trippers.go:580] Audit-Id: 058dfdcb-bc8c-42ce-a9d8-f44a4648aee6
I0714 20:01:44.162572 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:44.162585 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:44.162591 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:44.162598 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:44.162602 1713 round_trippers.go:580] Content-Length: 618
I0714 20:01:44.162606 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:44 GMT
I0714 20:01:44.162618 1713 request.go:1073] Response Body: {"kind":"ClusterRoleBinding","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"kubeadm:node-proxier","uid":"f2b1d9b2-ce94-4931-a421-24ecb2b98e1e","resourceVersion":"256","creationTimestamp":"2022-07-14T20:01:44Z","managedFields":[{"manager":"kubeadm","operation":"Update","apiVersion":"rbac.authorization.k8s.io/v1","time":"2022-07-14T20:01:44Z","fieldsType":"FieldsV1","fieldsV1":{"f:roleRef":{},"f:subjects":{}}}]},"subjects":[{"kind":"ServiceAccount","name":"kube-proxy","namespace":"kube-system"}],"roleRef":{"apiGroup":"rbac.authorization.k8s.io","kind":"ClusterRole","name":"system:node-proxier"}}
I0714 20:01:44.162729 1713 request.go:1073] Request Body: {"kind":"Role","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"kube-proxy","namespace":"kube-system","creationTimestamp":null},"rules":[{"verbs":["get"],"apiGroups":[""],"resources":["configmaps"],"resourceNames":["kube-proxy"]}]}
I0714 20:01:44.162774 1713 round_trippers.go:466] curl -v -XPOST -H "Accept: application/json, */*" -H "Content-Type: application/json" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/namespaces/kube-system/roles?timeout=10s'
I0714 20:01:44.175319 1713 round_trippers.go:553] POST https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/namespaces/kube-system/roles?timeout=10s 201 Created in 12 milliseconds
I0714 20:01:44.175344 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 12 ms Duration 12 ms
I0714 20:01:44.175351 1713 round_trippers.go:577] Response Headers:
I0714 20:01:44.175358 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:44.175374 1713 round_trippers.go:580] Content-Length: 519
I0714 20:01:44.175378 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:44 GMT
I0714 20:01:44.175383 1713 round_trippers.go:580] Audit-Id: a3f8d70a-cba9-46bc-9c4d-63007b6aa202
I0714 20:01:44.175388 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:44.175392 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:44.175397 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:44.177445 1713 request.go:1073] Response Body: {"kind":"Role","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"kube-proxy","namespace":"kube-system","uid":"a5dd3297-c711-4f70-b192-4040e31cae7c","resourceVersion":"257","creationTimestamp":"2022-07-14T20:01:44Z","managedFields":[{"manager":"kubeadm","operation":"Update","apiVersion":"rbac.authorization.k8s.io/v1","time":"2022-07-14T20:01:44Z","fieldsType":"FieldsV1","fieldsV1":{"f:rules":{}}}]},"rules":[{"verbs":["get"],"apiGroups":[""],"resources":["configmaps"],"resourceNames":["kube-proxy"]}]}
I0714 20:01:44.177641 1713 request.go:1073] Request Body: {"kind":"RoleBinding","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"kube-proxy","namespace":"kube-system","creationTimestamp":null},"subjects":[{"kind":"Group","name":"system:bootstrappers:kubeadm:default-node-token"}],"roleRef":{"apiGroup":"rbac.authorization.k8s.io","kind":"Role","name":"kube-proxy"}}
I0714 20:01:44.177710 1713 round_trippers.go:466] curl -v -XPOST -H "Accept: application/json, */*" -H "Content-Type: application/json" -H "User-Agent: kubeadm/v1.24.3 (linux/amd64) kubernetes/aef86a9" 'https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/namespaces/kube-system/rolebindings?timeout=10s'
I0714 20:01:44.199112 1713 round_trippers.go:553] POST https://192.168.122.206:6443/apis/rbac.authorization.k8s.io/v1/namespaces/kube-system/rolebindings?timeout=10s 201 Created in 21 milliseconds
I0714 20:01:44.199129 1713 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 21 ms Duration 21 ms
I0714 20:01:44.199135 1713 round_trippers.go:577] Response Headers:
I0714 20:01:44.199140 1713 round_trippers.go:580] X-Kubernetes-Pf-Flowschema-Uid: 1944ff45-a986-4da0-8d9c-cfb96e3c8076
I0714 20:01:44.199145 1713 round_trippers.go:580] X-Kubernetes-Pf-Prioritylevel-Uid: eb688012-4357-4468-acea-5d3480056c9c
I0714 20:01:44.199149 1713 round_trippers.go:580] Content-Length: 652
I0714 20:01:44.199154 1713 round_trippers.go:580] Date: Thu, 14 Jul 2022 20:01:44 GMT
I0714 20:01:44.199158 1713 round_trippers.go:580] Audit-Id: 5938af2b-32ed-42ab-8fb1-0aa9a949393b
I0714 20:01:44.199163 1713 round_trippers.go:580] Cache-Control: no-cache, private
I0714 20:01:44.199168 1713 round_trippers.go:580] Content-Type: application/json
I0714 20:01:44.199196 1713 request.go:1073] Response Body: {"kind":"RoleBinding","apiVersion":"rbac.authorization.k8s.io/v1","metadata":{"name":"kube-proxy","namespace":"kube-system","uid":"e3194616-8bf4-49e3-83b3-c2e16b45d1eb","resourceVersion":"260","creationTimestamp":"2022-07-14T20:01:44Z","managedFields":[{"manager":"kubeadm","operation":"Update","apiVersion":"rbac.authorization.k8s.io/v1","time":"2022-07-14T20:01:44Z","fieldsType":"FieldsV1","fieldsV1":{"f:roleRef":{},"f:subjects":{}}}]},"subjects":[{"kind":"Group","apiGroup":"rbac.authorization.k8s.io","name":"system:bootstrappers:kubeadm:default-node-token"}],"roleRef":{"apiGroup":"rbac.authorization.k8s.io","kind":"Role","name":"kube-proxy"}}
[addons] Applied essential addon: kube-proxy
I0714 20:01:44.199596 1713 loader.go:372] Config loaded from file: /etc/kubernetes/admin.conf
I0714 20:01:44.199965 1713 loader.go:372] Config loaded from file: /etc/kubernetes/admin.conf
Your Kubernetes control-plane has initialized successfully!
To start using your cluster, you need to run the following as a regular user:
mkdir -p $HOME/.kube
sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
sudo chown $(id -u):$(id -g) $HOME/.kube/config
Alternatively, if you are the root user, you can run:
export KUBECONFIG=/etc/kubernetes/admin.conf
You should now deploy a pod network to the cluster.
Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
https://kubernetes.io/docs/concepts/cluster-administration/addons/
Then you can join any number of worker nodes by running the following on each as root:
kubeadm join 192.168.122.206:6443 --token bc18m1.7hr86mnh7gjaznxn \
--discovery-token-ca-cert-hash sha256:54b185fbda7e9b7aedb1ca23a93a4ec73955ecea016e9d9ee9cae02223cfeca1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment