Skip to content

Instantly share code, notes, and snippets.

@jbowen93
Created June 15, 2023 01:51
Show Gist options
  • Save jbowen93/2d868f9923be7a3b65ffdc78ecc27bc5 to your computer and use it in GitHub Desktop.
Save jbowen93/2d868f9923be7a3b65ffdc78ecc27bc5 to your computer and use it in GitHub Desktop.
error logs when running astriaorg/dev-cluster `just create-control-plane`
❯ just create-control-plane
kind create cluster --config ./kubernetes/kind-cluster-config.yml
Creating cluster "astria-dev-cluster" ...
✓ Ensuring node image (kindest/node:v1.26.3) 🖼
✓ Preparing nodes 📦
✓ Writing configuration 📜
✗ Starting control-plane 🕹️
ERROR: failed to create cluster: failed to init node with kubeadm: command "docker exec --privileged astria-dev-cluster-control-plane kubeadm init --skip-phases=preflight --config=/kind/kubeadm.conf --skip-token-print --v=6" failed with error: exit status 1
Command Output: I0615 01:43:52.178033 131 initconfiguration.go:254] loading configuration from "/kind/kubeadm.conf"
W0615 01:43:52.178303 131 common.go:84] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta2". Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
W0615 01:43:52.178874 131 common.go:84] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta2". Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
W0615 01:43:52.179104 131 common.go:84] your configuration file uses a deprecated API spec: "kubeadm.k8s.io/v1beta2". Please use 'kubeadm config migrate --old-config old.yaml --new-config new.yaml', which will write the new, similar spec using a newer API version.
W0615 01:43:52.179224 131 initconfiguration.go:331] [config] WARNING: Ignored YAML document with GroupVersionKind kubeadm.k8s.io/v1beta2, Kind=JoinConfiguration
[init] Using Kubernetes version: v1.26.3
[certs] Using certificateDir folder "/etc/kubernetes/pki"
I0615 01:43:52.183227 131 certs.go:112] creating a new certificate authority for ca
[certs] Generating "ca" certificate and key
I0615 01:43:52.263265 131 certs.go:519] validating certificate period for ca certificate
[certs] Generating "apiserver" certificate and key
[certs] apiserver serving cert is signed for DNS names [astria-dev-cluster-control-plane kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local localhost] and IPs [10.96.0.1 172.20.0.2 127.0.0.1]
[certs] Generating "apiserver-kubelet-client" certificate and key
I0615 01:43:52.571178 131 certs.go:112] creating a new certificate authority for front-proxy-ca
[certs] Generating "front-proxy-ca" certificate and key
I0615 01:43:52.697342 131 certs.go:519] validating certificate period for front-proxy-ca certificate
[certs] Generating "front-proxy-client" certificate and key
I0615 01:43:52.871930 131 certs.go:112] creating a new certificate authority for etcd-ca
[certs] Generating "etcd/ca" certificate and key
I0615 01:43:52.915927 131 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 [astria-dev-cluster-control-plane localhost] 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 [astria-dev-cluster-control-plane localhost] 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
I0615 01:43:53.286997 131 certs.go:78] creating new public/private key files for signing service account users
[certs] Generating "sa" key and public key
I0615 01:43:53.386933 131 kubeconfig.go:103] creating kubeconfig file for admin.conf
[kubeconfig] Using kubeconfig folder "/etc/kubernetes"
[kubeconfig] Writing "admin.conf" kubeconfig file
I0615 01:43:53.496777 131 kubeconfig.go:103] creating kubeconfig file for kubelet.conf
[kubeconfig] Writing "kubelet.conf" kubeconfig file
I0615 01:43:53.592969 131 kubeconfig.go:103] creating kubeconfig file for controller-manager.conf
[kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0615 01:43:53.784948 131 kubeconfig.go:103] creating kubeconfig file for scheduler.conf
[kubeconfig] Writing "scheduler.conf" kubeconfig file
I0615 01:43:53.930374 131 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"
I0615 01:43:54.000980 131 manifests.go:99] [control-plane] getting StaticPodSpecs
I0615 01:43:54.001326 131 certs.go:519] validating certificate period for CA certificate
I0615 01:43:54.001459 131 manifests.go:125] [control-plane] adding volume "ca-certs" for component "kube-apiserver"
I0615 01:43:54.001568 131 manifests.go:125] [control-plane] adding volume "etc-ca-certificates" for component "kube-apiserver"
I0615 01:43:54.001607 131 manifests.go:125] [control-plane] adding volume "k8s-certs" for component "kube-apiserver"
I0615 01:43:54.001624 131 manifests.go:125] [control-plane] adding volume "usr-local-share-ca-certificates" for component "kube-apiserver"
I0615 01:43:54.001857 131 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"
I0615 01:43:54.003358 131 manifests.go:154] [control-plane] wrote static Pod manifest for component "kube-apiserver" to "/etc/kubernetes/manifests/kube-apiserver.yaml"
I0615 01:43:54.003377 131 manifests.go:99] [control-plane] getting StaticPodSpecs
I0615 01:43:54.003874 131 manifests.go:125] [control-plane] adding volume "ca-certs" for component "kube-controller-manager"
I0615 01:43:54.003994 131 manifests.go:125] [control-plane] adding volume "etc-ca-certificates" for component "kube-controller-manager"
I0615 01:43:54.004205 131 manifests.go:125] [control-plane] adding volume "flexvolume-dir" for component "kube-controller-manager"
I0615 01:43:54.004336 131 manifests.go:125] [control-plane] adding volume "k8s-certs" for component "kube-controller-manager"
I0615 01:43:54.004383 131 manifests.go:125] [control-plane] adding volume "kubeconfig" for component "kube-controller-manager"
I0615 01:43:54.004438 131 manifests.go:125] [control-plane] adding volume "usr-local-share-ca-certificates" for component "kube-controller-manager"
I0615 01:43:54.004490 131 manifests.go:125] [control-plane] adding volume "usr-share-ca-certificates" for component "kube-controller-manager"
[control-plane] Creating static Pod manifest for "kube-scheduler"
I0615 01:43:54.005893 131 manifests.go:154] [control-plane] wrote static Pod manifest for component "kube-controller-manager" to "/etc/kubernetes/manifests/kube-controller-manager.yaml"
I0615 01:43:54.005911 131 manifests.go:99] [control-plane] getting StaticPodSpecs
I0615 01:43:54.006565 131 manifests.go:125] [control-plane] adding volume "kubeconfig" for component "kube-scheduler"
I0615 01:43:54.006844 131 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"
I0615 01:43:54.007217 131 local.go:65] [etcd] wrote Static Pod manifest for a local etcd member to "/etc/kubernetes/manifests/etcd.yaml"
I0615 01:43:54.007231 131 waitcontrolplane.go:83] [wait-control-plane] Waiting for the API server to be healthy
I0615 01:43:54.007619 131 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
I0615 01:43:54.009257 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:43:54.510221 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:43:55.010202 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:43:55.511189 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:43:56.014487 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:43:56.512124 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:43:57.011627 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:43:57.511102 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:43:58.014344 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:43:58.516573 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:43:59.017474 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 7 milliseconds
I0615 01:43:59.516398 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 4 milliseconds
I0615 01:44:00.011145 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:00.528315 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 17 milliseconds
I0615 01:44:01.012143 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:01.511161 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:02.012348 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:02.519033 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 8 milliseconds
I0615 01:44:03.012289 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:03.515138 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:44:04.014019 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:04.510221 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:44:05.012607 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:05.517325 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 4 milliseconds
I0615 01:44:06.014999 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:44:06.518210 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:07.018345 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:07.515106 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:08.011625 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:08.512206 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:44:09.010894 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:09.510069 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:44:10.016812 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:10.520235 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:44:11.011257 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:11.515346 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:12.014024 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:12.512138 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:13.010854 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:13.511786 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:14.012740 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:14.514809 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:44:15.015216 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:15.515629 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:44:16.018989 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 8 milliseconds
I0615 01:44:16.517550 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 5 milliseconds
I0615 01:44:17.011785 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:17.514063 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:18.014734 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:44:18.513739 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:44:19.012119 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:19.510359 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:44:20.015371 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:20.510149 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:44:21.012525 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:21.512238 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:22.019991 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 9 milliseconds
I0615 01:44:22.512596 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:44:23.012389 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:23.512496 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:44:24.017928 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 7 milliseconds
I0615 01:44:24.515107 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 4 milliseconds
I0615 01:44:25.014110 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:25.511096 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:26.011633 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:44:26.515078 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 4 milliseconds
I0615 01:44:27.016230 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:44:27.513813 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:28.012138 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:28.514354 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:44:29.013059 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:29.514047 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:44:30.015258 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:44:30.511121 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:44:31.028663 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 18 milliseconds
I0615 01:44:31.511985 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:44:32.013788 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:32.511971 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:44:33.014748 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:44:33.514445 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
[kubelet-check] Initial timeout of 40s passed.
I0615 01:44:34.027955 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:44:34.512294 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:44:35.018991 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 8 milliseconds
I0615 01:44:35.513830 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:36.011148 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:36.514296 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:44:37.016179 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:44:37.513106 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:38.011628 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:38.512802 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:39.011266 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:39.509984 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:44:40.014794 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 6 milliseconds
I0615 01:44:40.513592 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:41.009977 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:41.507075 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:44:42.013068 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 6 milliseconds
I0615 01:44:42.509659 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:43.010738 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:44:43.507463 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:44:44.011375 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:44.508642 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:44:45.008625 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:44:45.508908 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:46.009938 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:46.511052 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:47.010069 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:47.506979 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:44:48.008401 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:48.511815 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:49.011070 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:49.507004 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:44:50.008771 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:50.528868 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 17 milliseconds
I0615 01:44:51.008242 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:51.515723 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 8 milliseconds
I0615 01:44:52.008201 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:52.509217 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:53.015512 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 7 milliseconds
I0615 01:44:53.508862 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:54.009855 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:54.509593 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:55.016242 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:44:55.508543 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:44:56.008984 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:56.520649 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 9 milliseconds
I0615 01:44:57.008819 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:44:57.511531 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:44:58.010541 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:44:58.507681 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:44:59.007979 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:44:59.510228 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:00.010603 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:00.509253 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:01.012563 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 5 milliseconds
I0615 01:45:01.509555 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:02.010105 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:45:02.513099 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:45:03.007704 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:45:03.517594 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 7 milliseconds
I0615 01:45:04.007965 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:04.510873 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:05.011873 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:45:05.510810 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:45:06.025611 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 17 milliseconds
I0615 01:45:06.510536 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:07.012588 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 4 milliseconds
I0615 01:45:07.512542 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:45:08.011779 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:45:08.511737 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 4 milliseconds
I0615 01:45:09.007626 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:09.509085 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:45:10.008711 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:45:10.510744 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:45:11.012505 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:45:11.511610 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:45:12.015350 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:45:12.516841 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:45:13.009403 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:13.513605 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 4 milliseconds
I0615 01:45:14.011242 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:45:14.509234 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:15.009377 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:45:15.524722 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 14 milliseconds
I0615 01:45:16.011322 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:45:16.518738 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:45:17.009024 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:45:17.509820 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:45:18.019349 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 9 milliseconds
I0615 01:45:18.513669 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:45:19.015020 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:45:19.510099 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:20.012680 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:45:20.523025 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 14 milliseconds
I0615 01:45:21.011164 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:21.509626 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:45:22.013419 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:45:22.510884 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:45:23.012040 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:23.509513 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:24.008869 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:45:24.512188 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:45:25.012617 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:45:25.509425 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:26.011142 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:45:26.512332 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:45:27.012853 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:45:27.509275 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:45:28.030338 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 17 milliseconds
I0615 01:45:28.510971 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:45:29.010537 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:45:29.511129 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:30.013664 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:45:30.511864 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:31.009178 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:45:31.511849 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:45:32.011883 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:32.511088 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:33.011412 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:45:33.510507 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:34.015816 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 6 milliseconds
I0615 01:45:34.518075 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 8 milliseconds
I0615 01:45:35.013616 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:45:35.509539 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:36.012741 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:36.510162 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:45:37.014620 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 5 milliseconds
I0615 01:45:37.511299 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:38.030575 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 19 milliseconds
I0615 01:45:38.509348 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:39.012667 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:39.508016 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:45:40.013717 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:45:40.519710 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 10 milliseconds
I0615 01:45:41.010899 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:41.511852 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:45:42.008548 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:42.511128 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:45:43.009538 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:43.510067 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:44.015603 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 6 milliseconds
I0615 01:45:44.508420 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:45.010612 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:45:45.508160 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:45:46.012367 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:45:46.511189 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:47.026756 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 16 milliseconds
I0615 01:45:47.507878 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:45:48.011847 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:45:48.507660 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:45:49.013621 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 5 milliseconds
I0615 01:45:49.509132 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:45:50.011153 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:50.520524 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 12 milliseconds
I0615 01:45:51.010283 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:51.508718 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:45:52.010564 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:52.507969 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:45:53.011378 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:45:53.509899 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:45:54.028676 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 18 milliseconds
I0615 01:45:54.513430 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:45:55.013831 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 5 milliseconds
I0615 01:45:55.511420 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:45:56.016504 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 6 milliseconds
I0615 01:45:56.513623 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 4 milliseconds
I0615 01:45:57.011801 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:57.527168 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 18 milliseconds
I0615 01:45:58.009623 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:45:58.509659 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:45:59.011696 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:45:59.532540 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 23 milliseconds
I0615 01:46:00.021354 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:46:00.510991 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:46:01.012012 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:46:01.508630 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:46:02.012960 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:46:02.508372 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:46:03.011429 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:46:03.509165 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:46:04.011048 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:04.510598 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:46:05.012107 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:46:05.509757 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:06.009304 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:46:06.508896 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:46:07.011618 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:46:07.511201 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:46:08.008801 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:08.508282 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:46:09.008172 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:46:09.511509 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:46:10.013144 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 4 milliseconds
I0615 01:46:10.509964 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:11.011951 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:46:11.511068 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:46:12.010033 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:12.511728 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:46:13.010216 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:46:13.512841 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:46:14.011572 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:14.508734 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:46:15.012589 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:46:15.511304 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:46:16.010635 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:46:16.511216 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:46:17.011100 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:17.510990 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:46:18.017564 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 4 milliseconds
I0615 01:46:18.510654 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:46:19.009212 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:19.512182 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 4 milliseconds
I0615 01:46:20.009203 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:20.512712 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 4 milliseconds
I0615 01:46:21.010209 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:21.514126 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:46:22.011258 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:46:22.523160 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 11 milliseconds
I0615 01:46:23.009991 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:23.511271 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:24.009130 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:46:24.511205 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:46:25.016961 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 5 milliseconds
I0615 01:46:25.511522 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:26.010225 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:26.509314 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:46:27.011285 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:46:27.511156 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:46:28.013020 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:28.509833 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:46:29.012012 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:46:29.511769 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:30.010824 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:46:30.512243 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:46:31.010324 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:46:31.512760 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:46:32.009794 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:32.511514 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:46:33.010124 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:46:33.512931 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:46:34.011852 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:46:34.512246 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:46:35.013133 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:46:35.510925 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:46:36.011109 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:46:36.510847 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:37.009481 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:37.512924 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:38.011102 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:38.509241 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:46:39.012074 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:46:39.508531 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:46:40.008816 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:40.511114 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:46:41.009107 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:41.509712 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:42.010824 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:42.516954 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:43.008600 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:46:43.510034 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:44.007645 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:44.508825 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:46:45.008992 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:45.510406 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:46.008637 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:46:46.509754 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:47.008043 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:47.525715 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 19 milliseconds
I0615 01:46:48.011482 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:46:48.507245 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:49.011129 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:46:49.508117 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:50.010617 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:46:50.506658 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:46:51.008599 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:51.511084 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:52.011622 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:46:52.509906 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:46:53.009925 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:46:53.508520 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:46:54.022974 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 16 milliseconds
I0615 01:46:54.515586 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 6 milliseconds
I0615 01:46:55.012939 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 5 milliseconds
I0615 01:46:55.509283 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:56.010951 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:46:56.508318 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:57.009497 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:57.509477 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:58.008915 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:46:58.511067 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:46:59.024362 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 17 milliseconds
I0615 01:46:59.511682 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:47:00.010662 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:00.511631 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:47:01.013664 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:47:01.508756 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:02.010130 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:02.514754 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:47:03.011004 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:47:03.509941 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:47:04.007933 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:04.508010 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:47:05.009329 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:47:05.510518 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:47:06.008859 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:47:06.511317 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:07.009666 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:07.509718 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:47:08.012859 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:47:08.508954 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:47:09.015787 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 5 milliseconds
I0615 01:47:09.506677 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:10.006424 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:47:10.509216 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:11.006989 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:47:11.505691 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:47:12.013586 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:47:12.511012 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 6 milliseconds
I0615 01:47:13.019938 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 15 milliseconds
I0615 01:47:13.509616 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 4 milliseconds
I0615 01:47:14.009676 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:47:14.508020 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:47:15.018370 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 13 milliseconds
I0615 01:47:15.508476 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:16.020596 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 14 milliseconds
I0615 01:47:16.510423 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:47:17.011070 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 4 milliseconds
I0615 01:47:17.506096 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:47:18.006547 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:18.506921 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:47:19.007709 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:19.507402 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:20.006911 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:20.507588 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:47:21.012431 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 5 milliseconds
I0615 01:47:21.508808 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 4 milliseconds
I0615 01:47:22.006661 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:22.508935 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:47:23.007728 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:47:23.505730 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:47:24.012427 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 5 milliseconds
I0615 01:47:24.504898 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:47:25.007220 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:25.507208 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:26.006732 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:26.506715 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:27.009632 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:47:27.506841 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:28.010369 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:47:28.506824 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:29.023472 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 16 milliseconds
I0615 01:47:29.505662 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:47:30.010884 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 4 milliseconds
I0615 01:47:30.507461 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:47:31.011382 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:47:31.506514 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:47:32.012366 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 5 milliseconds
I0615 01:47:32.506201 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:47:33.010138 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 4 milliseconds
I0615 01:47:33.505854 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:34.008531 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:47:34.505984 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:35.013864 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 6 milliseconds
I0615 01:47:35.512338 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 6 milliseconds
I0615 01:47:36.005215 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:36.507366 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:47:37.013584 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 5 milliseconds
I0615 01:47:37.509569 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 4 milliseconds
I0615 01:47:38.009900 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:47:38.509619 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:47:39.006591 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:39.510400 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 5 milliseconds
I0615 01:47:40.008281 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:47:40.506300 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:41.005972 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:47:41.509497 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:47:42.007349 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:42.506125 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:43.011757 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 6 milliseconds
I0615 01:47:43.505252 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:44.008521 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:44.505230 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:47:45.005595 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:45.507508 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:47:46.007338 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:46.507054 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:47:47.005934 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:47.507260 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:47:48.006650 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:47:48.507401 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:49.007018 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:47:49.506392 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:50.007412 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0615 01:47:50.504619 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:47:51.010532 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0615 01:47:51.504631 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:47:52.006312 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:47:52.504582 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:47:53.011515 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 6 milliseconds
I0615 01:47:53.505300 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0615 01:47:54.008319 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 2 milliseconds
I0615 01:47:54.010448 131 round_trippers.go:553] GET https://astria-dev-cluster-control-plane:6443/healthz?timeout=10s in 1 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'
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:112
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:112
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: Recipe `create-control-plane` failed on line 5 with exit code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment