Skip to content

Instantly share code, notes, and snippets.

@debuggerboy
Last active April 3, 2022 21:36
Show Gist options
  • Save debuggerboy/0bb774772921f8ee342ea82eb4a77ab7 to your computer and use it in GitHub Desktop.
Save debuggerboy/0bb774772921f8ee342ea82eb4a77ab7 to your computer and use it in GitHub Desktop.
Kind Cluster creation fails on Rootful Podman using Debian 11
debuggerboy@cassandra:~$ sudo kind create cluster --name ko2 --config /home/debuggerboy/labs/kubernetes/anish-kind/anish-multi-node.yaml
enabling experimental podman provider
Creating cluster "ko2" ...
✓ Ensuring node image (kindest/node:v1.23.4) 🖼
✓ 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 "podman exec --privileged ko2-worker kubeadm join --config /kind/kubeadm.conf --skip-phases=preflight --v=6" failed with error: exit status 1
Command Output: I0403 21:03:10.807635 112 join.go:413] [preflight] found NodeName empty; using OS hostname as NodeName
I0403 21:03:10.807715 112 joinconfiguration.go:76] loading configuration from "/kind/kubeadm.conf"
I0403 21:03:10.810623 112 controlplaneprepare.go:220] [download-certs] Skipping certs download
I0403 21:03:10.810777 112 join.go:530] [preflight] Discovering cluster-info
I0403 21:03:10.810854 112 token.go:80] [discovery] Created cluster-info discovery client, requesting info from "ko2-control-plane:6443"
I0403 21:03:10.912737 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 100 milliseconds
I0403 21:03:10.912922 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:03:16.906703 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 85 milliseconds
I0403 21:03:16.917193 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:03:23.413653 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 83 milliseconds
I0403 21:03:23.413787 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:03:29.528879 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 114 milliseconds
I0403 21:03:29.529016 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:03:35.289987 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 100 milliseconds
I0403 21:03:35.290096 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:03:41.026251 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 98 milliseconds
I0403 21:03:41.026375 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:03:47.149321 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 91 milliseconds
I0403 21:03:47.149447 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:03:52.374024 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 124 milliseconds
I0403 21:03:52.374127 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:03:57.767567 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 157 milliseconds
I0403 21:03:57.767732 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:04:03.027675 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 113 milliseconds
I0403 21:04:03.027821 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:04:08.626764 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 145 milliseconds
I0403 21:04:08.626900 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:04:14.506631 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 104 milliseconds
I0403 21:04:14.506751 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:04:20.838847 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 108 milliseconds
I0403 21:04:20.838986 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:04:26.273892 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 113 milliseconds
I0403 21:04:26.274015 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:04:31.939893 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 94 milliseconds
I0403 21:04:31.940019 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:04:37.654534 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 236 milliseconds
I0403 21:04:37.654834 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:04:43.488794 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 129 milliseconds
I0403 21:04:43.489035 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:04:49.019705 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 104 milliseconds
I0403 21:04:49.019855 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:04:54.634799 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 172 milliseconds
I0403 21:04:54.634925 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:05:00.756582 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 98 milliseconds
I0403 21:05:00.756829 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:05:06.169379 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 80 milliseconds
I0403 21:05:06.169565 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:05:11.575013 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 100 milliseconds
I0403 21:05:11.575122 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:05:17.386260 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 268 milliseconds
I0403 21:05:17.386392 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:05:23.344806 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 100 milliseconds
I0403 21:05:23.344944 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:05:29.731067 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 88 milliseconds
I0403 21:05:29.731162 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:05:35.303404 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 128 milliseconds
I0403 21:05:35.303532 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:05:40.936216 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 182 milliseconds
I0403 21:05:40.936350 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:05:47.162217 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 96 milliseconds
I0403 21:05:47.162350 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:05:52.653845 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 179 milliseconds
I0403 21:05:52.653977 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:05:59.041805 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 87 milliseconds
I0403 21:05:59.041935 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:06:05.203937 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 114 milliseconds
I0403 21:06:05.204059 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:06:11.080593 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 90 milliseconds
I0403 21:06:11.080693 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:06:16.210735 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 86 milliseconds
I0403 21:06:16.210875 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:06:21.567499 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 118 milliseconds
I0403 21:06:21.567662 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:06:27.626387 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 147 milliseconds
I0403 21:06:27.626502 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:06:34.246006 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 156 milliseconds
I0403 21:06:34.246164 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:06:39.493956 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 127 milliseconds
I0403 21:06:39.494072 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:06:45.470040 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 83 milliseconds
I0403 21:06:45.470188 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:06:50.652610 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 89 milliseconds
I0403 21:06:50.652698 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:06:56.777646 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 84 milliseconds
I0403 21:06:56.777764 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:07:02.342831 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 111 milliseconds
I0403 21:07:02.342936 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:07:07.731943 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 127 milliseconds
I0403 21:07:07.732066 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:07:13.640982 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 95 milliseconds
I0403 21:07:13.641148 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:07:19.598012 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 137 milliseconds
I0403 21:07:19.598140 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:07:25.131358 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 113 milliseconds
I0403 21:07:25.131486 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:07:30.897962 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 130 milliseconds
I0403 21:07:30.898194 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:07:36.810846 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 115 milliseconds
I0403 21:07:36.811015 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:07:42.276831 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 84 milliseconds
I0403 21:07:42.276962 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:07:47.789229 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 87 milliseconds
I0403 21:07:47.789341 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:07:54.065992 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 91 milliseconds
I0403 21:07:54.066130 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:07:59.712574 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 100 milliseconds
I0403 21:07:59.712720 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
I0403 21:08:06.182095 112 round_trippers.go:553] GET https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s in 147 milliseconds
I0403 21:08:06.182266 112 token.go:217] [discovery] Failed to request cluster-info, will try again: Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
Get "https://ko2-control-plane:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=10s": dial tcp: lookup ko2-control-plane on 8.8.8.8:53: no such host
couldn't validate the identity of the API Server
k8s.io/kubernetes/cmd/kubeadm/app/discovery.For
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/discovery/discovery.go:45
k8s.io/kubernetes/cmd/kubeadm/app/cmd.(*joinData).TLSBootstrapCfg
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/cmd/join.go:531
k8s.io/kubernetes/cmd/kubeadm/app/cmd.(*joinData).InitCfg
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/cmd/join.go:541
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/join.getKubeletStartJoinData
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/join/kubelet.go:89
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:104
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:178
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:856
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:974
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:902
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:255
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1581
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:178
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:856
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:974
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:902
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:255
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1581
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment