Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mangelajo/4358ad2d15768aeb12712c7a1cf9d646 to your computer and use it in GitHub Desktop.
Save mangelajo/4358ad2d15768aeb12712c7a1cf9d646 to your computer and use it in GitHub Desktop.
[submariner]$ [cluster2] kind create cluster --image=kindest/node:v1.17.17 --name=cluster2 --config=/opt/shipyard/scripts/resources/cluster2-config.yaml
[cluster1] ✓ Ensuring node image (kindest/node:v1.17.17) 🖼
[cluster1] • Preparing nodes 📦 📦 ...
[cluster3] ERROR: failed to create cluster: failed to init node with kubeadm: command "docker exec --privileged cluster3-control-plane kubeadm init --skip-phases=preflight --config=/kind/kubeadm.conf --skip-token-print --v=6" failed with error: exit status 1
[cluster3]
[cluster3] Command Output: I0510 10:48:41.236625 364 initconfiguration.go:207] loading configuration from "/kind/kubeadm.conf"
[cluster3] [config] WARNING: Ignored YAML document with GroupVersionKind kubeadm.k8s.io/v1beta2, Kind=JoinConfiguration
[cluster3] W0510 10:48:41.243081 364 validation.go:28] Cannot validate kube-proxy config - no validator is available
[cluster3] W0510 10:48:41.243093 364 validation.go:28] Cannot validate kubelet config - no validator is available
[cluster3] [init] Using Kubernetes version: v1.17.17
[cluster3] I0510 10:48:41.243274 364 kubelet.go:63] Stopping the kubelet
[cluster3] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
[cluster3] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
[cluster3] [kubelet-start] Starting the kubelet
[cluster3] I0510 10:48:41.402697 364 certs.go:104] creating a new certificate authority for ca
[cluster3] [certs] Using certificateDir folder "/etc/kubernetes/pki"
[cluster3] [certs] Generating "ca" certificate and key
[cluster3] [certs] Generating "apiserver" certificate and key
[cluster3] [certs] apiserver serving cert is signed for DNS names [cluster3-control-plane kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster3.local cluster3-control-plane localhost] and IPs [100.3.0.1 172.18.0.10 127.0.0.1]
[cluster3] [certs] Generating "apiserver-kubelet-client" certificate and key
[cluster3] I0510 10:48:42.931188 364 certs.go:104] creating a new certificate authority for front-proxy-ca
[cluster3] [certs] Generating "front-proxy-ca" certificate and key
[cluster3] [certs] Generating "front-proxy-client" certificate and key
[cluster3] I0510 10:48:43.828762 364 certs.go:104] creating a new certificate authority for etcd-ca
[cluster3] [certs] Generating "etcd/ca" certificate and key
[cluster3] [certs] Generating "etcd/server" certificate and key
[cluster3] [certs] etcd/server serving cert is signed for DNS names [cluster3-control-plane localhost] and IPs [172.18.0.10 127.0.0.1 ::1]
[cluster3] [certs] Generating "etcd/peer" certificate and key
[cluster3] [certs] etcd/peer serving cert is signed for DNS names [cluster3-control-plane localhost] and IPs [172.18.0.10 127.0.0.1 ::1]
[cluster3] [certs] Generating "etcd/healthcheck-client" certificate and key
[cluster3] [certs] Generating "apiserver-etcd-client" certificate and key
[cluster3] I0510 10:48:45.093328 364 certs.go:70] creating a new public/private key files for signing service account users
[cluster3] [certs] Generating "sa" key and public key
[cluster3] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
[cluster3] I0510 10:48:45.286153 364 kubeconfig.go:95] creating kubeconfig file for admin.conf
[cluster3] [kubeconfig] Writing "admin.conf" kubeconfig file
[cluster3] I0510 10:48:45.619534 364 kubeconfig.go:95] creating kubeconfig file for kubelet.conf
[cluster3] [kubeconfig] Writing "kubelet.conf" kubeconfig file
[cluster3] I0510 10:48:45.782698 364 kubeconfig.go:95] creating kubeconfig file for controller-manager.conf
[cluster3] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
[cluster3] I0510 10:48:45.893839 364 kubeconfig.go:95] creating kubeconfig file for scheduler.conf
[cluster3] [kubeconfig] Writing "scheduler.conf" kubeconfig file
[cluster3] I0510 10:48:45.980210 364 manifests.go:90] [control-plane] getting StaticPodSpecs
[cluster3] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
[cluster3] [control-plane] Creating static Pod manifest for "kube-apiserver"
[cluster3] I0510 10:48:45.985516 364 manifests.go:115] [control-plane] wrote static Pod manifest for component "kube-apiserver" to "/etc/kubernetes/manifests/kube-apiserver.yaml"
[cluster3] I0510 10:48:45.985530 364 manifests.go:90] [control-plane] getting StaticPodSpecs
[cluster3] W0510 10:48:45.985573 364 manifests.go:214] the default kube-apiserver authorization-mode is "Node,RBAC"; using "Node,RBAC"
[cluster3] [control-plane] Creating static Pod manifest for "kube-controller-manager"
[cluster3] [control-plane] Creating static Pod manifest for "kube-scheduler"
[cluster3] I0510 10:48:45.986338 364 manifests.go:115] [control-plane] wrote static Pod manifest for component "kube-controller-manager" to "/etc/kubernetes/manifests/kube-controller-manager.yaml"
[cluster3] I0510 10:48:45.986350 364 manifests.go:90] [control-plane] getting StaticPodSpecs
[cluster3] W0510 10:48:45.986384 364 manifests.go:214] the default kube-apiserver authorization-mode is "Node,RBAC"; using "Node,RBAC"
[cluster3] I0510 10:48:45.986879 364 manifests.go:115] [control-plane] wrote static Pod manifest for component "kube-scheduler" to "/etc/kubernetes/manifests/kube-scheduler.yaml"
[cluster3] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
[cluster3] I0510 10:48:45.987370 364 local.go:69] [etcd] wrote Static Pod manifest for a local etcd member to "/etc/kubernetes/manifests/etcd.yaml"
[cluster3] I0510 10:48:45.987380 364 waitcontrolplane.go:80] [wait-control-plane] Waiting for the API server to be healthy
[cluster3] I0510 10:48:45.987988 364 loader.go:375] Config loaded from file: /etc/kubernetes/admin.conf
[cluster3] [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
[cluster3] I0510 10:48:45.988918 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:48:46.490071 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:48:46.989496 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:48:47.490004 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:48:47.990025 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:48:48.489346 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:48:48.990323 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:48:49.490024 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:48:49.990037 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:48:50.489978 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:48:50.989369 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:48:51.489484 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:48:51.989290 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:48:52.490064 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:48:52.989300 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:48:53.489455 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:48:53.990267 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:48:54.490112 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:48:54.990301 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:48:55.490276 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:48:55.990244 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:48:56.490102 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:48:56.990083 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:48:57.490029 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:48:57.990143 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:48:58.489935 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:48:58.990037 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:48:59.489962 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:48:59.990598 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:00.490095 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:00.990090 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:01.490041 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:01.989392 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:02.490061 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:02.990150 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:03.489944 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:03.990305 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:04.489904 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:04.989978 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:05.490073 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:05.990009 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:06.490041 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:06.990051 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:07.490068 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:07.990048 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:08.490105 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:08.990301 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:09.489558 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:09.990267 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:10.490161 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:10.990041 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:11.490047 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:11.989445 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:12.489929 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:12.990181 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:13.489553 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:13.989985 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:14.489805 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:14.990216 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:15.490052 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:15.989677 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:16.490245 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:16.990122 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:17.490050 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:17.990125 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:18.490151 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:18.990114 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:19.489452 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:19.989920 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:20.490096 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:20.989647 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:21.490028 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:21.989617 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:22.490146 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:22.990064 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:23.490022 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:23.990301 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:24.489776 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:24.990221 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:25.490087 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] [kubelet-check] Initial timeout of 40s passed.
[cluster3] [kubelet-check] It seems like the kubelet isn't running or healthy.
[cluster3] [kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get http://localhost:10248/healthz: dial tcp 127.0.0.1:10248: connect: connection refused.
[cluster3] I0510 10:49:25.989603 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:26.490053 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:26.990054 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:27.490152 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:27.990156 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:28.489918 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:28.989990 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:29.489665 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:29.990032 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:30.489962 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:30.990071 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] [kubelet-check] It seems like the kubelet isn't running or healthy.
[cluster3] [kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get http://localhost:10248/healthz: dial tcp 127.0.0.1:10248: connect: connection refused.
[cluster3] I0510 10:49:31.490096 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:31.989982 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:32.490097 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:32.989936 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:33.489411 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:33.990030 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:34.489501 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:34.989994 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:35.490033 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:35.989962 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:36.490409 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:36.989612 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:37.489394 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:37.990079 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:38.489607 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:38.989693 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:39.489442 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:39.989972 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:40.489401 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:40.989932 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] [kubelet-check] It seems like the kubelet isn't running or healthy.
[cluster3] [kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get http://localhost:10248/healthz: dial tcp 127.0.0.1:10248: connect: connection refused.
[cluster3] I0510 10:49:41.489958 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:41.989938 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:42.490485 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:42.989970 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:43.490107 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:43.990219 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:44.489664 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:44.990039 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:45.490030 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:45.989975 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:46.489882 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:46.989295 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:47.489973 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:47.990098 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:48.490507 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 1 milliseconds
[cluster3] I0510 10:49:48.989994 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:49.490084 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:49.990062 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:50.490328 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:50.990030 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:51.490069 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:51.989758 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:52.489977 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:52.990153 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:53.489577 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:53.990072 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:54.489380 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:54.989990 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:55.490154 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:55.990079 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:56.490082 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:56.989484 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:57.490114 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:57.989994 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:58.489571 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:58.989952 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:59.489684 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:49:59.989943 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:00.490108 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:00.990330 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] [kubelet-check] It seems like the kubelet isn't running or healthy.
[cluster3] [kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get http://localhost:10248/healthz: dial tcp 127.0.0.1:10248: connect: connection refused.
[cluster3] I0510 10:50:01.489448 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:01.989545 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:02.490039 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:02.990058 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:03.490196 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:03.990154 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:04.489951 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:04.990011 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:05.490046 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:05.990222 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:06.490272 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:06.989614 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:07.490064 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:07.990143 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:08.490328 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:08.989483 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:09.490193 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:09.990098 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:10.490136 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:10.989929 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:11.490243 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:11.990033 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:12.490229 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:12.990077 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:13.489669 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:13.990034 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:14.490327 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:14.990017 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:15.489955 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:15.989879 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:16.490297 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:16.989350 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:17.489988 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:17.990025 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:18.490210 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:18.989875 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:19.489469 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:19.989942 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:20.490210 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:20.990015 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:21.489999 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:21.990024 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:22.490141 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:22.989968 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:23.489428 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:23.989940 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:24.489559 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:24.989507 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:25.489389 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:25.989376 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:26.489292 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:26.990040 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:27.489316 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:27.989342 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:28.489969 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:28.990020 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:29.489427 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:29.989466 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:30.489945 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:30.990230 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:31.490127 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:31.989324 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:32.489323 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:32.989289 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:33.490190 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:33.990201 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:34.489528 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:34.990046 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:35.489473 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:35.989332 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:36.490245 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:36.989437 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:37.489350 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:37.990070 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:38.490413 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 1 milliseconds
[cluster3] I0510 10:50:38.989393 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:39.489322 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:39.989301 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:40.489333 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] I0510 10:50:40.989440 364 round_trippers.go:444] GET https://cluster3-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[cluster3] [kubelet-check] It seems like the kubelet isn't running or healthy.
[cluster3] [kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get http://localhost:10248/healthz: dial tcp 127.0.0.1:10248: connect: connection refused.
[cluster3]
[cluster3] Unfortunately, an error has occurred:
[cluster3] timed out waiting for the condition
[cluster3]
[cluster3] This error is likely caused by:
[cluster3] - The kubelet is not running
[cluster3] - The kubelet is unhealthy due to a misconfiguration of the node in some way (required cgroups disabled)
[cluster3]
[cluster3] If you are on a systemd-powered system, you can try to troubleshoot the error with the following commands:
[cluster3] - 'systemctl status kubelet'
[cluster3] - 'journalctl -xeu kubelet'
[cluster3]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment