You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error occurred while executing examples/quick-start/setup . When I tried to create one of the clusters, the following error occurred
(base) wrk@debian:~/projects/liqo/examples/quick-start$ kind create cluster --name rome --kubeconfig liqo_kubeconf_rome --config /home/wrk/projects/liqo/examples/quick-start/manifests/cluster.yaml
Creating cluster "rome" ...
✓ Ensuring node image (kindest/node:v1.25.0) 🖼
✓ Preparing nodes 📦 📦
✓ Writing configuration 📜
✗ Starting control-plane 🕹️
Deleted nodes: ["rome-control-plane" "rome-worker"]
ERROR: failed to create cluster: failed to init node with kubeadm: command "docker exec --privileged rome-control-plane kubeadm init --skip-phases=preflight --config=/kind/kubeadm.conf --skip-token-print --v=6" failed with error: exit status 1
Command Output: I0609 14:43:15.664335 139 initconfiguration.go:254] loading configuration from "/kind/kubeadm.conf"
W0609 14:43:15.667308 139 initconfiguration.go:331] [config] WARNING: Ignored YAML document with GroupVersionKind kubeadm.k8s.io/v1beta3, Kind=JoinConfiguration
[init] Using Kubernetes version: v1.25.0
[certs] Using certificateDir folder "/etc/kubernetes/pki"
I0609 14:43:15.678682 139 certs.go:112] creating a new certificate authority for ca
[certs] Generating "ca" certificate and key
I0609 14:43:15.836159 139 certs.go:522] validating certificate period for ca certificate
[certs] Generating "apiserver" certificate and key
[certs] apiserver serving cert is signed for DNS names [kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local localhost rome-control-plane] and IPs [10.80.0.1 172.20.0.2 127.0.0.1]
[certs] Generating "apiserver-kubelet-client" certificate and key
I0609 14:43:16.565403 139 certs.go:112] creating a new certificate authority for front-proxy-ca
[certs] Generating "front-proxy-ca" certificate and key
I0609 14:43:16.795946 139 certs.go:522] validating certificate period for front-proxy-ca certificate
[certs] Generating "front-proxy-client" certificate and key
I0609 14:43:16.913271 139 certs.go:112] creating a new certificate authority for etcd-ca
[certs] Generating "etcd/ca" certificate and key
I0609 14:43:17.031543 139 certs.go:522] validating certificate period for etcd/ca certificate
[certs] Generating "etcd/server" certificate and key
[certs] etcd/server serving cert is signed for DNS names [localhost rome-control-plane] and IPs [172.20.0.2 127.0.0.1 ::1]
[certs] Generating "etcd/peer" certificate and key
[certs] etcd/peer serving cert is signed for DNS names [localhost rome-control-plane] and IPs [172.20.0.2 127.0.0.1 ::1]
[certs] Generating "etcd/healthcheck-client" certificate and key
[certs] Generating "apiserver-etcd-client" certificate and key
I0609 14:43:17.500656 139 certs.go:78] creating new public/private key files for signing service account users
[certs] Generating "sa" key and public key
I0609 14:43:17.676076 139 kubeconfig.go:103] creating kubeconfig file for admin.conf
[kubeconfig] Using kubeconfig folder "/etc/kubernetes"
[kubeconfig] Writing "admin.conf" kubeconfig file
I0609 14:43:17.856483 139 kubeconfig.go:103] creating kubeconfig file for kubelet.conf
[kubeconfig] Writing "kubelet.conf" kubeconfig file
I0609 14:43:17.912691 139 kubeconfig.go:103] creating kubeconfig file for controller-manager.conf
[kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0609 14:43:18.351551 139 kubeconfig.go:103] creating kubeconfig file for scheduler.conf
[kubeconfig] Writing "scheduler.conf" kubeconfig file
I0609 14:43:18.434878 139 kubelet.go:66] Stopping the kubelet
[kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
[kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
[kubelet-start] Starting the kubelet
[control-plane] Using manifest folder "/etc/kubernetes/manifests"
[control-plane] Creating static Pod manifest for "kube-apiserver"
I0609 14:43:18.506954 139 manifests.go:99] [control-plane] getting StaticPodSpecs
I0609 14:43:18.507162 139 certs.go:522] validating certificate period for CA certificate
I0609 14:43:18.507220 139 manifests.go:125] [control-plane] adding volume "ca-certs" for component "kube-apiserver"
I0609 14:43:18.507227 139 manifests.go:125] [control-plane] adding volume "etc-ca-certificates" for component "kube-apiserver"
I0609 14:43:18.507232 139 manifests.go:125] [control-plane] adding volume "k8s-certs" for component "kube-apiserver"
I0609 14:43:18.507236 139 manifests.go:125] [control-plane] adding volume "usr-local-share-ca-certificates" for component "kube-apiserver"
I0609 14:43:18.507240 139 manifests.go:125] [control-plane] adding volume "usr-share-ca-certificates" for component "kube-apiserver"
[control-plane] Creating static Pod manifest for "kube-controller-manager"
I0609 14:43:18.509092 139 manifests.go:154] [control-plane] wrote static Pod manifest for component "kube-apiserver" to "/etc/kubernetes/manifests/kube-apiserver.yaml"
I0609 14:43:18.509125 139 manifests.go:99] [control-plane] getting StaticPodSpecs
I0609 14:43:18.509353 139 manifests.go:125] [control-plane] adding volume "ca-certs" for component "kube-controller-manager"
I0609 14:43:18.509361 139 manifests.go:125] [control-plane] adding volume "etc-ca-certificates" for component "kube-controller-manager"
I0609 14:43:18.509366 139 manifests.go:125] [control-plane] adding volume "flexvolume-dir" for component "kube-controller-manager"
I0609 14:43:18.509370 139 manifests.go:125] [control-plane] adding volume "k8s-certs" for component "kube-controller-manager"
I0609 14:43:18.509374 139 manifests.go:125] [control-plane] adding volume "kubeconfig" for component "kube-controller-manager"
I0609 14:43:18.509378 139 manifests.go:125] [control-plane] adding volume "usr-local-share-ca-certificates" for component "kube-controller-manager"
I0609 14:43:18.509382 139 manifests.go:125] [control-plane] adding volume "usr-share-ca-certificates" for component "kube-controller-manager"
I0609 14:43:18.510444 139 manifests.go:154] [control-plane] wrote static Pod manifest for component "kube-controller-manager" to "/etc/kubernetes/manifests/kube-controller-manager.yaml"
[control-plane] Creating static Pod manifest for "kube-scheduler"
I0609 14:43:18.510634 139 manifests.go:99] [control-plane] getting StaticPodSpecs
I0609 14:43:18.510930 139 manifests.go:125] [control-plane] adding volume "kubeconfig" for component "kube-scheduler"
I0609 14:43:18.511365 139 manifests.go:154] [control-plane] wrote static Pod manifest for component "kube-scheduler" to "/etc/kubernetes/manifests/kube-scheduler.yaml"
[etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0609 14:43:18.511880 139 local.go:65] [etcd] wrote Static Pod manifest for a local etcd member to "/etc/kubernetes/manifests/etcd.yaml"
I0609 14:43:18.511889 139 waitcontrolplane.go:83] [wait-control-plane] Waiting for the API server to be healthy
I0609 14:43:18.512355 139 loader.go:374] Config loaded from file: /etc/kubernetes/admin.conf
[wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s
I0609 14:43:18.513811 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:19.014558 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:19.515161 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:20.015020 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:20.515879 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:21.015749 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:21.515359 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:22.015075 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:22.515880 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:23.015502 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:23.515274 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:24.015000 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:24.515074 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:25.015988 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:25.515634 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:26.015169 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:26.516149 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:27.016007 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:27.515884 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:28.015785 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:28.515301 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:29.015110 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:29.515936 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:30.015529 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:30.515224 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:31.016032 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:31.515728 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:32.015305 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:32.515027 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:33.015687 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:33.515269 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:34.016105 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:34.516002 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:35.015848 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:35.515440 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:36.015142 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:36.515201 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:37.015920 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:37.515616 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:38.015297 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:38.514971 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:39.015746 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:39.515202 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:40.016009 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:40.515773 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:41.015360 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:41.515368 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:42.015177 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:42.516051 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:43.015868 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:43.515548 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:44.015316 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:44.515022 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:45.015925 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:45.515835 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:46.015424 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:46.515167 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:47.015963 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:47.515946 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0609 14:43:48.015525 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:48.515227 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:49.016043 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:49.515727 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:50.015182 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:50.516145 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0609 14:43:51.015867 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:51.515425 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:52.015083 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:52.515991 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:53.015764 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:53.515403 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:54.015131 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:54.516015 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:55.015948 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:55.515813 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:56.015317 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:56.515051 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:57.015850 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:57.515550 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:58.015252 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[kubelet-check] Initial timeout of 40s passed.
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
I0609 14:43:58.514800 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:59.015428 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:43:59.515151 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:00.015850 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:00.515288 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:01.014994 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:01.515777 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:02.015520 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:02.515242 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:03.016074 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
I0609 14:44:03.515688 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:04.015285 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:04.515049 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:05.016022 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:05.515934 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:06.015533 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:06.515185 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:07.015003 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:07.515881 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:08.015425 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:08.515108 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:09.016046 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:09.515722 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:10.015218 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:10.515959 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:11.015427 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:11.515238 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:12.016144 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:12.516161 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:13.015945 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:13.515500 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
I0609 14:44:14.015244 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:14.514980 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:15.015789 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:15.515390 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:16.015092 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:16.516112 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:17.015987 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:17.515574 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:18.015191 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:18.515041 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:19.015861 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:19.515379 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:20.014984 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:20.515682 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:21.015306 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:21.514997 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:22.015747 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:22.515316 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:23.015058 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:23.515940 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:24.015426 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:24.515246 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:25.015937 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:25.515393 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:26.015214 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:26.514983 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:27.015883 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:27.515429 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:28.015187 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:28.514982 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:29.015772 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:29.515353 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:30.015077 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:30.515867 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:31.015507 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:31.515266 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:32.014971 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:32.515872 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:33.015929 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:33.515793 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
I0609 14:44:34.015236 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:34.516029 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:35.015886 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:35.515521 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:36.015268 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:36.514987 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:37.015861 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:37.515550 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:38.015229 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:38.516021 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:39.015871 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:39.515469 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:40.015206 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:40.515008 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:41.015975 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:41.516312 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0609 14:44:42.015282 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0609 14:44:42.515279 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:43.015000 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:43.515875 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:44.015534 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:44.515219 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:45.016044 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:45.515862 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:46.015634 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:46.515050 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:47.015956 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:47.515289 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:48.015099 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:48.515964 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:49.015607 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:49.515245 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:50.016239 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:50.515002 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:51.015739 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:51.515461 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:52.015202 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:52.516120 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:53.016049 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:53.515785 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:54.015415 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:54.515124 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:55.015952 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:55.515776 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:56.015316 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:56.515035 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:57.015877 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:57.515520 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0609 14:44:58.015227 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:58.516008 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:59.016024 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:44:59.515846 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:45:00.015569 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:45:00.515255 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:45:01.014947 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:45:01.516016 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:45:02.015889 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:45:02.515541 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:45:03.015973 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:45:03.515848 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:45:04.015401 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:45:04.515117 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:45:05.016051 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:45:05.515860 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:45:06.015168 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:45:06.516032 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:45:07.015882 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:45:07.515266 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:45:08.014962 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:45:08.515643 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:45:09.015257 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:45:09.515081 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:45:10.015885 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:45:10.514848 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:45:11.015306 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:45:11.514991 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:45:12.015966 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:45:12.516079 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0609 14:45:13.015885 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0609 14:45:13.515497 139 round_trippers.go:553] GET https://rome-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
Unfortunately, an error has occurred:
timed out waiting for the condition
This error is likely caused by:
- The kubelet is not running
- The kubelet is unhealthy due to a misconfiguration of the node in some way (required cgroups disabled)
If you are on a systemd-powered system, you can try to troubleshoot the error with the following commands:
- 'systemctl status kubelet'
- 'journalctl -xeu kubelet'
Additionally, a control plane component may have crashed or exited when started by the container runtime.
To troubleshoot, list all containers using your preferred container runtimes CLI.
Here is one example how you may list all running Kubernetes containers by using crictl:
- 'crictl --runtime-endpoint unix:///run/containerd/containerd.sock ps -a | grep kube | grep -v pause'
Once you have found the failing container, you can inspect its logs with:
- 'crictl --runtime-endpoint unix:///run/containerd/containerd.sock logs CONTAINERID'
couldn't initialize a Kubernetes cluster
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/init.runWaitControlPlanePhase
cmd/kubeadm/app/cmd/phases/init/waitcontrolplane.go:108
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run.func1
cmd/kubeadm/app/cmd/phases/workflow/runner.go:234
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).visitAll
cmd/kubeadm/app/cmd/phases/workflow/runner.go:421
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run
cmd/kubeadm/app/cmd/phases/workflow/runner.go:207
k8s.io/kubernetes/cmd/kubeadm/app/cmd.newCmdInit.func1
cmd/kubeadm/app/cmd/init.go:154
github.com/spf13/cobra.(*Command).execute
vendor/github.com/spf13/cobra/command.go:856
github.com/spf13/cobra.(*Command).ExecuteC
vendor/github.com/spf13/cobra/command.go:974
github.com/spf13/cobra.(*Command).Execute
vendor/github.com/spf13/cobra/command.go:902
k8s.io/kubernetes/cmd/kubeadm/app.Run
cmd/kubeadm/app/kubeadm.go:50
main.main
cmd/kubeadm/kubeadm.go:25
runtime.main
/usr/local/go/src/runtime/proc.go:250
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1594
error execution phase wait-control-plane
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run.func1
cmd/kubeadm/app/cmd/phases/workflow/runner.go:235
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).visitAll
cmd/kubeadm/app/cmd/phases/workflow/runner.go:421
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run
cmd/kubeadm/app/cmd/phases/workflow/runner.go:207
k8s.io/kubernetes/cmd/kubeadm/app/cmd.newCmdInit.func1
cmd/kubeadm/app/cmd/init.go:154
github.com/spf13/cobra.(*Command).execute
vendor/github.com/spf13/cobra/command.go:856
github.com/spf13/cobra.(*Command).ExecuteC
vendor/github.com/spf13/cobra/command.go:974
github.com/spf13/cobra.(*Command).Execute
vendor/github.com/spf13/cobra/command.go:902
k8s.io/kubernetes/cmd/kubeadm/app.Run
cmd/kubeadm/app/kubeadm.go:50
main.main
cmd/kubeadm/kubeadm.go:25
runtime.main
/usr/local/go/src/runtime/proc.go:250
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1594
What you expected to happen:
Hope it can be created
How to reproduce it (as minimally and precisely as possible):
git clone https://github.com/liqotech/liqo.git
cd liqo
git checkout v0.11.0-rc.2
cd examples/quick-start
./setup.sh
Anything else we need to know?:
When I modified the configuration in liqo/examples/quick-start/manifests/cluster.yaml , it was successful
What happened:
An error occurred while executing
examples/quick-start/setup
. When I tried to create one of the clusters, the following error occurredWhat you expected to happen:
Hope it can be created
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
When I modified the configuration in
liqo/examples/quick-start/manifests/cluster.yaml
, it was successfulEnvironment:
kubectl version
): Client Version: v1.29.0 / Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3The text was updated successfully, but these errors were encountered: