Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Waiting for kubeconfig file /root/.kube/karmada.config and clusters karmada-host to be ready... #3308

Closed
fusongke100 opened this issue Mar 21, 2023 · 12 comments

Comments

@fusongke100
Copy link

block info:
image

version:
kind v0.17.0 go1.19.2 linux/amd64

error log:
image

@RainbowMango
Copy link
Member

Hi @fusongke100 I guess you are trying to build the development environment by hack/local-up-karmada.sh which depends on kind.

Can you try to create a cluster according to kind documents, to see if the kind works on your machine?

@fusongke100
Copy link
Author

The kind on my machine work well. these clusters are created on my machine.
image

@RainbowMango
Copy link
Member

I didn't meet this issue before, given Kind was primarily designed for testing and it doesn't work as expected sometimes from my experience.
Could you please give it another try?

@liangyuanpeng
Copy link
Contributor

@fusongke100 Thanks for your report and any steps for reproduce it? I will working for it if i can reproduce it.

@YTGhost
Copy link

YTGhost commented Sep 7, 2023

I'm having the same problem, and based on the logs I think it's a failed attempt by kind to create cluster "karmada-host". Here are the logs from tmp/karmada/karmada-host.log, could you help to debug? @liangyuanpeng @RainbowMango

cat /tmp/karmada/karmada-host.log                                                                                                      ─╯
Creating cluster "karmada-host" ...
 • Ensuring node image (kindest/node:v1.27.3) 🖼  ...
 ✓ Ensuring node image (kindest/node:v1.27.3) 🖼
 • Preparing nodes 📦   ...
 ✓ Preparing nodes 📦
 • Writing configuration 📜  ...
 ✓ Writing configuration 📜
 • Starting control-plane 🕹️  ...
 ✗ Starting control-plane 🕹️
ERROR: failed to create cluster: failed to init node with kubeadm: command "docker exec --privileged karmada-host-control-plane kubeadm init --skip-phases=preflight --config=/kind/kubeadm.conf --skip-token-print --v=6" failed with error: exit status 1

Command Output: I0907 09:05:05.039321     130 initconfiguration.go:255] loading configuration from "/kind/kubeadm.conf"
W0907 09:05:05.040608     130 initconfiguration.go:332] [config] WARNING: Ignored YAML document with GroupVersionKind kubeadm.k8s.io/v1beta3, Kind=JoinConfiguration
I0907 09:05:05.049522     130 certs.go:112] creating a new certificate authority for ca
[init] Using Kubernetes version: v1.27.3
[certs] Using certificateDir folder "/etc/kubernetes/pki"
[certs] Generating "ca" certificate and key
I0907 09:05:05.192999     130 certs.go:519] validating certificate period for ca certificate
[certs] Generating "apiserver" certificate and key
[certs] apiserver serving cert is signed for DNS names [karmada-host-control-plane kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local localhost] and IPs [10.96.0.1 172.19.0.5 172.29.172.77]
[certs] Generating "apiserver-kubelet-client" certificate and key
I0907 09:05:05.403736     130 certs.go:112] creating a new certificate authority for front-proxy-ca
[certs] Generating "front-proxy-ca" certificate and key
I0907 09:05:05.471157     130 certs.go:519] validating certificate period for front-proxy-ca certificate
[certs] Generating "front-proxy-client" certificate and key
I0907 09:05:05.583035     130 certs.go:112] creating a new certificate authority for etcd-ca
[certs] Generating "etcd/ca" certificate and key
I0907 09:05:05.786458     130 certs.go:519] validating certificate period for etcd/ca certificate
[certs] Generating "etcd/server" certificate and key
[certs] etcd/server serving cert is signed for DNS names [karmada-host-control-plane localhost] and IPs [172.19.0.5 127.0.0.1 ::1]
[certs] Generating "etcd/peer" certificate and key
[certs] etcd/peer serving cert is signed for DNS names [karmada-host-control-plane localhost] and IPs [172.19.0.5 127.0.0.1 ::1]
[certs] Generating "etcd/healthcheck-client" certificate and key
[certs] Generating "apiserver-etcd-client" certificate and key
I0907 09:05:06.366230     130 certs.go:78] creating new public/private key files for signing service account users
[certs] Generating "sa" key and public key
I0907 09:05:06.476010     130 kubeconfig.go:103] creating kubeconfig file for admin.conf
[kubeconfig] Using kubeconfig folder "/etc/kubernetes"
[kubeconfig] Writing "admin.conf" kubeconfig file
I0907 09:05:06.801421     130 kubeconfig.go:103] creating kubeconfig file for kubelet.conf
[kubeconfig] Writing "kubelet.conf" kubeconfig file
I0907 09:05:06.909307     130 kubeconfig.go:103] creating kubeconfig file for controller-manager.conf
[kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0907 09:05:06.953235     130 kubeconfig.go:103] creating kubeconfig file for scheduler.conf
[kubeconfig] Writing "scheduler.conf" kubeconfig file
I0907 09:05:07.208451     130 kubelet.go:67] 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"
I0907 09:05:07.318260     130 manifests.go:99] [control-plane] getting StaticPodSpecs
I0907 09:05:07.318578     130 certs.go:519] validating certificate period for CA certificate
I0907 09:05:07.318701     130 manifests.go:125] [control-plane] adding volume "ca-certs" for component "kube-apiserver"
I0907 09:05:07.318712     130 manifests.go:125] [control-plane] adding volume "etc-ca-certificates" for component "kube-apiserver"
I0907 09:05:07.318715     130 manifests.go:125] [control-plane] adding volume "k8s-certs" for component "kube-apiserver"
I0907 09:05:07.318717     130 manifests.go:125] [control-plane] adding volume "usr-local-share-ca-certificates" for component "kube-apiserver"
I0907 09:05:07.318719     130 manifests.go:125] [control-plane] adding volume "usr-share-ca-certificates" for component "kube-apiserver"
I0907 09:05:07.320044     130 manifests.go:154] [control-plane] wrote static Pod manifest for component "kube-apiserver" to "/etc/kubernetes/manifests/kube-apiserver.yaml"
I0907 09:05:07.320060     130 manifests.go:99] [control-plane] getting StaticPodSpecs
[control-plane] Creating static Pod manifest for "kube-controller-manager"
I0907 09:05:07.320297     130 manifests.go:125] [control-plane] adding volume "ca-certs" for component "kube-controller-manager"
I0907 09:05:07.320398     130 manifests.go:125] [control-plane] adding volume "etc-ca-certificates" for component "kube-controller-manager"
I0907 09:05:07.320461     130 manifests.go:125] [control-plane] adding volume "flexvolume-dir" for component "kube-controller-manager"
I0907 09:05:07.320534     130 manifests.go:125] [control-plane] adding volume "k8s-certs" for component "kube-controller-manager"
I0907 09:05:07.320598     130 manifests.go:125] [control-plane] adding volume "kubeconfig" for component "kube-controller-manager"
I0907 09:05:07.320669     130 manifests.go:125] [control-plane] adding volume "usr-local-share-ca-certificates" for component "kube-controller-manager"
I0907 09:05:07.320741     130 manifests.go:125] [control-plane] adding volume "usr-share-ca-certificates" for component "kube-controller-manager"
I0907 09:05:07.321156     130 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"
I0907 09:05:07.321430     130 manifests.go:99] [control-plane] getting StaticPodSpecs
I0907 09:05:07.321651     130 manifests.go:125] [control-plane] adding volume "kubeconfig" for component "kube-scheduler"
I0907 09:05:07.321965     130 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"
I0907 09:05:07.322406     130 local.go:65] [etcd] wrote Static Pod manifest for a local etcd member to "/etc/kubernetes/manifests/etcd.yaml"
I0907 09:05:07.322425     130 waitcontrolplane.go:83] [wait-control-plane] Waiting for the API server to be healthy
I0907 09:05:07.322810     130 loader.go:373] 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
I0907 09:05:07.324364     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:07.825492     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:08.325791     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:08.827802     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:05:09.329588     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 3 milliseconds
I0907 09:05:09.825569     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:10.326332     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:10.833059     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:05:11.331463     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:05:11.828480     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:12.329016     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 3 milliseconds
I0907 09:05:12.825293     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:13.326036     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:13.830032     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 3 milliseconds
I0907 09:05:14.325439     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:14.833491     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:05:15.327903     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:05:15.832022     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 3 milliseconds
I0907 09:05:16.326439     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:16.825730     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:17.326280     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:17.830013     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 3 milliseconds
I0907 09:05:18.325822     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:18.826217     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:19.334653     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:05:19.825642     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:20.325630     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:20.826350     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:05:21.329809     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:05:21.827554     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:22.327300     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:05:22.825508     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:23.326160     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:23.826470     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:24.325565     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:24.829812     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:05:25.327822     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:05:25.832620     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:05:26.326052     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:26.825980     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:27.326440     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:27.826746     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:05:28.327591     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:28.825579     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:29.327777     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:05:29.826017     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:30.325793     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:30.826013     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:31.330704     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:31.831034     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:32.332553     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 5 milliseconds
I0907 09:05:32.825891     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:33.326544     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:33.827621     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:34.326583     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:05:34.826233     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:35.327115     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:35.826034     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:36.326027     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:36.825877     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:37.327864     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:05:37.825396     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:38.331338     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 5 milliseconds
I0907 09:05:38.825763     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:39.326969     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:05:39.829013     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 4 milliseconds
I0907 09:05:40.325207     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:40.829206     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 3 milliseconds
I0907 09:05:41.325245     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:41.826257     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:42.327797     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:05:42.827605     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:05:43.327899     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:05:43.826251     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:44.326318     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:44.825477     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:45.325251     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:45.830374     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 3 milliseconds
I0907 09:05:46.327361     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:05:46.826426     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
[kubelet-check] Initial timeout of 40s passed.
I0907 09:05:47.325372     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:47.825820     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:48.326467     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:48.827335     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:49.328061     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:05:49.826420     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:50.325446     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:50.825732     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:51.325824     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:51.825905     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:52.326154     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:52.825636     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:53.326435     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:53.827348     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:54.330439     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:54.827903     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:55.327621     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:55.829496     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:05:56.327924     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:05:56.827077     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:57.329878     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:05:57.827271     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:58.327302     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:58.827369     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:59.327921     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:05:59.827393     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:00.327306     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:00.827056     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:01.327247     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:01.826608     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:02.329631     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:02.828033     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:03.327742     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:06:03.827770     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:04.327095     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:04.826994     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:05.329257     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:06:05.827773     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:06:06.327766     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:06.828480     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:07.331450     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 4 milliseconds
I0907 09:06:07.829173     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:06:08.333796     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:06:08.827865     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:09.327334     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:09.828543     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:10.328129     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:06:10.827752     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:06:11.327744     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:11.827175     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:12.335870     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 8 milliseconds
I0907 09:06:12.827097     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:13.331409     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 4 milliseconds
I0907 09:06:13.827362     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:14.327549     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:14.827018     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:15.327600     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:15.827603     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:16.328035     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:06:16.827821     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:17.339277     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 12 milliseconds
I0907 09:06:17.827032     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:18.331493     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 4 milliseconds
I0907 09:06:18.828519     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:19.331104     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 4 milliseconds
I0907 09:06:19.827122     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:20.334169     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:06:20.826650     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:21.331949     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 4 milliseconds
I0907 09:06:21.827794     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:22.335077     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:06:22.827779     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:23.326766     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:23.826289     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:24.329385     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:24.827198     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:25.327227     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:06:25.827334     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:26.332228     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 3 milliseconds
I0907 09:06:26.826054     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:27.326434     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:27.826716     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:28.338045     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:06:28.825999     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:29.327855     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:06:29.826176     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:30.327135     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:06:30.829157     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:06:31.327224     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:31.836980     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 10 milliseconds
I0907 09:06:32.330949     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 4 milliseconds
I0907 09:06:32.837231     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 11 milliseconds
I0907 09:06:33.326693     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:33.827506     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:06:34.327924     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:34.832506     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 3 milliseconds
I0907 09:06:35.327002     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:35.826259     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:36.328176     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:06:36.826718     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:37.325971     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:37.826338     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:38.326922     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:38.828664     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:39.328836     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:06:39.827281     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:40.332491     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 4 milliseconds
I0907 09:06:40.826939     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:41.336471     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 10 milliseconds
I0907 09:06:41.826089     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:42.329628     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:06:42.837058     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:06:43.328445     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:43.827009     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:44.326357     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:44.829732     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:06:45.327913     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:06:45.855394     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 29 milliseconds
I0907 09:06:46.326070     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:46.826197     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:47.326559     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:47.825840     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:48.327536     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:48.837095     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 10 milliseconds
I0907 09:06:49.327087     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:06:49.842108     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 15 milliseconds
I0907 09:06:50.337911     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 11 milliseconds
I0907 09:06:50.826462     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:51.339147     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:06:51.826155     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:52.332646     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 7 milliseconds
I0907 09:06:52.826959     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:53.341510     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 15 milliseconds
I0907 09:06:53.826529     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:54.326381     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:54.826408     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:55.326618     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:55.827701     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:56.326725     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:56.826858     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:57.329286     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:06:57.827464     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:58.330101     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 3 milliseconds
I0907 09:06:58.827909     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:06:59.334256     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:06:59.826540     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:00.326707     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:00.830290     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 4 milliseconds
I0907 09:07:01.325875     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:01.827352     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:02.326347     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:02.825895     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:03.329381     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:07:03.826429     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:04.326514     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:04.828207     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:05.327154     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:05.826180     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:06.329483     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:07:06.826637     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:07.332634     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:07:07.825923     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:08.326667     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:08.830343     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:07:09.326356     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:09.829579     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:07:10.333124     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:07:10.829895     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:11.329832     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:07:11.825809     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:12.328114     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:07:12.827240     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:13.326911     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:13.827679     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:07:14.325596     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:14.827255     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:15.326479     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:15.829453     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 3 milliseconds
I0907 09:07:16.328687     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:07:16.827126     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:17.326266     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:17.826496     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:18.326724     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:18.826689     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:19.326945     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:19.826494     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:20.326869     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:20.825806     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:21.328513     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:07:21.826805     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:22.327435     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:07:22.829793     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:07:23.326370     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:23.827689     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:24.328580     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:24.834251     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:25.327032     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:25.827610     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:26.327033     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:26.826236     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:27.328528     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:07:27.831229     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 3 milliseconds
I0907 09:07:28.329916     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 3 milliseconds
I0907 09:07:28.836800     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 6 milliseconds
I0907 09:07:29.330708     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:07:29.828615     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:07:30.326949     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:30.826274     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:31.326369     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:31.826465     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:32.330603     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 3 milliseconds
I0907 09:07:32.826409     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:33.330858     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 4 milliseconds
I0907 09:07:33.826215     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:34.326453     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:34.826641     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:35.327415     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:07:35.827101     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:36.327145     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:36.826667     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:37.326451     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:37.828648     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:07:38.328644     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:07:38.826266     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:39.328740     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:07:39.827180     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:40.326353     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:40.827130     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:41.338499     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 7 milliseconds
I0907 09:07:41.828141     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:42.326605     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:42.828860     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:07:43.343079     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 17 milliseconds
I0907 09:07:43.839557     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:07:44.325902     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:44.826553     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:45.328576     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:07:45.827013     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:46.329233     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:07:46.826025     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:47.327574     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:47.826177     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:48.328484     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:07:48.826561     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:49.326628     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:49.827145     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:50.328808     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:07:50.828508     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:07:51.333573     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 3 milliseconds
I0907 09:07:51.826769     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:52.329654     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:07:52.833981     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 4 milliseconds
I0907 09:07:53.326792     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:53.826663     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:54.327318     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:54.831683     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:07:55.333937     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:55.829020     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:07:56.327068     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:56.826887     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:57.327004     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:57.826377     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:58.327726     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:58.829159     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:07:59.327148     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:07:59.826163     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:00.329127     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:08:00.827756     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:01.327167     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:01.827030     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:02.327361     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:02.829253     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:03.327587     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:03.826335     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:04.327583     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:04.828761     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:08:05.327148     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:08:05.831726     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:08:06.330599     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:08:06.830939     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 4 milliseconds
I0907 09:08:07.329630     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:08:07.828404     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:08:08.330644     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:08:08.831118     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:08:09.327104     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:08:09.829448     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:10.330363     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:08:10.826627     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:11.327534     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:08:11.839678     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 13 milliseconds
I0907 09:08:12.331991     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:08:12.827126     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:13.337212     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 10 milliseconds
I0907 09:08:13.827990     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:14.327254     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:14.826224     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:15.328625     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:08:15.826664     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:16.326978     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:16.827069     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:17.327184     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:17.835351     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 8 milliseconds
I0907 09:08:18.328641     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:18.828426     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:08:19.329935     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:08:19.837767     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 11 milliseconds
I0907 09:08:20.327959     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:20.826693     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:21.337498     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:08:21.826958     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:22.336002     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 9 milliseconds
I0907 09:08:22.826880     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:23.332085     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 4 milliseconds
I0907 09:08:23.827569     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:24.327749     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:24.836285     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 9 milliseconds
I0907 09:08:25.330166     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:08:25.838180     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:08:26.327910     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:26.828690     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:08:27.327182     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:27.826779     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:28.328598     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:08:28.827955     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:29.329953     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:08:29.827805     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:30.334494     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:08:30.827870     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:31.327478     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:31.828182     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:32.330036     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:08:32.827733     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:33.327358     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:33.828277     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:34.327906     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:34.833314     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:35.333199     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:35.829740     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:36.329269     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:08:36.830286     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:37.327813     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:37.830337     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:08:38.327641     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:38.830042     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:08:39.327955     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:08:39.828486     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:40.327792     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:40.832425     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 4 milliseconds
I0907 09:08:41.331744     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 4 milliseconds
I0907 09:08:41.827311     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:42.328964     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:08:42.827271     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:43.330470     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 3 milliseconds
I0907 09:08:43.827313     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:44.326689     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:44.833731     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:08:45.333953     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:08:45.827136     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:46.333149     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:08:46.830493     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:08:47.327317     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:47.827473     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:48.328182     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:48.827326     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:49.328566     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:08:49.833977     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 3 milliseconds
I0907 09:08:50.330392     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:08:50.829512     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:08:51.327518     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:51.827712     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:52.328055     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:52.829007     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:53.329348     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:08:53.827909     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:54.328603     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:54.827586     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:55.328226     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:08:55.827256     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:56.328306     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:08:56.827375     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:57.332118     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:57.827084     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:58.328117     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:58.827140     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:08:59.330322     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:08:59.828392     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:09:00.328545     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:09:00.829512     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 2 milliseconds
I0907 09:09:01.328268     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:09:01.826877     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:09:02.330048     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:09:02.837084     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 8 milliseconds
I0907 09:09:03.327851     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:09:03.827412     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:09:04.327550     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:09:04.827549     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:09:05.328472     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:09:05.827484     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:09:06.328014     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
I0907 09:09:06.829030     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 1 milliseconds
I0907 09:09:07.327202     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds

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'
I0907 09:09:07.327515     130 round_trippers.go:553] GET https://karmada-host-control-plane:6443/healthz?timeout=10s  in 0 milliseconds
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:259
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).visitAll
	cmd/kubeadm/app/cmd/phases/workflow/runner.go:446
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run
	cmd/kubeadm/app/cmd/phases/workflow/runner.go:232
k8s.io/kubernetes/cmd/kubeadm/app/cmd.newCmdInit.func1
	cmd/kubeadm/app/cmd/init.go:111
github.com/spf13/cobra.(*Command).execute
	vendor/github.com/spf13/cobra/command.go:916
github.com/spf13/cobra.(*Command).ExecuteC
	vendor/github.com/spf13/cobra/command.go:1040
github.com/spf13/cobra.(*Command).Execute
	vendor/github.com/spf13/cobra/command.go:968
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_arm64.s:1172
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:260
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).visitAll
	cmd/kubeadm/app/cmd/phases/workflow/runner.go:446
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run
	cmd/kubeadm/app/cmd/phases/workflow/runner.go:232
k8s.io/kubernetes/cmd/kubeadm/app/cmd.newCmdInit.func1
	cmd/kubeadm/app/cmd/init.go:111
github.com/spf13/cobra.(*Command).execute
	vendor/github.com/spf13/cobra/command.go:916
github.com/spf13/cobra.(*Command).ExecuteC
	vendor/github.com/spf13/cobra/command.go:1040
github.com/spf13/cobra.(*Command).Execute
	vendor/github.com/spf13/cobra/command.go:968
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_arm64.s:1172

@RainbowMango
Copy link
Member

cc @chaosi-zju for help.

@chaosi-zju
Copy link
Member

chaosi-zju commented Sep 8, 2023

@YTGhost Hello,I think you may occurred this problem: #3667 (comment)

Simply saying: The error mentioned above almost always occurs in ubuntu-20.04 when using kind@v0.20.0

This is caused by an incompatible change in Kind, see KIND v0.20.0 Breaking Changes

The solution is either to upgrade to ubuntu-22.04 or update the version of Kind (v0.17、v0.19 must be ok)

@YTGhost
Copy link

YTGhost commented Sep 8, 2023

@YTGhost Hello,I think you may occurred this problem: #3667 (comment)

Simply saying: The error mentioned above almost always occurs in ubuntu-20.04 when using kind@v0.20.0

This is caused by an incompatible change in Kind, see KIND v0.20.0 Breaking Changes

The solution is either to upgrade to ubuntu-22.04 or update the version of Kind (v0.17、v0.19 must be ok)

@chaosi-zju Hi, thanks for your help! The problem I'm having is closer to kubernetes-sigs/kind#3061. It's because I'm using an old version of kind(v0.12.0). This version is obviously no longer suitable for creating v1.27 k8s nodes. I upgraded kind to v0.20.0 which solved this problem.

@chaosi-zju
Copy link
Member

@YTGhost Okay, congratulations~

@RainbowMango
Copy link
Member

Thank you @YTGhost for sharing the details.

I guess we can close it now.

PS: For guys who don't have a development environment can try the online-playground now.

@RainbowMango
Copy link
Member

/close

@karmada-bot
Copy link
Collaborator

@RainbowMango: Closing this issue.

In response to this:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants