Created
January 17, 2022 10:49
-
-
Save kmizumar/cefe6e2b9e3f37098c1c6d0e11ba2a94 to your computer and use it in GitHub Desktop.
kind create cluster terminal outputs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/junk/k8s-infra/simple maru@s500plus | |
❯ cat kind-config.yaml | |
kind: Cluster | |
apiVersion: kind.x-k8s.io/v1alpha4 | |
nodes: | |
- role: control-plane | |
- role: worker | |
- role: worker | |
- role: worker | |
- role: worker | |
- role: worker | |
- role: worker | |
- role: worker | |
- role: worker | |
- role: worker | |
- role: worker | |
- role: worker | |
~/junk/k8s-infra/simple maru@s500plus | |
❯ grep worker kind-config.yaml | cat -n | |
1 - role: worker | |
2 - role: worker | |
3 - role: worker | |
4 - role: worker | |
5 - role: worker | |
6 - role: worker | |
7 - role: worker | |
8 - role: worker | |
9 - role: worker | |
10 - role: worker | |
11 - role: worker | |
~/junk/k8s-infra/simple maru@s500plus | |
❯ kind create cluster --config kind-config.yaml | |
Creating cluster "kind" ... | |
✓ Ensuring node image (kindest/node:v1.21.1) 🖼 | |
✓ Preparing nodes 📦 📦 📦 📦 📦 📦 📦 📦 📦 📦 📦 📦 | |
✓ Writing configuration 📜 | |
✓ Starting control-plane 🕹️ | |
✓ Installing CNI 🔌 | |
✓ Installing StorageClass 💾 | |
✗ Joining worker nodes 🚜 | |
ERROR: failed to create cluster: failed to join node with kubeadm: command "docker exec --privileged kind-worker7 kubeadm join --config /kind/kubeadm.conf --skip-phases=preflight --v=6" failed with error: exit status 1 | |
Command Output: I0117 10:45:01.112247 220 join.go:395] [preflight] found NodeName empty; using OS hostname as NodeName | |
I0117 10:45:01.112267 220 joinconfiguration.go:74] loading configuration from "/kind/kubeadm.conf" | |
I0117 10:45:01.112987 220 controlplaneprepare.go:211] [download-certs] Skipping certs download | |
I0117 10:45:01.112995 220 join.go:465] [preflight] Discovering cluster-info | |
I0117 10:45:01.113001 220 token.go:78] [discovery] Created cluster-info discovery client, requesting info from "kind-control-plane:6443" | |
I0117 10:45:01.115999 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s 200 OK in 2 milliseconds | |
I0117 10:45:01.116327 220 token.go:221] [discovery] The cluster-info ConfigMap does not yet contain a JWS signature for token ID "abcdef", will try again | |
I0117 10:45:07.027376 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s 200 OK in 3 milliseconds | |
I0117 10:45:07.027500 220 token.go:221] [discovery] The cluster-info ConfigMap does not yet contain a JWS signature for token ID "abcdef", will try again | |
I0117 10:45:13.445392 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s 200 OK in 6 milliseconds | |
I0117 10:45:13.446305 220 token.go:103] [discovery] Cluster info signature and contents are valid and no TLS pinning was specified, will use API Server "kind-control-plane:6443" | |
I0117 10:45:13.446352 220 discovery.go:51] [discovery] Using provided TLSBootstrapToken as authentication credentials for the join process | |
I0117 10:45:13.446369 220 join.go:479] [preflight] Fetching init configuration | |
I0117 10:45:13.446381 220 join.go:517] [preflight] Retrieving KubeConfig objects | |
[preflight] Reading configuration from the cluster... | |
[preflight] FYI: You can look at this config file with 'kubectl -n kube-system get cm kubeadm-config -o yaml' | |
I0117 10:45:13.454982 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/namespaces/kube-system/configmaps/kubeadm-config?timeout=10s 200 OK in 8 milliseconds | |
I0117 10:45:13.456754 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/namespaces/kube-system/configmaps/kube-proxy?timeout=10s 200 OK in 1 milliseconds | |
I0117 10:45:13.458873 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/namespaces/kube-system/configmaps/kubelet-config-1.21?timeout=10s 200 OK in 1 milliseconds | |
I0117 10:45:13.460260 220 interface.go:431] Looking for default routes with IPv4 addresses | |
I0117 10:45:13.460270 220 interface.go:436] Default route transits interface "eth0" | |
I0117 10:45:13.460354 220 interface.go:208] Interface eth0 is up | |
I0117 10:45:13.460443 220 interface.go:256] Interface "eth0" has 3 addresses :[172.18.0.12/16 fc00:f853:ccd:e793::c/64 fe80::42:acff:fe12:c/64]. | |
I0117 10:45:13.460474 220 interface.go:223] Checking addr 172.18.0.12/16. | |
I0117 10:45:13.460482 220 interface.go:230] IP found 172.18.0.12 | |
I0117 10:45:13.460489 220 interface.go:262] Found valid IPv4 address 172.18.0.12 for interface "eth0". | |
I0117 10:45:13.460494 220 interface.go:442] Found active IP 172.18.0.12 | |
I0117 10:45:13.464575 220 kubelet.go:110] [kubelet-start] writing bootstrap kubelet config file at /etc/kubernetes/bootstrap-kubelet.conf | |
I0117 10:45:13.465730 220 kubelet.go:118] [kubelet-start] writing CA certificate at /etc/kubernetes/pki/ca.crt | |
I0117 10:45:13.466073 220 loader.go:372] Config loaded from file: /etc/kubernetes/bootstrap-kubelet.conf | |
I0117 10:45:13.466538 220 kubelet.go:139] [kubelet-start] Checking for an existing Node in the cluster with name "kind-worker7" and status "Ready" | |
I0117 10:45:13.473526 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 6 milliseconds | |
I0117 10:45:13.473870 220 kubelet.go:153] [kubelet-start] Stopping the kubelet | |
[kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml" | |
[kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env" | |
[kubelet-start] Starting the kubelet | |
[kubelet-start] Waiting for the kubelet to perform the TLS Bootstrap... | |
I0117 10:45:18.543038 220 loader.go:372] Config loaded from file: /etc/kubernetes/kubelet.conf | |
I0117 10:45:18.551988 220 cert_rotation.go:137] Starting client certificate rotation controller | |
I0117 10:45:18.552680 220 loader.go:372] Config loaded from file: /etc/kubernetes/kubelet.conf | |
I0117 10:45:18.553264 220 kubelet.go:188] [kubelet-start] preserving the crisocket information for the node | |
I0117 10:45:18.553274 220 patchnode.go:30] [patchnode] Uploading the CRI Socket information "unix:///run/containerd/containerd.sock" to the Node API object "kind-worker7" as an annotation | |
I0117 10:45:19.058653 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:45:19.559135 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:45:20.058260 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:45:20.557710 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 3 milliseconds | |
I0117 10:45:21.058071 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 3 milliseconds | |
I0117 10:45:21.558852 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:45:22.056777 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 3 milliseconds | |
I0117 10:45:22.557879 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:45:23.057999 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:45:23.556234 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 2 milliseconds | |
I0117 10:45:24.054596 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 0 milliseconds | |
I0117 10:45:24.555762 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 1 milliseconds | |
I0117 10:45:25.060492 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 6 milliseconds | |
I0117 10:45:25.555418 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 1 milliseconds | |
I0117 10:45:26.058897 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:45:26.556338 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 2 milliseconds | |
I0117 10:45:27.567355 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 513 milliseconds | |
I0117 10:45:28.061768 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 7 milliseconds | |
I0117 10:45:28.624304 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 70 milliseconds | |
I0117 10:45:29.056352 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 2 milliseconds | |
I0117 10:45:29.555429 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 1 milliseconds | |
I0117 10:45:30.055885 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 1 milliseconds | |
I0117 10:45:30.555726 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 2 milliseconds | |
I0117 10:45:31.059213 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:45:31.558118 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 3 milliseconds | |
I0117 10:45:32.059049 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:45:32.558631 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:45:33.059470 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:45:33.560770 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 6 milliseconds | |
I0117 10:45:34.059718 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:45:34.560091 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:45:35.055430 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 1 milliseconds | |
I0117 10:45:35.559012 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:45:36.058386 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:45:36.559928 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:45:37.059550 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:45:37.558071 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 3 milliseconds | |
I0117 10:45:38.058460 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:45:38.560347 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:45:39.056460 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 2 milliseconds | |
I0117 10:45:39.559516 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:45:40.062044 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 7 milliseconds | |
I0117 10:45:40.558452 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:45:41.061220 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:45:41.559458 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:45:42.059494 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:45:42.559226 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:45:43.059998 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:45:43.558938 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:45:44.058622 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:45:44.559157 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:45:45.057970 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 3 milliseconds | |
I0117 10:45:45.558697 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:45:46.060149 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:45:46.560060 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:45:47.059839 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:45:47.560236 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 6 milliseconds | |
I0117 10:45:48.059188 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:45:48.558719 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:45:49.059631 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:45:49.560189 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:45:50.057932 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 3 milliseconds | |
I0117 10:45:50.556956 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 2 milliseconds | |
I0117 10:45:51.056116 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 2 milliseconds | |
I0117 10:45:51.559763 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 6 milliseconds | |
I0117 10:45:52.060032 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:45:52.559302 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:45:53.059310 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 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. | |
I0117 10:45:53.559885 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:45:54.059658 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:45:54.558643 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:45:55.058183 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 3 milliseconds | |
I0117 10:45:55.560635 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 6 milliseconds | |
I0117 10:45:56.059162 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:45:56.558688 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:45:57.060694 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:45:57.560829 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 6 milliseconds | |
I0117 10:45:58.058894 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 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. | |
I0117 10:45:58.559985 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:45:59.058652 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:45:59.559844 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:00.058963 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:00.557514 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 3 milliseconds | |
I0117 10:46:01.060049 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:01.559285 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:02.059147 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:02.559289 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:03.059166 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:03.559554 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:04.059141 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:04.559695 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:05.058253 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 3 milliseconds | |
I0117 10:46:05.559122 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:06.059117 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:06.558981 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:07.059771 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:07.558790 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:08.058532 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 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. | |
I0117 10:46:08.558180 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:09.059515 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:09.559746 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:10.059272 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:10.557454 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 3 milliseconds | |
I0117 10:46:11.060297 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:11.556915 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 2 milliseconds | |
I0117 10:46:12.058920 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:12.559281 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:13.059465 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:13.559494 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:14.059463 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:14.557840 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 3 milliseconds | |
I0117 10:46:15.057398 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 3 milliseconds | |
I0117 10:46:15.555986 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 1 milliseconds | |
I0117 10:46:16.058432 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:16.559117 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:17.059449 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:17.560043 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:18.058124 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:18.560199 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 6 milliseconds | |
I0117 10:46:19.058782 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:19.558283 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:20.056907 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 2 milliseconds | |
I0117 10:46:20.557927 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 3 milliseconds | |
I0117 10:46:21.059046 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:21.560288 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 6 milliseconds | |
I0117 10:46:22.059165 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:22.559757 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:23.059330 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:23.560129 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:24.058502 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:24.558951 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:25.056734 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 3 milliseconds | |
I0117 10:46:25.558561 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:26.059589 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:26.558548 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:27.059083 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:27.560140 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 6 milliseconds | |
I0117 10:46:28.056775 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 2 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. | |
I0117 10:46:28.556392 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 2 milliseconds | |
I0117 10:46:29.059475 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:29.556430 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 2 milliseconds | |
I0117 10:46:30.058621 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:30.556261 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 2 milliseconds | |
I0117 10:46:31.058248 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:31.559967 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:32.058918 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:32.560079 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 6 milliseconds | |
I0117 10:46:33.058452 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:33.559816 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:34.058664 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:34.559081 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:35.056504 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 2 milliseconds | |
I0117 10:46:35.558666 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:36.059741 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:36.559525 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:37.056642 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 2 milliseconds | |
I0117 10:46:37.559848 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:38.058001 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:38.559459 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:39.062323 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 7 milliseconds | |
I0117 10:46:39.559389 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:40.059050 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:40.557357 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 3 milliseconds | |
I0117 10:46:41.060183 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:41.559375 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:42.059050 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:42.559264 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:43.059621 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:43.558495 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:44.059132 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:44.559082 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:45.056000 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 2 milliseconds | |
I0117 10:46:45.556565 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 2 milliseconds | |
I0117 10:46:46.056058 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 2 milliseconds | |
I0117 10:46:46.559088 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:47.059330 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:47.559795 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:48.058262 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:48.559619 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:49.060474 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:49.559193 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:50.057348 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 3 milliseconds | |
I0117 10:46:50.558038 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 3 milliseconds | |
I0117 10:46:51.059124 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:51.559793 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:52.058639 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:52.558606 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:53.059616 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:53.558538 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:54.060205 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:54.558266 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:55.057740 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:55.558248 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:56.059849 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:56.559104 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:57.059340 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:57.558750 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:58.058582 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:46:58.558344 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:59.058077 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:46:59.559301 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:47:00.059714 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:47:00.559581 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:47:01.058486 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:47:01.560410 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:47:02.060244 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:47:02.558656 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:47:03.059133 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:47:03.558173 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:47:04.057557 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 3 milliseconds | |
I0117 10:47:04.558862 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:47:05.056632 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 2 milliseconds | |
I0117 10:47:05.559151 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:47:06.060193 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 6 milliseconds | |
I0117 10:47:06.559033 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:47:07.058771 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:47:07.558783 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:47:08.059329 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 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. | |
I0117 10:47:08.559373 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:47:09.060009 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:47:09.558513 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:47:10.060266 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:47:10.557403 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 3 milliseconds | |
I0117 10:47:11.059952 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:47:11.559818 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:47:12.058787 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:47:12.558515 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:47:13.060125 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:47:13.559711 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:47:14.060147 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:47:14.558358 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:47:15.059481 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:47:15.558670 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:47:16.060407 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:47:16.559205 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 4 milliseconds | |
I0117 10:47:17.060117 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 6 milliseconds | |
I0117 10:47:17.556529 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 2 milliseconds | |
I0117 10:47:18.056971 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 2 milliseconds | |
I0117 10:47:18.560087 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 5 milliseconds | |
I0117 10:47:18.564040 220 round_trippers.go:454] GET https://kind-control-plane:6443/api/v1/nodes/kind-worker7?timeout=10s 404 Not Found in 3 milliseconds | |
timed out waiting for the condition | |
error uploading crisocket | |
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/join.runKubeletStartJoinPhase | |
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/join/kubelet.go:190 | |
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:421 | |
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.newCmdJoin.func1 | |
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/cmd/join.go:172 | |
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:850 | |
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:958 | |
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:895 | |
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:225 | |
runtime.goexit | |
/usr/local/go/src/runtime/asm_amd64.s:1371 | |
error execution phase kubelet-start | |
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:421 | |
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.newCmdJoin.func1 | |
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/cmd/join.go:172 | |
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:850 | |
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:958 | |
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:895 | |
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:225 | |
runtime.goexit | |
/usr/local/go/src/runtime/asm_amd64.s:1371 | |
~/junk/k8s-infra/simple maru@s500plus 2m 55s | |
❯ vi kind-config.yaml ✘ 1 | |
~/junk/k8s-infra/simple maru@s500plus | |
❯ grep worker kind-config.yaml | cat -n | |
1 - role: worker | |
2 - role: worker | |
3 - role: worker | |
4 - role: worker | |
5 - role: worker | |
6 - role: worker | |
7 - role: worker | |
8 - role: worker | |
9 - role: worker | |
10 - role: worker | |
~/junk/k8s-infra/simple maru@s500plus | |
❯ kind create cluster --config kind-config.yaml | |
Creating cluster "kind" ... | |
✓ Ensuring node image (kindest/node:v1.21.1) 🖼 | |
✓ Preparing nodes 📦 📦 📦 📦 📦 📦 📦 📦 📦 📦 📦 | |
✓ Writing configuration 📜 | |
✓ Starting control-plane 🕹️ | |
✓ Installing CNI 🔌 | |
✓ Installing StorageClass 💾 | |
✓ Joining worker nodes 🚜 | |
Set kubectl context to "kind-kind" | |
You can now use your cluster with: | |
kubectl cluster-info --context kind-kind | |
Thanks for using kind! 😊 | |
~/junk/k8s-infra/simple maru@s500plus 1m 5s | |
❯ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment