kubernetes-sigs / kind

Kubernetes IN Docker - local clusters for testing Kubernetes
https://kind.sigs.k8s.io/
Apache License 2.0
13.56k stars 1.57k forks source link

Fail starting control plane on my Kind cluster #3331

Open andreajk91 opened 1 year ago

andreajk91 commented 1 year ago

Hi everyone,

I'm trying to create a cluster with KinD, but when I try to create a cluster trough the comand kind cluster create, during creation phase go in error during starting contro-plane, below you can see the error log

**Creating cluster "test" ...
 āœ“ Ensuring node image (kindest/node:v1.18.2) šŸ–¼
 āœ“ Preparing nodes šŸ“¦  
 āœ“ Writing configuration šŸ“œ 
 āœ— Starting control-plane šŸ•¹ļø 
ERROR: failed to create cluster: failed to init node with kubeadm: command "docker exec --privileged test-control-plane kubeadm init --ignore-preflight-errors=all --config=/kind/kubeadm.conf --skip-token-print --v=6" failed with error: exit status 1
Command Output: I0817 14:45:19.133962     134 initconfiguration.go:200] loading configuration from "/kind/kubeadm.conf"
[config] WARNING: Ignored YAML document with GroupVersionKind kubeadm.k8s.io/v1beta2, Kind=JoinConfiguration
I0817 14:45:19.140655     134 interface.go:400] Looking for default routes with IPv4 addresses
I0817 14:45:19.140673     134 interface.go:405] Default route transits interface "eth0"
I0817 14:45:19.140775     134 interface.go:208] Interface eth0 is up
I0817 14:45:19.140900     134 interface.go:256] Interface "eth0" has 3 addresses :[172.19.0.2/16 fc00:f853:ccd:e793::2/64 fe80::42:acff:fe13:2/64].
I0817 14:45:19.140919     134 interface.go:223] Checking addr  172.19.0.2/16.
I0817 14:45:19.140928     134 interface.go:230] IP found 172.19.0.2
I0817 14:45:19.140935     134 interface.go:262] Found valid IPv4 address 172.19.0.2 for interface "eth0".
I0817 14:45:19.140941     134 interface.go:411] Found active IP 172.19.0.2 
W0817 14:45:19.141047     134 configset.go:202] WARNING: kubeadm cannot validate component configs for API groups [kubelet.config.k8s.io kubeproxy.config.k8s.io]
[init] Using Kubernetes version: v1.18.2
[preflight] Running pre-flight checks
I0817 14:45:19.141306     134 checks.go:577] validating Kubernetes and kubeadm version
I0817 14:45:19.141329     134 checks.go:166] validating if the firewall is enabled and active
I0817 14:45:19.151724     134 checks.go:201] validating availability of port 6443
I0817 14:45:19.152129     134 checks.go:201] validating availability of port 10259
I0817 14:45:19.152172     134 checks.go:201] validating availability of port 10257
I0817 14:45:19.152204     134 checks.go:286] validating the existence of file /etc/kubernetes/manifests/kube-apiserver.yaml
I0817 14:45:19.152330     134 checks.go:286] validating the existence of file /etc/kubernetes/manifests/kube-controller-manager.yaml
I0817 14:45:19.152349     134 checks.go:286] validating the existence of file /etc/kubernetes/manifests/kube-scheduler.yaml
I0817 14:45:19.152357     134 checks.go:286] validating the existence of file /etc/kubernetes/manifests/etcd.yaml
I0817 14:45:19.152367     134 checks.go:432] validating if the connectivity type is via proxy or direct
I0817 14:45:19.152407     134 checks.go:471] validating http connectivity to first IP address in the CIDR
I0817 14:45:19.152428     134 checks.go:471] validating http connectivity to first IP address in the CIDR
I0817 14:45:19.152437     134 checks.go:102] validating the container runtime
I0817 14:45:19.161269     134 checks.go:376] validating the presence of executable crictl
I0817 14:45:19.161321     134 checks.go:335] validating the contents of file /proc/sys/net/bridge/bridge-nf-call-iptables
I0817 14:45:19.161419     134 checks.go:335] validating the contents of file /proc/sys/net/ipv4/ip_forward
I0817 14:45:19.161460     134 checks.go:649] validating whether swap is enabled or not
I0817 14:45:19.161496     134 checks.go:376] validating the presence of executable conntrack
I0817 14:45:19.161534     134 checks.go:376] validating the presence of executable ip
I0817 14:45:19.161565     134 checks.go:376] validating the presence of executable iptables
I0817 14:45:19.161602     134 checks.go:376] validating the presence of executable mount
I0817 14:45:19.161648     134 checks.go:376] validating the presence of executable nsenter
I0817 14:45:19.161689     134 checks.go:376] validating the presence of executable ebtables
I0817 14:45:19.161721     134 checks.go:376] validating the presence of executable ethtool
I0817 14:45:19.161741     134 checks.go:376] validating the presence of executable socat
I0817 14:45:19.161771     134 checks.go:376] validating the presence of executable tc
I0817 14:45:19.161792     134 checks.go:376] validating the presence of executable touch
I0817 14:45:19.161821     134 checks.go:520] running all checks
        [WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/6.1.0-10-cloud-amd64\n", err: exit status 1
I0817 14:45:19.166655     134 checks.go:406] checking whether the given node name is reachable using net.LookupHost
[preflight] The system verification failed. Printing the output from the verification:
KERNEL_VERSION: 6.1.0-10-cloud-amd64
OS: Linux
CGROUPS_CPU: enabled
CGROUPS_CPUACCT: enabled
CGROUPS_CPUSET: enabled
CGROUPS_DEVICES: enabled
CGROUPS_FREEZER: enabled
CGROUPS_MEMORY: enabled
I0817 14:45:19.167743     134 checks.go:618] validating kubelet version
I0817 14:45:19.222189     134 checks.go:128] validating if the service is enabled and active
I0817 14:45:19.234169     134 checks.go:201] validating availability of port 10250
I0817 14:45:19.234267     134 checks.go:201] validating availability of port 2379
I0817 14:45:19.234301     134 checks.go:201] validating availability of port 2380
I0817 14:45:19.234340     134 checks.go:249] 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'
I0817 14:45:19.242519     134 checks.go:838] image exists: k8s.gcr.io/kube-apiserver:v1.18.2
I0817 14:45:19.250345     134 checks.go:838] image exists: k8s.gcr.io/kube-controller-manager:v1.18.2
I0817 14:45:19.257664     134 checks.go:838] image exists: k8s.gcr.io/kube-scheduler:v1.18.2
I0817 14:45:19.266960     134 checks.go:838] image exists: k8s.gcr.io/kube-proxy:v1.18.2
I0817 14:45:19.275312     134 checks.go:838] image exists: k8s.gcr.io/pause:3.2
I0817 14:45:19.285534     134 checks.go:838] image exists: k8s.gcr.io/etcd:3.4.3-0
I0817 14:45:19.293160     134 checks.go:838] image exists: k8s.gcr.io/coredns:1.6.7
I0817 14:45:19.293197     134 kubelet.go:64] 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
[certs] Using certificateDir folder "/etc/kubernetes/pki"
I0817 14:45:19.427373     134 certs.go:103] creating a new certificate authority for ca
[certs] Generating "ca" certificate and key
[certs] Generating "apiserver" certificate and key
[certs] apiserver serving cert is signed for DNS names [test-control-plane kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local test-control-plane localhost] and IPs [10.96.0.1 172.19.0.2 127.0.0.1]
[certs] Generating "apiserver-kubelet-client" certificate and key
I0817 14:45:20.104868     134 certs.go:103] creating a new certificate authority for front-proxy-ca
[certs] Generating "front-proxy-ca" certificate and key
[certs] Generating "front-proxy-client" certificate and key
I0817 14:45:20.873990     134 certs.go:103] creating a new certificate authority for etcd-ca
[certs] Generating "etcd/ca" certificate and key
[certs] Generating "etcd/server" certificate and key
[certs] etcd/server serving cert is signed for DNS names [test-control-plane localhost] and IPs [172.19.0.2 127.0.0.1 ::1]
[certs] Generating "etcd/peer" certificate and key
[certs] etcd/peer serving cert is signed for DNS names [test-control-plane localhost] and IPs [172.19.0.2 127.0.0.1 ::1]
[certs] Generating "etcd/healthcheck-client" certificate and key
[certs] Generating "apiserver-etcd-client" certificate and key
I0817 14:45:22.128066     134 certs.go:69] creating new public/private key files for signing service account users
[certs] Generating "sa" key and public key
I0817 14:45:22.271553     134 kubeconfig.go:79] creating kubeconfig file for admin.conf
[kubeconfig] Using kubeconfig folder "/etc/kubernetes"
[kubeconfig] Writing "admin.conf" kubeconfig file
I0817 14:45:22.418969     134 kubeconfig.go:79] creating kubeconfig file for kubelet.conf
[kubeconfig] Writing "kubelet.conf" kubeconfig file
I0817 14:45:22.603230     134 kubeconfig.go:79] creating kubeconfig file for controller-manager.conf
[kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0817 14:45:22.803025     134 kubeconfig.go:79] creating kubeconfig file for scheduler.conf
[kubeconfig] Writing "scheduler.conf" kubeconfig file
[control-plane] Using manifest folder "/etc/kubernetes/manifests"
[control-plane] Creating static Pod manifest for "kube-apiserver"
I0817 14:45:23.065961     134 manifests.go:91] [control-plane] getting StaticPodSpecs
I0817 14:45:23.066482     134 manifests.go:104] [control-plane] adding volume "ca-certs" for component "kube-apiserver"
I0817 14:45:23.066500     134 manifests.go:104] [control-plane] adding volume "etc-ca-certificates" for component "kube-apiserver"
I0817 14:45:23.066508     134 manifests.go:104] [control-plane] adding volume "k8s-certs" for component "kube-apiserver"
I0817 14:45:23.066515     134 manifests.go:104] [control-plane] adding volume "usr-local-share-ca-certificates" for component "kube-apiserver"
I0817 14:45:23.066522     134 manifests.go:104] [control-plane] adding volume "usr-share-ca-certificates" for component "kube-apiserver"
I0817 14:45:23.074075     134 manifests.go:121] [control-plane] wrote static Pod manifest for component "kube-apiserver" to "/etc/kubernetes/manifests/kube-apiserver.yaml"
I0817 14:45:23.074105     134 manifests.go:91] [control-plane] getting StaticPodSpecs
W0817 14:45:23.074177     134 manifests.go:225] the default kube-apiserver authorization-mode is "Node,RBAC"; using "Node,RBAC"
[control-plane] Creating static Pod manifest for "kube-controller-manager"
I0817 14:45:23.074399     134 manifests.go:104] [control-plane] adding volume "ca-certs" for component "kube-controller-manager"
I0817 14:45:23.074413     134 manifests.go:104] [control-plane] adding volume "etc-ca-certificates" for component "kube-controller-manager"
I0817 14:45:23.074418     134 manifests.go:104] [control-plane] adding volume "flexvolume-dir" for component "kube-controller-manager"
I0817 14:45:23.074423     134 manifests.go:104] [control-plane] adding volume "k8s-certs" for component "kube-controller-manager"
I0817 14:45:23.074427     134 manifests.go:104] [control-plane] adding volume "kubeconfig" for component "kube-controller-manager"
I0817 14:45:23.074431     134 manifests.go:104] [control-plane] adding volume "usr-local-share-ca-certificates" for component "kube-controller-manager"
I0817 14:45:23.074436     134 manifests.go:104] [control-plane] adding volume "usr-share-ca-certificates" for component "kube-controller-manager"
I0817 14:45:23.075337     134 manifests.go:121] [control-plane] wrote static Pod manifest for component "kube-controller-manager" to "/etc/kubernetes/manifests/kube-controller-manager.yaml"
I0817 14:45:23.075363     134 manifests.go:91] [control-plane] getting StaticPodSpecs
W0817 14:45:23.075423     134 manifests.go:225] the default kube-apiserver authorization-mode is "Node,RBAC"; using "Node,RBAC"
[control-plane] Creating static Pod manifest for "kube-scheduler"
I0817 14:45:23.075623     134 manifests.go:104] [control-plane] adding volume "kubeconfig" for component "kube-scheduler"
I0817 14:45:23.076083     134 manifests.go:121] [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"
I0817 14:45:23.076777     134 local.go:72] [etcd] wrote Static Pod manifest for a local etcd member to "/etc/kubernetes/manifests/etcd.yaml"
I0817 14:45:23.076799     134 waitcontrolplane.go:87] [wait-control-plane] Waiting for the API server to be healthy
I0817 14:45:23.077634     134 loader.go:375] 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
I0817 14:45:23.079099     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:23.580162     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:24.080231     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:24.580007     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:25.081997     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0817 14:45:25.580120     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:26.080144     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:26.580088     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:27.080349     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:27.580070     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:28.080125     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:28.579990     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:29.079974     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:29.580094     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:30.080335     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:30.580130     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:31.080071     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:31.580077     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:32.080141     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:32.579966     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:33.080162     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:33.580113     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:34.080111     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:34.579910     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:35.080009     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:35.580141     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:36.080122     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:36.580018     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:37.079967     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:37.580070     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:38.080064     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:38.580005     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:39.080202     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:39.580215     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:40.080092     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:40.580220     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:41.080328     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:41.580260     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:42.080139     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:42.580183     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:43.080288     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:43.580057     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:44.080319     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:44.580057     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:45.080032     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:45.580170     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:46.080124     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:46.580310     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:47.080302     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:47.579926     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:48.080127     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:48.580094     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:49.079998     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:49.580271     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:50.079987     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:50.580078     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:51.080531     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:51.580313     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:52.080140     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:52.580091     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:53.080133     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:53.580191     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:54.080094     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:54.580118     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:55.079907     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:55.580065     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:56.080005     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:56.580090     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:57.080122     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:57.580023     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:58.080168     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:58.580031     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:59.080126     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:45:59.580324     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:00.080103     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:00.579986     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:01.079952     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:01.580121     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:02.080137     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:02.579951     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
[kubelet-check] Initial timeout of 40s passed.
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get http://localhost:10248/healthz: dial tcp [::1]:10248: connect: connection refused.
I0817 14:46:03.079909     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:03.580137     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:04.080172     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:04.580180     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:05.080049     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:05.580069     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:06.080221     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:06.580198     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:07.080067     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:07.579980     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get http://localhost:10248/healthz: dial tcp [::1]:10248: connect: connection refused.
I0817 14:46:08.080640     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0817 14:46:08.579937     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:09.079915     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:09.579975     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:10.080069     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:10.580178     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:11.079991     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:11.580019     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:12.080127     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:12.579965     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:13.080171     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:13.580064     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:14.080043     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:14.580148     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:15.080079     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:15.580077     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:16.079995     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:16.579970     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:17.080146     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:17.580022     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:18.080103     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get http://localhost:10248/healthz: dial tcp [::1]:10248: connect: connection refused.
I0817 14:46:18.580030     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:19.079993     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:19.579978     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:20.079994     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:20.580090     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:21.080083     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:21.580124     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:22.080080     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:22.579947     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:23.080176     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:23.580131     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:24.080058     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:24.580090     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:25.080143     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:25.580119     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:26.080322     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:26.580149     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:27.080084     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:27.580238     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:28.080223     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:28.580172     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:29.080094     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:29.580239     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:30.080019     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:30.580083     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:31.080125     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:31.580092     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:32.080219     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:32.580059     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:33.080195     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:33.579968     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:34.080293     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:34.580166     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:35.080023     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:35.579985     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:36.080085     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:36.580051     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:37.080140     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:37.579923     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:38.080089     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get http://localhost:10248/healthz: dial tcp [::1]:10248: connect: connection refused.
I0817 14:46:38.580141     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:39.080303     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:39.580228     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:40.080197     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:40.580199     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:41.080314     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:41.580285     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:42.080194     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:42.580052     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:43.080108     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:43.580132     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:44.080144     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:44.580112     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:45.080116     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:45.580190     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:46.080345     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:46.580287     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:47.080150     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:47.579950     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:48.080100     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:48.580199     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:49.080030     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:49.580118     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:50.079908     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:50.580247     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:51.080034     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:51.580149     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:52.080219     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:52.580021     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:53.080188     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:53.580011     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:54.080154     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:54.580025     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:55.080094     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:55.580012     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:56.080032     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:56.580006     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:57.079954     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:57.579931     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:58.079994     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:58.580200     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:59.080113     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:46:59.580145     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:00.080036     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:00.580371     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:01.080170     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:01.580108     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:02.080105     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:02.580000     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:03.080158     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:03.580158     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:04.080222     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:04.580217     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:05.079986     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:05.580127     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:06.080167     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:06.580139     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:07.080281     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:07.580269     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:08.080075     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:08.580007     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:09.080106     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:09.580186     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:10.080291     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:10.580104     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:11.080156     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:11.580142     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:12.080130     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:12.580121     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:13.079970     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:13.580123     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:14.080145     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:14.581918     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0817 14:47:15.079944     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:15.580121     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:16.080058     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:16.580160     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:17.080100     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:17.580140     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0817 14:47:18.080171     134 round_trippers.go:443] GET https://test-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get http://localhost:10248/healthz: dial tcp [::1]:10248: connect: connection refused.

        Unfortunately, an error has occurred:
                timed out waiting for the condition

        This error is likely caused by:
                - The kubelet is not running
                - The kubelet is unhealthy due to a misconfiguration of the node in some way (required cgroups disabled)

        If you are on a systemd-powered system, you can try to troubleshoot the error with the following commands:
                - 'systemctl status kubelet'
                - 'journalctl -xeu kubelet'

        Additionally, a control plane component may have crashed or exited when started by the container runtime.
        To troubleshoot, list all containers using your preferred container runtimes CLI.

        Here is one example how you may list all Kubernetes containers running in cri-o/containerd using crictl:
                - 'crictl --runtime-endpoint /run/containerd/containerd.sock ps -a | grep kube | grep -v pause'
                Once you have found the failing container, you can inspect its logs with:
                - 'crictl --runtime-endpoint /run/containerd/containerd.sock logs CONTAINERID'

couldn't initialize a Kubernetes cluster
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/init.runWaitControlPlanePhase
        /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/init/waitcontrolplane.go:114
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run.func1
        /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow/runner.go:234
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).visitAll
        /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow/runner.go:422
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run
        /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow/runner.go:207
k8s.io/kubernetes/cmd/kubeadm/app/cmd.NewCmdInit.func1
        /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/cmd/init.go:147
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).execute
        /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/vendor/github.com/spf13/cobra/command.go:826
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).ExecuteC
        /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/vendor/github.com/spf13/cobra/command.go:914
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).Execute
        /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/vendor/github.com/spf13/cobra/command.go:864
k8s.io/kubernetes/cmd/kubeadm/app.Run
        /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/kubeadm.go:50
main.main
        _output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/kubeadm.go:25
runtime.main
        /usr/local/go/src/runtime/proc.go:203
runtime.goexit
        /usr/local/go/src/runtime/asm_amd64.s:1357
error execution phase wait-control-plane
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run.func1
        /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow/runner.go:235
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).visitAll
        /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow/runner.go:422
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run
        /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow/runner.go:207
k8s.io/kubernetes/cmd/kubeadm/app/cmd.NewCmdInit.func1
        /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/cmd/init.go:147
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).execute
        /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/vendor/github.com/spf13/cobra/command.go:826
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).ExecuteC
        /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/vendor/github.com/spf13/cobra/command.go:914
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).Execute
        /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/vendor/github.com/spf13/cobra/command.go:864
k8s.io/kubernetes/cmd/kubeadm/app.Run
        /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/kubeadm.go:50
main.main
        _output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/kubeadm.go:25
runtime.main
        /usr/local/go/src/runtime/proc.go:203
runtime.goexit
        /usr/local/go/src/runtime/asm_amd64.s:1357`**

here docker info:

Client: Docker Engine - Community
 Version:    24.0.2
 Context:    default
 Debug Mode: false
 Plugins:
  buildx: Docker Buildx (Docker Inc.)
    Version:  v0.10.5
    Path:     /usr/libexec/docker/cli-plugins/docker-buildx
  compose: Docker Compose (Docker Inc.)
    Version:  v2.18.1
    Path:     /usr/libexec/docker/cli-plugins/docker-compose

Server:
 Containers: 0
  Running: 0
  Paused: 0
  Stopped: 0
 Images: 5
 Server Version: 24.0.2
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Using metacopy: false
  Native Overlay Diff: true
  userxattr: false
 Logging Driver: json-file
 Cgroup Driver: systemd
 Cgroup Version: 2
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
 Swarm: inactive
 Runtimes: io.containerd.runc.v2 runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: 3dce8eb055cbb6872793272b4f20ed16117344f8
 runc version: v1.1.7-0-g860f061
 init version: de40ad0
 Security Options:
  apparmor
  seccomp
   Profile: builtin
  cgroupns
 Kernel Version: 6.1.0-10-cloud-amd64
 Operating System: Debian GNU/Linux 12 (bookworm)
 OSType: linux
 Architecture: x86_64
 CPUs: 16
 Total Memory: 62.81GiB
 Name: docker-play.us-central1-a.c.davinci-demo-386812.internal
 ID: fac49b7b-0b4b-4c87-94ad-70fc81e40a83
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Experimental: false
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: false

I have installed the kubectl through this command snap install kubectl --classic, it's complete correctly

What can I do to starting my first cluster with Kind?

Thanks for helping. Andrea

BenTheElder commented 1 year ago

Please check the known issues page in the docs. If that doesn't turn up anything then run create with --retain, then run "kind export logs" and upload an archive here so we can see the cluster system logs.

you can kind delete cluster after that. If you're creating a cluster with a --name you need to set that flag on all of these commands

andreajk91 commented 1 year ago

Hi Ben,

thanks for your reply, I try with the --retain option and it's not work below you can see the export logs. I'm reading in some issue like mine, and probably it's related to the cgroupsv2, it use by default from my server. How can I mitigate or switch to previous version? If thinks it's kernel option but i don't see anythings that can help me.

Do you have any suggestion?

Thanks for helping. Andrea.

docker-info.txt containerd.log journal.log kubelet.log kubernetes-version.txt serial.log

BenTheElder commented 1 year ago

thanks for your reply, I try with the --retain option and it's not work below you can see the export logs.

retain ensures the cluster isn't deleted on failure so we can grab the logs from it. it's not expected to make it work.

we're missing some of the info from the log export here like the kind version and the container inspect.

BenTheElder commented 1 year ago

I'm reading in some issue like mine, and probably it's related to the cgroupsv2, it use by default from my server.

cgroups v2 is supported since kubernetes 1.19 (this is covered in the known issues page actually).

BenTheElder commented 1 year ago

your original post says:

āœ“ Ensuring node image (kindest/node:v1.18.2) šŸ–¼

but the files you provided in https://github.com/kubernetes-sigs/kind/issues/3331#issuecomment-1682910091

are for kubernetes 1.17

kubernetes 1.17 is not provided by any current kind releases (see the list of images in the release notes, and the comment in the release notes and in the quick start guide about image <> kind support), and does not support cgroups v2

https://kind.sigs.k8s.io/docs/user/known-issues/#failure-to-create-cluster-with-cgroups-v2