Skip to content

Instantly share code, notes, and snippets.

@jerrinsg
Created May 17, 2023 19:59
Show Gist options
  • Save jerrinsg/578fa112c232a72360367300be563901 to your computer and use it in GitHub Desktop.
Save jerrinsg/578fa112c232a72360367300be563901 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
$ python3 sieve.py -c examples/kapp-controller -w create -m learn --build-oracle
Running Sieve with mode: learn...
Sieve result dir: sieve_learn_results/kapp-controller/create/learn
Config for learn mode: sieve_learn_results/kapp-controller/create/learn/learn.yaml
Deleting cluster "kind" ...
Trying to create kind cluster
Creating cluster "kind" ...
✓ Ensuring node image (ghcr.io/sieve-project/action/node:v1.24.10-learn) 🖼
✓ Preparing nodes 📦 📦 📦
✓ Writing configuration 📜
✗ Starting control-plane 🕹️
ERROR: failed to create cluster: failed to init node with kubeadm: command "docker exec --privileged kind-control-plane kubeadm init --skip-phases=preflight --config=/kind/kubeadm.conf --skip-token-print --v=6" failed with error: exit status 1
Command Output: I0309 00:17:00.337861 217 initconfiguration.go:255] loading configuration from "/kind/kubeadm.conf"
W0309 00:17:00.343138 217 initconfiguration.go:332] [config] WARNING: Ignored YAML document with GroupVersionKind kubeadm.k8s.io/v1beta3, Kind=JoinConfiguration
I0309 00:17:00.355946 217 common.go:128] WARNING: tolerating control plane version v1.24.10-sieve-5c1d2d4295f9b4eb12bfbf6429fdf989f2ca8a02-dirty, assuming that k8s version 1.23.0 is not released yet
[init] Using Kubernetes version: v1.24.10-sieve-5c1d2d4295f9b4eb12bfbf6429fdf989f2ca8a02-dirty
[certs] Using certificateDir folder "/etc/kubernetes/pki"
I0309 00:17:00.356536 217 certs.go:112] creating a new certificate authority for ca
[certs] Generating "ca" certificate and key
I0309 00:17:00.564810 217 certs.go:522] validating certificate period for ca certificate
[certs] Generating "apiserver" certificate and key
[certs] apiserver serving cert is signed for DNS names [kind-control-plane kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local localhost] and IPs [10.96.0.1 172.20.0.4 127.0.0.1]
[certs] Generating "apiserver-kubelet-client" certificate and key
I0309 00:17:00.825684 217 certs.go:112] creating a new certificate authority for front-proxy-ca
[certs] Generating "front-proxy-ca" certificate and key
I0309 00:17:01.007527 217 certs.go:522] validating certificate period for front-proxy-ca certificate
[certs] Generating "front-proxy-client" certificate and key
I0309 00:17:01.499530 217 certs.go:112] creating a new certificate authority for etcd-ca
[certs] Generating "etcd/ca" certificate and key
I0309 00:17:01.588918 217 certs.go:522] validating certificate period for etcd/ca certificate
[certs] Generating "etcd/server" certificate and key
[certs] etcd/server serving cert is signed for DNS names [kind-control-plane localhost] and IPs [172.20.0.4 127.0.0.1 ::1]
[certs] Generating "etcd/peer" certificate and key
[certs] etcd/peer serving cert is signed for DNS names [kind-control-plane localhost] and IPs [172.20.0.4 127.0.0.1 ::1]
[certs] Generating "etcd/healthcheck-client" certificate and key
[certs] Generating "apiserver-etcd-client" certificate and key
I0309 00:17:02.969069 217 certs.go:78] creating new public/private key files for signing service account users
[certs] Generating "sa" key and public key
[kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0309 00:17:03.153900 217 kubeconfig.go:103] creating kubeconfig file for admin.conf
[kubeconfig] Writing "admin.conf" kubeconfig file
I0309 00:17:03.306564 217 kubeconfig.go:103] creating kubeconfig file for kubelet.conf
[kubeconfig] Writing "kubelet.conf" kubeconfig file
I0309 00:17:03.461952 217 kubeconfig.go:103] creating kubeconfig file for controller-manager.conf
[kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0309 00:17:03.813785 217 kubeconfig.go:103] creating kubeconfig file for scheduler.conf
[kubeconfig] Writing "scheduler.conf" kubeconfig file
I0309 00:17:04.085174 217 kubelet.go:65] 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"
I0309 00:17:04.364932 217 manifests.go:99] [control-plane] getting StaticPodSpecs
I0309 00:17:04.365533 217 certs.go:522] validating certificate period for CA certificate
I0309 00:17:04.365663 217 manifests.go:125] [control-plane] adding volume "ca-certs" for component "kube-apiserver"
I0309 00:17:04.365674 217 manifests.go:125] [control-plane] adding volume "etc-ca-certificates" for component "kube-apiserver"
I0309 00:17:04.365679 217 manifests.go:125] [control-plane] adding volume "k8s-certs" for component "kube-apiserver"
I0309 00:17:04.365687 217 manifests.go:125] [control-plane] adding volume "usr-local-share-ca-certificates" for component "kube-apiserver"
I0309 00:17:04.365693 217 manifests.go:125] [control-plane] adding volume "usr-share-ca-certificates" for component "kube-apiserver"
I0309 00:17:04.368523 217 manifests.go:154] [control-plane] wrote static Pod manifest for component "kube-apiserver" to "/etc/kubernetes/manifests/kube-apiserver.yaml"
I0309 00:17:04.368544 217 manifests.go:99] [control-plane] getting StaticPodSpecs
I0309 00:17:04.368845 217 manifests.go:125] [control-plane] adding volume "ca-certs" for component "kube-controller-manager"
I0309 00:17:04.368855 217 manifests.go:125] [control-plane] adding volume "etc-ca-certificates" for component "kube-controller-manager"
I0309 00:17:04.368861 217 manifests.go:125] [control-plane] adding volume "flexvolume-dir" for component "kube-controller-manager"
I0309 00:17:04.368866 217 manifests.go:125] [control-plane] adding volume "k8s-certs" for component "kube-controller-manager"
I0309 00:17:04.368872 217 manifests.go:125] [control-plane] adding volume "kubeconfig" for component "kube-controller-manager"
I0309 00:17:04.368877 217 manifests.go:125] [control-plane] adding volume "usr-local-share-ca-certificates" for component "kube-controller-manager"
I0309 00:17:04.368882 217 manifests.go:125] [control-plane] adding volume "usr-share-ca-certificates" for component "kube-controller-manager"
[control-plane] Creating static Pod manifest for "kube-controller-manager"
[control-plane] Creating static Pod manifest for "kube-scheduler"
I0309 00:17:04.369976 217 manifests.go:154] [control-plane] wrote static Pod manifest for component "kube-controller-manager" to "/etc/kubernetes/manifests/kube-controller-manager.yaml"
I0309 00:17:04.370046 217 manifests.go:99] [control-plane] getting StaticPodSpecs
I0309 00:17:04.370534 217 manifests.go:125] [control-plane] adding volume "kubeconfig" for component "kube-scheduler"
I0309 00:17:04.371248 217 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"
I0309 00:17:04.372625 217 local.go:65] [etcd] wrote Static Pod manifest for a local etcd member to "/etc/kubernetes/manifests/etcd.yaml"
I0309 00:17:04.372714 217 waitcontrolplane.go:83] [wait-control-plane] Waiting for the API server to be healthy
I0309 00:17:04.373586 217 loader.go:374] Config loaded from file: /etc/kubernetes/admin.conf
[wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s
I0309 00:17:04.375573 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:04.877827 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:05.377738 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:05.877787 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:06.377184 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:06.877708 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:07.377721 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:07.877603 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:08.377203 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:08.876824 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:09.376580 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:09.877372 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:10.377031 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:10.876723 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:11.377864 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:11.876975 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:12.377828 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:12.887563 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 10 milliseconds
I0309 00:17:13.377206 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:13.878601 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:14.377799 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:14.877630 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:15.377260 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:15.877122 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:16.377309 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:16.877070 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:17.378064 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:17.876776 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:18.378106 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:18.877243 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:19.377312 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:19.877518 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:20.377320 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:20.877304 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:21.377556 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:21.878267 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:22.377020 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:22.877106 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:23.377680 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:23.877510 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:24.377240 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:24.877750 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:25.377805 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:25.878462 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:26.377017 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:26.878361 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:27.377250 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:27.877314 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:28.376673 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:28.878015 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:29.376827 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:29.876859 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:30.377177 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:30.877543 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:31.377306 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:31.877140 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:32.377282 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:32.876966 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:33.376804 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:33.877582 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:34.377265 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:34.877049 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:35.376634 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:35.877529 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:36.377059 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:36.876983 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:37.377305 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:37.877298 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:38.377403 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:38.877278 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:39.376955 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:39.877914 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:40.377723 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:40.877057 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:41.376789 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:41.877301 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:42.377291 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:42.876869 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:43.377875 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:43.877694 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[kubelet-check] Initial timeout of 40s passed.
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
I0309 00:17:44.377637 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:44.877215 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:45.377077 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:45.877805 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:46.378029 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:46.877175 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:47.376789 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:47.877471 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:48.376921 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:17:48.877982 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
I0309 00:17:49.377552 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:49.877148 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:50.376755 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:50.877524 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:51.377721 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:51.877637 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:52.377247 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:52.876783 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:53.377507 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:53.877133 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:54.376883 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:54.877785 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:55.377737 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:55.877671 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:56.377762 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:56.877670 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:57.377687 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:57.877216 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:58.376852 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:58.877585 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:17:59.377600 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
I0309 00:17:59.876905 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:00.377436 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:00.876869 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:01.376551 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:01.877992 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:02.376574 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:02.877829 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:03.377749 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:03.877582 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:04.377150 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:04.876849 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:05.376719 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:05.877427 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:06.376706 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:06.877056 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:07.377009 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:07.877680 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:08.377229 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:08.876804 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:09.377495 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:09.877790 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:10.377467 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:10.877610 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:11.377552 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:11.877493 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:12.377404 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:12.877320 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:13.377464 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:13.877179 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:14.377551 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:14.876926 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:15.377085 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:15.877753 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:16.377201 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:16.877261 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:17.377029 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:17.876948 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:18.376628 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:18.877513 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:19.377501 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
I0309 00:18:19.877295 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:20.377174 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:20.877179 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:21.377320 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:21.877529 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:22.377421 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:22.877178 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:23.377157 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:23.876680 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:24.377252 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:24.877206 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:25.377033 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:25.877063 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:26.376837 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:26.876989 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:27.377472 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:27.877242 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:28.376855 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:28.878080 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:29.377079 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:29.876889 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:30.377180 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:30.877169 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:31.377224 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:31.877207 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:32.377043 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:32.876943 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:33.378173 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:33.877296 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:34.377212 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:34.877333 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:35.376937 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:35.877908 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:36.379206 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:36.877445 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:37.377200 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:37.876677 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:38.377712 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:38.877963 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:39.376973 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:39.877140 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:40.377254 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:40.877689 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:41.377773 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:41.878135 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:42.377049 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:42.878769 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:43.379004 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:43.878496 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:44.377370 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:44.877471 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:45.377379 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:45.877430 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:46.377665 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:46.877454 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:47.377357 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:47.877263 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:48.377086 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:48.878671 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:49.377624 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:49.877457 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:50.377182 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:50.877470 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:51.377727 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:51.877601 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:52.377384 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:52.877457 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:53.377257 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:53.877248 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:54.377147 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:54.877291 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:55.377209 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:55.878343 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:56.377398 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:56.877458 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:57.376953 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:57.877078 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:58.378166 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:18:58.877305 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:18:59.377386 217 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
Unfortunately, an error has occurred:
timed out waiting for the condition
This error is likely caused by:
- The kubelet is not running
- The kubelet is unhealthy due to a misconfiguration of the node in some way (required cgroups disabled)
If you are on a systemd-powered system, you can try to troubleshoot the error with the following commands:
- 'systemctl status kubelet'
- 'journalctl -xeu kubelet'
Additionally, a control plane component may have crashed or exited when started by the container runtime.
To troubleshoot, list all containers using your preferred container runtimes CLI.
Here is one example how you may list all running Kubernetes containers by using crictl:
- 'crictl --runtime-endpoint unix:///run/containerd/containerd.sock ps -a | grep kube | grep -v pause'
Once you have found the failing container, you can inspect its logs with:
- 'crictl --runtime-endpoint unix:///run/containerd/containerd.sock logs CONTAINERID'
couldn't initialize a Kubernetes cluster
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/init.runWaitControlPlanePhase
cmd/kubeadm/app/cmd/phases/init/waitcontrolplane.go:108
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run.func1
cmd/kubeadm/app/cmd/phases/workflow/runner.go:234
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).visitAll
cmd/kubeadm/app/cmd/phases/workflow/runner.go:421
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run
cmd/kubeadm/app/cmd/phases/workflow/runner.go:207
k8s.io/kubernetes/cmd/kubeadm/app/cmd.newCmdInit.func1
cmd/kubeadm/app/cmd/init.go:154
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).execute
vendor/github.com/spf13/cobra/command.go:856
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).ExecuteC
vendor/github.com/spf13/cobra/command.go:974
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).Execute
vendor/github.com/spf13/cobra/command.go:902
k8s.io/kubernetes/cmd/kubeadm/app.Run
cmd/kubeadm/app/kubeadm.go:50
main.main
cmd/kubeadm/kubeadm.go:25
runtime.main
/usr/local/go/src/runtime/proc.go:250
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1594
error execution phase wait-control-plane
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run.func1
cmd/kubeadm/app/cmd/phases/workflow/runner.go:235
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).visitAll
cmd/kubeadm/app/cmd/phases/workflow/runner.go:421
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run
cmd/kubeadm/app/cmd/phases/workflow/runner.go:207
k8s.io/kubernetes/cmd/kubeadm/app/cmd.newCmdInit.func1
cmd/kubeadm/app/cmd/init.go:154
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).execute
vendor/github.com/spf13/cobra/command.go:856
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).ExecuteC
vendor/github.com/spf13/cobra/command.go:974
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).Execute
vendor/github.com/spf13/cobra/command.go:902
k8s.io/kubernetes/cmd/kubeadm/app.Run
cmd/kubeadm/app/kubeadm.go:50
main.main
cmd/kubeadm/kubeadm.go:25
runtime.main
/usr/local/go/src/runtime/proc.go:250
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1594
[FAIL] kind create cluster --image ghcr.io/sieve-project/action/node:v1.24.10-learn --config kind_configs/kind-1a-2w.yaml
Traceback (most recent call last):
File "/Users/jshajigeorge/work/sieve/sieve.py", line 264, in setup_kind_cluster
os_system(
File "/Users/jshajigeorge/work/sieve/sieve_common/common.py", line 181, in os_system
raise Exception(
Exception: Failed to execute kind create cluster --image ghcr.io/sieve-project/action/node:v1.24.10-learn --config kind_configs/kind-1a-2w.yaml with return code 1
Deleting cluster "kind" ...
Retrying to create kind cluster; retry count 1
Creating cluster "kind" ...
✓ Ensuring node image (ghcr.io/sieve-project/action/node:v1.24.10-learn) 🖼
✓ Preparing nodes 📦 📦 📦
✓ Writing configuration 📜
✗ Starting control-plane 🕹️
ERROR: failed to create cluster: failed to init node with kubeadm: command "docker exec --privileged kind-control-plane kubeadm init --skip-phases=preflight --config=/kind/kubeadm.conf --skip-token-print --v=6" failed with error: exit status 1
Command Output: I0309 00:19:20.116462 221 initconfiguration.go:255] loading configuration from "/kind/kubeadm.conf"
W0309 00:19:20.118309 221 initconfiguration.go:332] [config] WARNING: Ignored YAML document with GroupVersionKind kubeadm.k8s.io/v1beta3, Kind=JoinConfiguration
I0309 00:19:20.125898 221 common.go:128] WARNING: tolerating control plane version v1.24.10-sieve-5c1d2d4295f9b4eb12bfbf6429fdf989f2ca8a02-dirty, assuming that k8s version 1.23.0 is not released yet
[init] Using Kubernetes version: v1.24.10-sieve-5c1d2d4295f9b4eb12bfbf6429fdf989f2ca8a02-dirty
[certs] Using certificateDir folder "/etc/kubernetes/pki"
I0309 00:19:20.126270 221 certs.go:112] creating a new certificate authority for ca
[certs] Generating "ca" certificate and key
I0309 00:19:20.599230 221 certs.go:522] validating certificate period for ca certificate
[certs] Generating "apiserver" certificate and key
[certs] apiserver serving cert is signed for DNS names [kind-control-plane kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local localhost] and IPs [10.96.0.1 172.20.0.4 127.0.0.1]
[certs] Generating "apiserver-kubelet-client" certificate and key
I0309 00:19:20.942164 221 certs.go:112] creating a new certificate authority for front-proxy-ca
[certs] Generating "front-proxy-ca" certificate and key
I0309 00:19:21.358096 221 certs.go:522] validating certificate period for front-proxy-ca certificate
[certs] Generating "front-proxy-client" certificate and key
I0309 00:19:21.623231 221 certs.go:112] creating a new certificate authority for etcd-ca
[certs] Generating "etcd/ca" certificate and key
I0309 00:19:21.905002 221 certs.go:522] validating certificate period for etcd/ca certificate
[certs] Generating "etcd/server" certificate and key
[certs] etcd/server serving cert is signed for DNS names [kind-control-plane localhost] and IPs [172.20.0.4 127.0.0.1 ::1]
[certs] Generating "etcd/peer" certificate and key
[certs] etcd/peer serving cert is signed for DNS names [kind-control-plane localhost] and IPs [172.20.0.4 127.0.0.1 ::1]
[certs] Generating "etcd/healthcheck-client" certificate and key
[certs] Generating "apiserver-etcd-client" certificate and key
I0309 00:19:22.542821 221 certs.go:78] creating new public/private key files for signing service account users
[certs] Generating "sa" key and public key
[kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0309 00:19:22.765830 221 kubeconfig.go:103] creating kubeconfig file for admin.conf
[kubeconfig] Writing "admin.conf" kubeconfig file
I0309 00:19:23.105067 221 kubeconfig.go:103] creating kubeconfig file for kubelet.conf
[kubeconfig] Writing "kubelet.conf" kubeconfig file
I0309 00:19:23.400264 221 kubeconfig.go:103] creating kubeconfig file for controller-manager.conf
[kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0309 00:19:23.581255 221 kubeconfig.go:103] creating kubeconfig file for scheduler.conf
[kubeconfig] Writing "scheduler.conf" kubeconfig file
I0309 00:19:23.787271 221 kubelet.go:65] 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"
I0309 00:19:23.976761 221 manifests.go:99] [control-plane] getting StaticPodSpecs
I0309 00:19:23.977015 221 certs.go:522] validating certificate period for CA certificate
I0309 00:19:23.977138 221 manifests.go:125] [control-plane] adding volume "ca-certs" for component "kube-apiserver"
I0309 00:19:23.977147 221 manifests.go:125] [control-plane] adding volume "etc-ca-certificates" for component "kube-apiserver"
I0309 00:19:23.977153 221 manifests.go:125] [control-plane] adding volume "k8s-certs" for component "kube-apiserver"
I0309 00:19:23.977158 221 manifests.go:125] [control-plane] adding volume "usr-local-share-ca-certificates" for component "kube-apiserver"
I0309 00:19:23.977164 221 manifests.go:125] [control-plane] adding volume "usr-share-ca-certificates" for component "kube-apiserver"
I0309 00:19:23.981200 221 manifests.go:154] [control-plane] wrote static Pod manifest for component "kube-apiserver" to "/etc/kubernetes/manifests/kube-apiserver.yaml"
I0309 00:19:23.981264 221 manifests.go:99] [control-plane] getting StaticPodSpecs
[control-plane] Creating static Pod manifest for "kube-controller-manager"
I0309 00:19:23.981578 221 manifests.go:125] [control-plane] adding volume "ca-certs" for component "kube-controller-manager"
I0309 00:19:23.981628 221 manifests.go:125] [control-plane] adding volume "etc-ca-certificates" for component "kube-controller-manager"
I0309 00:19:23.981707 221 manifests.go:125] [control-plane] adding volume "flexvolume-dir" for component "kube-controller-manager"
I0309 00:19:23.981740 221 manifests.go:125] [control-plane] adding volume "k8s-certs" for component "kube-controller-manager"
I0309 00:19:23.981828 221 manifests.go:125] [control-plane] adding volume "kubeconfig" for component "kube-controller-manager"
I0309 00:19:23.981839 221 manifests.go:125] [control-plane] adding volume "usr-local-share-ca-certificates" for component "kube-controller-manager"
I0309 00:19:23.981845 221 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"
I0309 00:19:23.982775 221 manifests.go:154] [control-plane] wrote static Pod manifest for component "kube-controller-manager" to "/etc/kubernetes/manifests/kube-controller-manager.yaml"
I0309 00:19:23.982829 221 manifests.go:99] [control-plane] getting StaticPodSpecs
I0309 00:19:23.983070 221 manifests.go:125] [control-plane] adding volume "kubeconfig" for component "kube-scheduler"
I0309 00:19:23.983601 221 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"
I0309 00:19:23.984368 221 local.go:65] [etcd] wrote Static Pod manifest for a local etcd member to "/etc/kubernetes/manifests/etcd.yaml"
I0309 00:19:23.984428 221 waitcontrolplane.go:83] [wait-control-plane] Waiting for the API server to be healthy
I0309 00:19:23.985100 221 loader.go:374] Config loaded from file: /etc/kubernetes/admin.conf
[wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s
I0309 00:19:23.986705 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:24.488915 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:24.989250 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:25.488633 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:25.988172 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:26.488334 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:26.988070 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:27.488598 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:27.988299 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:28.487913 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:28.988180 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:29.488066 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:29.989321 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:30.488332 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:30.988710 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:31.488396 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:31.987830 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:32.488295 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:32.988880 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:33.488429 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:33.988180 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:34.488811 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:34.988426 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:35.488402 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:35.988895 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:36.488709 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:36.988440 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:37.488079 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:37.989007 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:38.488745 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:38.989078 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:39.489197 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:39.988818 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:40.489106 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:40.988986 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:41.488237 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:41.988327 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:42.488464 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:42.988672 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:43.488258 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:43.987825 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:44.487929 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:44.989442 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:45.489056 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:45.988646 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:46.488048 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:46.989377 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:47.488169 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:47.989080 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:48.488692 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:48.989250 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:49.488322 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:49.988403 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:50.488172 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:50.988653 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:51.489402 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:51.988661 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:52.488271 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:52.988536 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:53.488112 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:53.988319 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:54.488252 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:54.988407 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:55.488332 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:55.987821 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:56.489082 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:56.988349 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:57.488292 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:57.988698 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:58.488028 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:58.988968 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:19:59.488103 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:19:59.988760 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:00.488477 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:00.988965 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:01.488713 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:01.987856 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:02.487709 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:02.988741 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:03.488160 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[kubelet-check] Initial timeout of 40s passed.
I0309 00:20:03.987946 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
I0309 00:20:04.488439 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:04.988127 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:05.488188 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:05.987871 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:06.489678 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:06.988005 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:07.487945 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:07.988895 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:08.488873 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
I0309 00:20:08.988785 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:09.489735 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:09.988429 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:10.488866 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:10.988372 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:11.488814 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:11.988108 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:12.488326 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:12.988088 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:13.488897 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:13.988785 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:14.488176 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:14.988565 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:15.487861 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:15.988723 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:16.488345 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:16.988671 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:17.488440 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:17.989237 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:18.488784 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:18.988296 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
I0309 00:20:19.488525 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:19.988975 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:20.488747 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:20.988283 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:21.488730 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:21.988737 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:22.488938 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:22.989333 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:23.487560 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:23.988224 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:24.488233 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:24.988937 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:25.488790 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:25.988024 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:26.488900 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:26.987886 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:27.489018 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:27.990116 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:28.488750 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:28.988698 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:29.488302 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:29.988536 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:30.487702 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:30.988561 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:31.488375 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:31.988554 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:32.488518 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:32.988475 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:33.488007 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:33.989085 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:34.488551 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:34.988436 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:35.488543 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:35.988197 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:36.488140 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:36.988587 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:37.487982 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:37.988946 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:38.488463 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:38.988608 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
I0309 00:20:39.489189 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:39.988350 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:40.488520 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:40.988084 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:41.489265 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:41.989001 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:42.489274 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:42.988603 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:43.488943 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:43.988792 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:44.488607 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:44.988226 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:45.488519 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:45.988266 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:46.488870 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:46.988309 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:47.488958 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:47.988989 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:48.488633 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:48.988352 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:49.488330 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:49.988787 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:50.488797 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:50.988397 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:51.488953 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:51.988826 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:52.488891 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:52.988652 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:53.488121 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:53.989554 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:54.488423 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:54.988800 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:55.488558 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:55.988004 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:56.489077 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:56.989460 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:57.487979 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:57.988267 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:20:58.489019 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:58.989190 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:59.489208 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:20:59.988251 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:21:00.488446 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:21:00.988116 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:01.489211 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:21:01.988099 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:02.488388 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:21:02.988581 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:21:03.488409 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:03.988266 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:04.488392 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:04.988443 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:21:05.488855 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:21:05.988379 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:06.488673 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:21:06.988283 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:07.489122 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:21:07.988298 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:21:08.488813 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:08.988543 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:09.488772 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:21:09.988718 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:21:10.488557 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:21:10.988179 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:11.489629 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:21:11.988312 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:12.488290 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:21:12.988012 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:13.488841 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:13.988521 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:14.488132 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:14.988247 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:21:15.488915 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:15.988133 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:16.489337 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:16.988057 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:17.488900 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:17.988435 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:18.488597 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:18.988309 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
Unfortunately, an error has occurred:
timed out waiting for the condition
This error is likely caused by:
- The kubelet is not running
- The kubelet is unhealthy due to a misconfiguration of the node in some way (required cgroups disabled)
If you are on a systemd-powered system, you can try to troubleshoot the error with the following commands:
- 'systemctl status kubelet'
- 'journalctl -xeu kubelet'
Additionally, a control plane component may have crashed or exited when started by the container runtime.
To troubleshoot, list all containers using your preferred container runtimes CLI.
Here is one example how you may list all running Kubernetes containers by using crictl:
- 'crictl --runtime-endpoint unix:///run/containerd/containerd.sock ps -a | grep kube | grep -v pause'
Once you have found the failing container, you can inspect its logs with:
- 'crictl --runtime-endpoint unix:///run/containerd/containerd.sock logs CONTAINERID'
couldn't initialize a Kubernetes cluster
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/init.runWaitControlPlanePhase
cmd/kubeadm/app/cmd/phases/init/waitcontrolplane.go:108
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run.func1
cmd/kubeadm/app/cmd/phases/workflow/runner.go:234
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).visitAll
cmd/kubeadm/app/cmd/phases/workflow/runner.go:421
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run
cmd/kubeadm/app/cmd/phases/workflow/runner.go:207
k8s.io/kubernetes/cmd/kubeadm/app/cmd.newCmdInit.func1
cmd/kubeadm/app/cmd/init.go:154
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).execute
vendor/github.com/spf13/cobra/command.go:856
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).ExecuteC
vendor/github.com/spf13/cobra/command.go:974
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).Execute
vendor/github.com/spf13/cobra/command.go:902
k8s.io/kubernetes/cmd/kubeadm/app.Run
cmd/kubeadm/app/kubeadm.go:50
main.main
cmd/kubeadm/kubeadm.go:25
runtime.main
/usr/local/go/src/runtime/proc.go:250
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1594
error execution phase wait-control-plane
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run.func1
cmd/kubeadm/app/cmd/phases/workflow/runner.go:235
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).visitAll
cmd/kubeadm/app/cmd/phases/workflow/runner.go:421
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run
cmd/kubeadm/app/cmd/phases/workflow/runner.go:207
k8s.io/kubernetes/cmd/kubeadm/app/cmd.newCmdInit.func1
cmd/kubeadm/app/cmd/init.go:154
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).execute
vendor/github.com/spf13/cobra/command.go:856
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).ExecuteC
vendor/github.com/spf13/cobra/command.go:974
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).Execute
vendor/github.com/spf13/cobra/command.go:902
k8s.io/kubernetes/cmd/kubeadm/app.Run
cmd/kubeadm/app/kubeadm.go:50
main.main
cmd/kubeadm/kubeadm.go:25
runtime.main
/usr/local/go/src/runtime/proc.go:250
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1594
[FAIL] kind create cluster --image ghcr.io/sieve-project/action/node:v1.24.10-learn --config kind_configs/kind-1a-2w.yaml
Traceback (most recent call last):
File "/Users/jshajigeorge/work/sieve/sieve.py", line 264, in setup_kind_cluster
os_system(
File "/Users/jshajigeorge/work/sieve/sieve_common/common.py", line 181, in os_system
raise Exception(
Exception: Failed to execute kind create cluster --image ghcr.io/sieve-project/action/node:v1.24.10-learn --config kind_configs/kind-1a-2w.yaml with return code 1
Deleting cluster "kind" ...
Retrying to create kind cluster; retry count 2
Creating cluster "kind" ...
✓ Ensuring node image (ghcr.io/sieve-project/action/node:v1.24.10-learn) 🖼
✓ Preparing nodes 📦 📦 📦
✓ Writing configuration 📜
✗ Starting control-plane 🕹️
ERROR: failed to create cluster: failed to init node with kubeadm: command "docker exec --privileged kind-control-plane kubeadm init --skip-phases=preflight --config=/kind/kubeadm.conf --skip-token-print --v=6" failed with error: exit status 1
Command Output: I0309 00:21:49.074895 220 initconfiguration.go:255] loading configuration from "/kind/kubeadm.conf"
W0309 00:21:49.076875 220 initconfiguration.go:332] [config] WARNING: Ignored YAML document with GroupVersionKind kubeadm.k8s.io/v1beta3, Kind=JoinConfiguration
I0309 00:21:49.084630 220 common.go:128] WARNING: tolerating control plane version v1.24.10-sieve-5c1d2d4295f9b4eb12bfbf6429fdf989f2ca8a02-dirty, assuming that k8s version 1.23.0 is not released yet
I0309 00:21:49.085000 220 certs.go:112] creating a new certificate authority for ca
[init] Using Kubernetes version: v1.24.10-sieve-5c1d2d4295f9b4eb12bfbf6429fdf989f2ca8a02-dirty
[certs] Using certificateDir folder "/etc/kubernetes/pki"
[certs] Generating "ca" certificate and key
I0309 00:21:49.239305 220 certs.go:522] validating certificate period for ca certificate
[certs] Generating "apiserver" certificate and key
[certs] apiserver serving cert is signed for DNS names [kind-control-plane kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local localhost] and IPs [10.96.0.1 172.20.0.4 127.0.0.1]
[certs] Generating "apiserver-kubelet-client" certificate and key
I0309 00:21:49.547182 220 certs.go:112] creating a new certificate authority for front-proxy-ca
[certs] Generating "front-proxy-ca" certificate and key
I0309 00:21:49.712141 220 certs.go:522] validating certificate period for front-proxy-ca certificate
[certs] Generating "front-proxy-client" certificate and key
I0309 00:21:49.848921 220 certs.go:112] creating a new certificate authority for etcd-ca
[certs] Generating "etcd/ca" certificate and key
I0309 00:21:50.006093 220 certs.go:522] validating certificate period for etcd/ca certificate
[certs] Generating "etcd/server" certificate and key
[certs] etcd/server serving cert is signed for DNS names [kind-control-plane localhost] and IPs [172.20.0.4 127.0.0.1 ::1]
[certs] Generating "etcd/peer" certificate and key
[certs] etcd/peer serving cert is signed for DNS names [kind-control-plane localhost] and IPs [172.20.0.4 127.0.0.1 ::1]
[certs] Generating "etcd/healthcheck-client" certificate and key
[certs] Generating "apiserver-etcd-client" certificate and key
I0309 00:21:50.589244 220 certs.go:78] creating new public/private key files for signing service account users
[certs] Generating "sa" key and public key
[kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0309 00:21:50.679637 220 kubeconfig.go:103] creating kubeconfig file for admin.conf
[kubeconfig] Writing "admin.conf" kubeconfig file
I0309 00:21:50.748239 220 kubeconfig.go:103] creating kubeconfig file for kubelet.conf
[kubeconfig] Writing "kubelet.conf" kubeconfig file
I0309 00:21:50.911430 220 kubeconfig.go:103] creating kubeconfig file for controller-manager.conf
[kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0309 00:21:51.316119 220 kubeconfig.go:103] creating kubeconfig file for scheduler.conf
[kubeconfig] Writing "scheduler.conf" kubeconfig file
I0309 00:21:51.562751 220 kubelet.go:65] 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"
I0309 00:21:51.758540 220 manifests.go:99] [control-plane] getting StaticPodSpecs
I0309 00:21:51.758842 220 certs.go:522] validating certificate period for CA certificate
I0309 00:21:51.759037 220 manifests.go:125] [control-plane] adding volume "ca-certs" for component "kube-apiserver"
I0309 00:21:51.759134 220 manifests.go:125] [control-plane] adding volume "etc-ca-certificates" for component "kube-apiserver"
I0309 00:21:51.759147 220 manifests.go:125] [control-plane] adding volume "k8s-certs" for component "kube-apiserver"
I0309 00:21:51.759153 220 manifests.go:125] [control-plane] adding volume "usr-local-share-ca-certificates" for component "kube-apiserver"
I0309 00:21:51.759159 220 manifests.go:125] [control-plane] adding volume "usr-share-ca-certificates" for component "kube-apiserver"
I0309 00:21:51.763324 220 manifests.go:154] [control-plane] wrote static Pod manifest for component "kube-apiserver" to "/etc/kubernetes/manifests/kube-apiserver.yaml"
I0309 00:21:51.763387 220 manifests.go:99] [control-plane] getting StaticPodSpecs
I0309 00:21:51.763614 220 manifests.go:125] [control-plane] adding volume "ca-certs" for component "kube-controller-manager"
I0309 00:21:51.763658 220 manifests.go:125] [control-plane] adding volume "etc-ca-certificates" for component "kube-controller-manager"
I0309 00:21:51.763667 220 manifests.go:125] [control-plane] adding volume "flexvolume-dir" for component "kube-controller-manager"
I0309 00:21:51.763673 220 manifests.go:125] [control-plane] adding volume "k8s-certs" for component "kube-controller-manager"
I0309 00:21:51.763678 220 manifests.go:125] [control-plane] adding volume "kubeconfig" for component "kube-controller-manager"
I0309 00:21:51.763684 220 manifests.go:125] [control-plane] adding volume "usr-local-share-ca-certificates" for component "kube-controller-manager"
I0309 00:21:51.763723 220 manifests.go:125] [control-plane] adding volume "usr-share-ca-certificates" for component "kube-controller-manager"
[control-plane] Creating static Pod manifest for "kube-controller-manager"
[control-plane] Creating static Pod manifest for "kube-scheduler"
I0309 00:21:51.764486 220 manifests.go:154] [control-plane] wrote static Pod manifest for component "kube-controller-manager" to "/etc/kubernetes/manifests/kube-controller-manager.yaml"
I0309 00:21:51.764609 220 manifests.go:99] [control-plane] getting StaticPodSpecs
I0309 00:21:51.764878 220 manifests.go:125] [control-plane] adding volume "kubeconfig" for component "kube-scheduler"
I0309 00:21:51.765601 220 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"
I0309 00:21:51.766482 220 local.go:65] [etcd] wrote Static Pod manifest for a local etcd member to "/etc/kubernetes/manifests/etcd.yaml"
I0309 00:21:51.766572 220 waitcontrolplane.go:83] [wait-control-plane] Waiting for the API server to be healthy
I0309 00:21:51.767386 220 loader.go:374] Config loaded from file: /etc/kubernetes/admin.conf
[wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s
I0309 00:21:51.769260 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:52.271500 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:52.771737 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:21:53.271505 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:53.771651 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:54.270362 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:54.771330 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:55.271513 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:55.771554 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:56.270193 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:56.771556 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:57.270887 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:57.770603 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:58.270977 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:58.770669 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:59.271261 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:21:59.770908 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:00.270478 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:00.770281 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:01.270854 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:01.770465 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:02.270476 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:02.771380 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:03.271280 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:03.770858 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:04.270400 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:04.771049 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:05.270728 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:05.770397 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:06.271289 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:06.770828 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:07.271175 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:07.770523 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:08.271171 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:08.770629 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:09.271270 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:09.770774 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:10.270576 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:10.771345 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:11.270807 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:11.771509 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:12.271163 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:12.770446 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:13.271559 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:13.771568 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:14.271354 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:14.770745 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:15.271330 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:15.770762 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:16.270455 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:16.770934 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:17.271361 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:17.773961 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 3 milliseconds
I0309 00:22:18.270685 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:18.771530 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:19.271071 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:19.770492 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:20.271121 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:20.771006 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:22:21.270685 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:21.770576 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:22.270625 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:22.771390 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:23.271101 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:23.770681 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:24.271743 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:24.771281 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:25.270552 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:25.771547 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:26.271104 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:26.770895 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:27.271086 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:27.770628 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:28.271253 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:28.770571 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:29.271245 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:29.771251 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:30.271233 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:22:30.770183 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:31.270881 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[kubelet-check] Initial timeout of 40s passed.
I0309 00:22:31.770650 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
I0309 00:22:32.271273 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:32.770696 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:33.271631 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:33.771284 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:34.270712 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:34.770965 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:35.270645 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:35.771891 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:36.270735 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:36.770430 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
I0309 00:22:37.271248 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:37.770774 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:38.270598 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:38.771646 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:39.271538 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:39.770770 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:40.271501 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:40.771716 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:22:41.270437 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:41.770758 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:42.270979 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:42.770616 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:43.271531 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:43.770958 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:44.270505 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:44.771020 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:45.270816 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:45.771535 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:46.271826 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:46.770614 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
I0309 00:22:47.271413 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:47.770706 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:48.270693 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:48.771475 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:49.270795 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:49.771449 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:50.271064 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:50.770756 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:51.271729 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:51.770816 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:52.270883 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:52.770567 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:53.271403 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:53.770912 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:54.270613 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:54.771521 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:55.270837 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:55.770503 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:56.271037 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:56.771593 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:57.271233 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:57.771057 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:58.270637 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:58.771622 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:59.271620 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:22:59.771479 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:00.271098 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:00.770990 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:01.270659 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:01.771707 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:02.271330 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:02.771032 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:03.271566 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:03.771180 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:04.270785 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:04.771558 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:05.271094 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:05.770607 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:06.271273 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:06.770771 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
I0309 00:23:07.270826 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:07.771668 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:08.271552 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:08.771229 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:09.270774 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:09.770997 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:10.270734 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:10.770437 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:11.271111 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:11.770781 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:12.271213 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:12.770732 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:13.271266 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:13.770843 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:14.270970 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:14.770679 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:15.271581 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:15.771634 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:16.271322 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:16.771767 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:17.270821 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:17.770413 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:18.271155 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:23:18.770981 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:19.270816 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:23:19.771035 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:20.270845 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:20.771470 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:21.271164 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:21.770625 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:22.271353 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:22.771160 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:23:23.270844 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:23.771562 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:24.271635 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:24.771311 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:25.270549 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:25.771537 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:26.271477 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:26.771512 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:23:27.271105 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:27.770759 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:28.271687 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:28.770402 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:29.270996 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:29.770600 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:30.271454 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:30.771016 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:31.270575 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:31.770711 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:32.270915 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:32.770888 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:33.270528 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:33.771587 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:34.271431 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:34.770832 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:35.271546 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:35.771737 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:23:36.271608 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:36.770458 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:37.270960 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:37.770615 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:38.271556 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:38.771189 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:39.270503 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:39.771033 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:40.270414 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:40.771307 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:41.270747 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:41.770372 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:42.270863 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:42.770478 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:43.271664 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:43.771550 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:44.271504 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:44.771052 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:45.271636 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:45.771327 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:46.270981 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:23:46.770977 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
Unfortunately, an error has occurred:
timed out waiting for the condition
This error is likely caused by:
- The kubelet is not running
- The kubelet is unhealthy due to a misconfiguration of the node in some way (required cgroups disabled)
If you are on a systemd-powered system, you can try to troubleshoot the error with the following commands:
- 'systemctl status kubelet'
- 'journalctl -xeu kubelet'
Additionally, a control plane component may have crashed or exited when started by the container runtime.
To troubleshoot, list all containers using your preferred container runtimes CLI.
Here is one example how you may list all running Kubernetes containers by using crictl:
- 'crictl --runtime-endpoint unix:///run/containerd/containerd.sock ps -a | grep kube | grep -v pause'
Once you have found the failing container, you can inspect its logs with:
- 'crictl --runtime-endpoint unix:///run/containerd/containerd.sock logs CONTAINERID'
couldn't initialize a Kubernetes cluster
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/init.runWaitControlPlanePhase
cmd/kubeadm/app/cmd/phases/init/waitcontrolplane.go:108
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run.func1
cmd/kubeadm/app/cmd/phases/workflow/runner.go:234
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).visitAll
cmd/kubeadm/app/cmd/phases/workflow/runner.go:421
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run
cmd/kubeadm/app/cmd/phases/workflow/runner.go:207
k8s.io/kubernetes/cmd/kubeadm/app/cmd.newCmdInit.func1
cmd/kubeadm/app/cmd/init.go:154
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).execute
vendor/github.com/spf13/cobra/command.go:856
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).ExecuteC
vendor/github.com/spf13/cobra/command.go:974
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).Execute
vendor/github.com/spf13/cobra/command.go:902
k8s.io/kubernetes/cmd/kubeadm/app.Run
cmd/kubeadm/app/kubeadm.go:50
main.main
cmd/kubeadm/kubeadm.go:25
runtime.main
/usr/local/go/src/runtime/proc.go:250
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1594
error execution phase wait-control-plane
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run.func1
cmd/kubeadm/app/cmd/phases/workflow/runner.go:235
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).visitAll
cmd/kubeadm/app/cmd/phases/workflow/runner.go:421
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run
cmd/kubeadm/app/cmd/phases/workflow/runner.go:207
k8s.io/kubernetes/cmd/kubeadm/app/cmd.newCmdInit.func1
cmd/kubeadm/app/cmd/init.go:154
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).execute
vendor/github.com/spf13/cobra/command.go:856
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).ExecuteC
vendor/github.com/spf13/cobra/command.go:974
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).Execute
vendor/github.com/spf13/cobra/command.go:902
k8s.io/kubernetes/cmd/kubeadm/app.Run
cmd/kubeadm/app/kubeadm.go:50
main.main
cmd/kubeadm/kubeadm.go:25
runtime.main
/usr/local/go/src/runtime/proc.go:250
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1594
[FAIL] kind create cluster --image ghcr.io/sieve-project/action/node:v1.24.10-learn --config kind_configs/kind-1a-2w.yaml
Traceback (most recent call last):
File "/Users/jshajigeorge/work/sieve/sieve.py", line 264, in setup_kind_cluster
os_system(
File "/Users/jshajigeorge/work/sieve/sieve_common/common.py", line 181, in os_system
raise Exception(
Exception: Failed to execute kind create cluster --image ghcr.io/sieve-project/action/node:v1.24.10-learn --config kind_configs/kind-1a-2w.yaml with return code 1
Deleting cluster "kind" ...
Retrying to create kind cluster; retry count 3
Creating cluster "kind" ...
✓ Ensuring node image (ghcr.io/sieve-project/action/node:v1.24.10-learn) 🖼
✓ Preparing nodes 📦 📦 📦
✓ Writing configuration 📜
✗ Starting control-plane 🕹️
ERROR: failed to create cluster: failed to init node with kubeadm: command "docker exec --privileged kind-control-plane kubeadm init --skip-phases=preflight --config=/kind/kubeadm.conf --skip-token-print --v=6" failed with error: exit status 1
Command Output: I0309 00:24:26.534126 221 initconfiguration.go:255] loading configuration from "/kind/kubeadm.conf"
W0309 00:24:26.535128 221 initconfiguration.go:332] [config] WARNING: Ignored YAML document with GroupVersionKind kubeadm.k8s.io/v1beta3, Kind=JoinConfiguration
I0309 00:24:26.543390 221 common.go:128] WARNING: tolerating control plane version v1.24.10-sieve-5c1d2d4295f9b4eb12bfbf6429fdf989f2ca8a02-dirty, assuming that k8s version 1.23.0 is not released yet
[init] Using Kubernetes version: v1.24.10-sieve-5c1d2d4295f9b4eb12bfbf6429fdf989f2ca8a02-dirty
[certs] Using certificateDir folder "/etc/kubernetes/pki"
I0309 00:24:26.543780 221 certs.go:112] creating a new certificate authority for ca
[certs] Generating "ca" certificate and key
I0309 00:24:26.895452 221 certs.go:522] validating certificate period for ca certificate
[certs] Generating "apiserver" certificate and key
[certs] apiserver serving cert is signed for DNS names [kind-control-plane kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local localhost] and IPs [10.96.0.1 172.20.0.4 127.0.0.1]
[certs] Generating "apiserver-kubelet-client" certificate and key
I0309 00:24:27.139610 221 certs.go:112] creating a new certificate authority for front-proxy-ca
[certs] Generating "front-proxy-ca" certificate and key
I0309 00:24:27.301393 221 certs.go:522] validating certificate period for front-proxy-ca certificate
[certs] Generating "front-proxy-client" certificate and key
I0309 00:24:27.451124 221 certs.go:112] creating a new certificate authority for etcd-ca
[certs] Generating "etcd/ca" certificate and key
I0309 00:24:27.531666 221 certs.go:522] validating certificate period for etcd/ca certificate
[certs] Generating "etcd/server" certificate and key
[certs] etcd/server serving cert is signed for DNS names [kind-control-plane localhost] and IPs [172.20.0.4 127.0.0.1 ::1]
[certs] Generating "etcd/peer" certificate and key
[certs] etcd/peer serving cert is signed for DNS names [kind-control-plane localhost] and IPs [172.20.0.4 127.0.0.1 ::1]
[certs] Generating "etcd/healthcheck-client" certificate and key
[certs] Generating "apiserver-etcd-client" certificate and key
I0309 00:24:28.206876 221 certs.go:78] creating new public/private key files for signing service account users
[certs] Generating "sa" key and public key
[kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0309 00:24:28.301172 221 kubeconfig.go:103] creating kubeconfig file for admin.conf
[kubeconfig] Writing "admin.conf" kubeconfig file
I0309 00:24:28.377525 221 kubeconfig.go:103] creating kubeconfig file for kubelet.conf
[kubeconfig] Writing "kubelet.conf" kubeconfig file
I0309 00:24:28.850672 221 kubeconfig.go:103] creating kubeconfig file for controller-manager.conf
[kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0309 00:24:28.915167 221 kubeconfig.go:103] creating kubeconfig file for scheduler.conf
[kubeconfig] Writing "scheduler.conf" kubeconfig file
I0309 00:24:29.014121 221 kubelet.go:65] 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"
I0309 00:24:29.202801 221 manifests.go:99] [control-plane] getting StaticPodSpecs
I0309 00:24:29.203101 221 certs.go:522] validating certificate period for CA certificate
I0309 00:24:29.203217 221 manifests.go:125] [control-plane] adding volume "ca-certs" for component "kube-apiserver"
I0309 00:24:29.203227 221 manifests.go:125] [control-plane] adding volume "etc-ca-certificates" for component "kube-apiserver"
I0309 00:24:29.203232 221 manifests.go:125] [control-plane] adding volume "k8s-certs" for component "kube-apiserver"
I0309 00:24:29.203238 221 manifests.go:125] [control-plane] adding volume "usr-local-share-ca-certificates" for component "kube-apiserver"
I0309 00:24:29.203243 221 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"
I0309 00:24:29.205864 221 manifests.go:154] [control-plane] wrote static Pod manifest for component "kube-apiserver" to "/etc/kubernetes/manifests/kube-apiserver.yaml"
I0309 00:24:29.205920 221 manifests.go:99] [control-plane] getting StaticPodSpecs
I0309 00:24:29.206188 221 manifests.go:125] [control-plane] adding volume "ca-certs" for component "kube-controller-manager"
I0309 00:24:29.206199 221 manifests.go:125] [control-plane] adding volume "etc-ca-certificates" for component "kube-controller-manager"
I0309 00:24:29.206205 221 manifests.go:125] [control-plane] adding volume "flexvolume-dir" for component "kube-controller-manager"
I0309 00:24:29.206210 221 manifests.go:125] [control-plane] adding volume "k8s-certs" for component "kube-controller-manager"
I0309 00:24:29.206215 221 manifests.go:125] [control-plane] adding volume "kubeconfig" for component "kube-controller-manager"
I0309 00:24:29.206220 221 manifests.go:125] [control-plane] adding volume "usr-local-share-ca-certificates" for component "kube-controller-manager"
I0309 00:24:29.206226 221 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"
I0309 00:24:29.208268 221 manifests.go:154] [control-plane] wrote static Pod manifest for component "kube-controller-manager" to "/etc/kubernetes/manifests/kube-controller-manager.yaml"
I0309 00:24:29.208326 221 manifests.go:99] [control-plane] getting StaticPodSpecs
I0309 00:24:29.208549 221 manifests.go:125] [control-plane] adding volume "kubeconfig" for component "kube-scheduler"
[etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0309 00:24:29.209091 221 manifests.go:154] [control-plane] wrote static Pod manifest for component "kube-scheduler" to "/etc/kubernetes/manifests/kube-scheduler.yaml"
I0309 00:24:29.209786 221 local.go:65] [etcd] wrote Static Pod manifest for a local etcd member to "/etc/kubernetes/manifests/etcd.yaml"
I0309 00:24:29.209835 221 waitcontrolplane.go:83] [wait-control-plane] Waiting for the API server to be healthy
I0309 00:24:29.210447 221 loader.go:374] Config loaded from file: /etc/kubernetes/admin.conf
[wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s
I0309 00:24:29.212142 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:29.713980 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:30.214610 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:24:30.714207 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:31.214492 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:24:31.714514 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:32.213665 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:24:32.713790 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:33.213171 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:33.714353 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:34.214589 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:34.714722 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:24:35.213866 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:24:35.713443 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:36.214048 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:36.713781 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:24:37.213541 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:37.713878 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:24:38.213392 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:38.714348 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:39.214359 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:24:39.714276 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:40.214296 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:40.714227 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:41.213312 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:41.714623 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:24:42.213881 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:24:42.714416 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:24:43.214139 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:43.714197 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:44.213739 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:44.714246 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:24:45.214157 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:45.713501 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:46.213126 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:46.714154 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:24:47.214167 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:24:47.714235 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:48.214314 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:48.714387 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:49.213583 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:24:49.714229 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:50.213549 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:50.714074 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:51.214534 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:24:51.714636 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:52.214052 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:24:52.713784 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:24:53.213206 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:53.713888 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:54.213802 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:24:54.713720 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:24:55.213167 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:55.714077 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:56.214241 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:24:56.713998 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:24:57.213789 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:57.713734 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:58.214123 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:58.713582 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:59.213207 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:24:59.713627 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:00.213529 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:00.714099 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:01.213841 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:01.713730 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:02.213892 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:02.713532 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:03.214186 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:03.713596 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:04.214271 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:04.714238 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:05.214063 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:05.713644 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:06.214341 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:06.713728 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:07.214221 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:07.714479 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:08.213796 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:08.714088 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
[kubelet-check] Initial timeout of 40s passed.
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
I0309 00:25:09.213473 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:09.714474 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:10.214146 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:10.713525 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:11.214491 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:11.713752 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:12.213582 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:12.714371 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:13.214165 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:13.713962 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:14.213701 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
I0309 00:25:14.713541 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:15.213903 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:15.714131 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:16.213849 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:16.714612 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:17.214693 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:17.713634 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:18.214184 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:18.713870 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:19.213796 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:19.713766 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:20.213664 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:20.714126 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:21.214639 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:21.713507 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:22.214777 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:22.713927 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:23.213343 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:23.714201 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:24.214156 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
I0309 00:25:24.714068 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:25.213454 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:25.714091 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:26.214094 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:26.713888 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:27.213741 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:27.713315 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:28.213948 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:28.713946 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:29.213472 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:29.714351 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:30.214180 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:30.713909 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:31.214250 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:31.713929 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:32.213653 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:32.713731 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:33.213467 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:33.714091 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:34.213688 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:34.713715 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:35.212960 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:35.714508 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:36.214592 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:36.713246 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:37.214245 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:37.714107 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:38.213925 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:38.713899 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:39.213332 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:39.714534 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:40.213920 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:40.713322 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:41.214491 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:41.714024 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:42.213709 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:42.713497 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:43.214505 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:43.714773 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:44.214575 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
I0309 00:25:44.713784 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:45.213668 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:45.714251 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:46.213660 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:46.714309 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:47.214156 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:47.714380 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:48.213917 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:48.714034 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:49.214069 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:49.714363 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:50.214562 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:50.714117 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:51.214430 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:51.714752 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:52.213454 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:52.713744 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:53.214270 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:53.714227 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:54.214046 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:54.714151 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:55.214346 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:55.713825 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:56.213492 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:56.713839 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:57.214252 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:25:57.713938 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:58.214225 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:58.714043 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:59.213794 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:25:59.713899 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:26:00.214572 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:26:00.713996 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:01.215079 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:26:01.713863 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:02.214300 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:26:02.714135 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:26:03.213652 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:03.713781 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:26:04.214499 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:26:04.714669 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:05.213424 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:05.714296 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:06.214018 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:06.714053 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:26:07.214163 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:26:07.714013 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:08.213752 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:08.713675 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:26:09.214290 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:26:09.714095 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:10.213945 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:10.713928 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:11.213909 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:11.713866 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:12.214132 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:26:12.713539 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:13.214394 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:13.713667 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:14.213381 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:14.713490 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:15.214189 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:15.713594 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:16.214502 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:16.714505 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:17.214585 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:17.714652 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:18.214541 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:18.714660 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:19.214087 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:26:19.714479 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:20.214706 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:20.714460 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:21.214584 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:21.714979 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:26:22.213683 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:22.713785 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:26:23.214490 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:26:23.715789 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:26:24.213997 221 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
Unfortunately, an error has occurred:
timed out waiting for the condition
This error is likely caused by:
- The kubelet is not running
- The kubelet is unhealthy due to a misconfiguration of the node in some way (required cgroups disabled)
If you are on a systemd-powered system, you can try to troubleshoot the error with the following commands:
- 'systemctl status kubelet'
- 'journalctl -xeu kubelet'
Additionally, a control plane component may have crashed or exited when started by the container runtime.
To troubleshoot, list all containers using your preferred container runtimes CLI.
Here is one example how you may list all running Kubernetes containers by using crictl:
- 'crictl --runtime-endpoint unix:///run/containerd/containerd.sock ps -a | grep kube | grep -v pause'
Once you have found the failing container, you can inspect its logs with:
- 'crictl --runtime-endpoint unix:///run/containerd/containerd.sock logs CONTAINERID'
couldn't initialize a Kubernetes cluster
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/init.runWaitControlPlanePhase
cmd/kubeadm/app/cmd/phases/init/waitcontrolplane.go:108
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run.func1
cmd/kubeadm/app/cmd/phases/workflow/runner.go:234
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).visitAll
cmd/kubeadm/app/cmd/phases/workflow/runner.go:421
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run
cmd/kubeadm/app/cmd/phases/workflow/runner.go:207
k8s.io/kubernetes/cmd/kubeadm/app/cmd.newCmdInit.func1
cmd/kubeadm/app/cmd/init.go:154
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).execute
vendor/github.com/spf13/cobra/command.go:856
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).ExecuteC
vendor/github.com/spf13/cobra/command.go:974
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).Execute
vendor/github.com/spf13/cobra/command.go:902
k8s.io/kubernetes/cmd/kubeadm/app.Run
cmd/kubeadm/app/kubeadm.go:50
main.main
cmd/kubeadm/kubeadm.go:25
runtime.main
/usr/local/go/src/runtime/proc.go:250
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1594
error execution phase wait-control-plane
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run.func1
cmd/kubeadm/app/cmd/phases/workflow/runner.go:235
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).visitAll
cmd/kubeadm/app/cmd/phases/workflow/runner.go:421
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run
cmd/kubeadm/app/cmd/phases/workflow/runner.go:207
k8s.io/kubernetes/cmd/kubeadm/app/cmd.newCmdInit.func1
cmd/kubeadm/app/cmd/init.go:154
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).execute
vendor/github.com/spf13/cobra/command.go:856
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).ExecuteC
vendor/github.com/spf13/cobra/command.go:974
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).Execute
vendor/github.com/spf13/cobra/command.go:902
k8s.io/kubernetes/cmd/kubeadm/app.Run
cmd/kubeadm/app/kubeadm.go:50
main.main
cmd/kubeadm/kubeadm.go:25
runtime.main
/usr/local/go/src/runtime/proc.go:250
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1594
[FAIL] kind create cluster --image ghcr.io/sieve-project/action/node:v1.24.10-learn --config kind_configs/kind-1a-2w.yaml
Traceback (most recent call last):
File "/Users/jshajigeorge/work/sieve/sieve.py", line 264, in setup_kind_cluster
os_system(
File "/Users/jshajigeorge/work/sieve/sieve_common/common.py", line 181, in os_system
raise Exception(
Exception: Failed to execute kind create cluster --image ghcr.io/sieve-project/action/node:v1.24.10-learn --config kind_configs/kind-1a-2w.yaml with return code 1
Deleting cluster "kind" ...
Retrying to create kind cluster; retry count 4
Creating cluster "kind" ...
✓ Ensuring node image (ghcr.io/sieve-project/action/node:v1.24.10-learn) 🖼
✓ Preparing nodes 📦 📦 📦
✓ Writing configuration 📜
✗ Starting control-plane 🕹️
ERROR: failed to create cluster: failed to init node with kubeadm: command "docker exec --privileged kind-control-plane kubeadm init --skip-phases=preflight --config=/kind/kubeadm.conf --skip-token-print --v=6" failed with error: exit status 1
Command Output: I0309 00:27:13.931103 220 initconfiguration.go:255] loading configuration from "/kind/kubeadm.conf"
W0309 00:27:13.933212 220 initconfiguration.go:332] [config] WARNING: Ignored YAML document with GroupVersionKind kubeadm.k8s.io/v1beta3, Kind=JoinConfiguration
I0309 00:27:13.940725 220 common.go:128] WARNING: tolerating control plane version v1.24.10-sieve-5c1d2d4295f9b4eb12bfbf6429fdf989f2ca8a02-dirty, assuming that k8s version 1.23.0 is not released yet
[init] Using Kubernetes version: v1.24.10-sieve-5c1d2d4295f9b4eb12bfbf6429fdf989f2ca8a02-dirty
I0309 00:27:13.941108 220 certs.go:112] creating a new certificate authority for ca
[certs] Using certificateDir folder "/etc/kubernetes/pki"
[certs] Generating "ca" certificate and key
I0309 00:27:14.008955 220 certs.go:522] validating certificate period for ca certificate
[certs] Generating "apiserver" certificate and key
[certs] apiserver serving cert is signed for DNS names [kind-control-plane kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local localhost] and IPs [10.96.0.1 172.20.0.4 127.0.0.1]
[certs] Generating "apiserver-kubelet-client" certificate and key
I0309 00:27:14.431446 220 certs.go:112] creating a new certificate authority for front-proxy-ca
[certs] Generating "front-proxy-ca" certificate and key
I0309 00:27:14.776515 220 certs.go:522] validating certificate period for front-proxy-ca certificate
[certs] Generating "front-proxy-client" certificate and key
I0309 00:27:14.935518 220 certs.go:112] creating a new certificate authority for etcd-ca
[certs] Generating "etcd/ca" certificate and key
I0309 00:27:15.048099 220 certs.go:522] validating certificate period for etcd/ca certificate
[certs] Generating "etcd/server" certificate and key
[certs] etcd/server serving cert is signed for DNS names [kind-control-plane localhost] and IPs [172.20.0.4 127.0.0.1 ::1]
[certs] Generating "etcd/peer" certificate and key
[certs] etcd/peer serving cert is signed for DNS names [kind-control-plane localhost] and IPs [172.20.0.4 127.0.0.1 ::1]
[certs] Generating "etcd/healthcheck-client" certificate and key
[certs] Generating "apiserver-etcd-client" certificate and key
I0309 00:27:15.878854 220 certs.go:78] creating new public/private key files for signing service account users
[certs] Generating "sa" key and public key
[kubeconfig] Using kubeconfig folder "/etc/kubernetes"
I0309 00:27:16.129707 220 kubeconfig.go:103] creating kubeconfig file for admin.conf
[kubeconfig] Writing "admin.conf" kubeconfig file
I0309 00:27:16.326195 220 kubeconfig.go:103] creating kubeconfig file for kubelet.conf
[kubeconfig] Writing "kubelet.conf" kubeconfig file
I0309 00:27:16.491377 220 kubeconfig.go:103] creating kubeconfig file for controller-manager.conf
[kubeconfig] Writing "controller-manager.conf" kubeconfig file
I0309 00:27:16.881154 220 kubeconfig.go:103] creating kubeconfig file for scheduler.conf
[kubeconfig] Writing "scheduler.conf" kubeconfig file
I0309 00:27:17.149331 220 kubelet.go:65] 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
I0309 00:27:17.340839 220 manifests.go:99] [control-plane] getting StaticPodSpecs
[control-plane] Using manifest folder "/etc/kubernetes/manifests"
[control-plane] Creating static Pod manifest for "kube-apiserver"
I0309 00:27:17.341121 220 certs.go:522] validating certificate period for CA certificate
I0309 00:27:17.341203 220 manifests.go:125] [control-plane] adding volume "ca-certs" for component "kube-apiserver"
I0309 00:27:17.341212 220 manifests.go:125] [control-plane] adding volume "etc-ca-certificates" for component "kube-apiserver"
I0309 00:27:17.341218 220 manifests.go:125] [control-plane] adding volume "k8s-certs" for component "kube-apiserver"
I0309 00:27:17.341269 220 manifests.go:125] [control-plane] adding volume "usr-local-share-ca-certificates" for component "kube-apiserver"
I0309 00:27:17.341279 220 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"
I0309 00:27:17.343833 220 manifests.go:154] [control-plane] wrote static Pod manifest for component "kube-apiserver" to "/etc/kubernetes/manifests/kube-apiserver.yaml"
I0309 00:27:17.343887 220 manifests.go:99] [control-plane] getting StaticPodSpecs
I0309 00:27:17.344091 220 manifests.go:125] [control-plane] adding volume "ca-certs" for component "kube-controller-manager"
I0309 00:27:17.344105 220 manifests.go:125] [control-plane] adding volume "etc-ca-certificates" for component "kube-controller-manager"
I0309 00:27:17.344111 220 manifests.go:125] [control-plane] adding volume "flexvolume-dir" for component "kube-controller-manager"
I0309 00:27:17.344117 220 manifests.go:125] [control-plane] adding volume "k8s-certs" for component "kube-controller-manager"
I0309 00:27:17.344122 220 manifests.go:125] [control-plane] adding volume "kubeconfig" for component "kube-controller-manager"
I0309 00:27:17.344128 220 manifests.go:125] [control-plane] adding volume "usr-local-share-ca-certificates" for component "kube-controller-manager"
I0309 00:27:17.344172 220 manifests.go:125] [control-plane] adding volume "usr-share-ca-certificates" for component "kube-controller-manager"
I0309 00:27:17.344940 220 manifests.go:154] [control-plane] wrote static Pod manifest for component "kube-controller-manager" to "/etc/kubernetes/manifests/kube-controller-manager.yaml"
I0309 00:27:17.344990 220 manifests.go:99] [control-plane] getting StaticPodSpecs
I0309 00:27:17.345198 220 manifests.go:125] [control-plane] adding volume "kubeconfig" for component "kube-scheduler"
[control-plane] Creating static Pod manifest for "kube-scheduler"
[etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
I0309 00:27:17.345906 220 manifests.go:154] [control-plane] wrote static Pod manifest for component "kube-scheduler" to "/etc/kubernetes/manifests/kube-scheduler.yaml"
I0309 00:27:17.346751 220 local.go:65] [etcd] wrote Static Pod manifest for a local etcd member to "/etc/kubernetes/manifests/etcd.yaml"
I0309 00:27:17.346892 220 waitcontrolplane.go:83] [wait-control-plane] Waiting for the API server to be healthy
I0309 00:27:17.347846 220 loader.go:374] Config loaded from file: /etc/kubernetes/admin.conf
[wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s
I0309 00:27:17.350380 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:27:17.853045 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:18.351605 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:18.852554 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:19.352933 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:19.852107 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:27:20.351930 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:20.851732 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:21.352863 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:27:21.852798 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:22.351406 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:22.852121 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:23.351530 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:23.851864 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:24.352232 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:24.851522 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:25.352420 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:25.852091 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:26.351926 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:26.851703 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:27.352528 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:27.852501 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:28.352346 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:28.851349 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:29.352079 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:29.851729 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:30.352816 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:30.852200 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:31.351472 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:31.852755 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:32.352618 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:32.862705 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 10 milliseconds
I0309 00:27:33.351901 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:33.851368 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:34.351992 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:34.851874 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:35.351707 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:35.851375 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:36.352073 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:36.851768 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:37.351533 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:37.852411 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:38.352112 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:38.851845 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:39.351348 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:39.852000 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:40.351781 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:40.851390 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:41.352377 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:41.852004 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:42.351581 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:42.852318 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:43.352230 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:43.851829 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:44.351653 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:44.852709 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:45.352793 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:27:45.852503 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:46.352543 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:46.851808 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:47.351962 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:47.851684 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:48.352235 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:48.852425 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:49.352229 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:49.851947 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:50.351634 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:50.852579 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:51.352436 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:51.851715 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:52.351525 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:52.851732 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:53.352293 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:27:53.852508 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:54.352511 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:27:54.852110 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:27:55.352055 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:27:55.851863 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:56.351940 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:27:56.851969 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[kubelet-check] Initial timeout of 40s passed.
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
I0309 00:27:57.351720 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:57.852782 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:27:58.352856 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:27:58.853046 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:27:59.352130 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:27:59.852259 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:00.351773 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:00.852748 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:01.352807 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:01.852898 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
I0309 00:28:02.352479 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:02.852298 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:03.352392 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:03.852160 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:04.352002 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:04.852039 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:05.351999 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:05.851489 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:06.352568 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:06.852713 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:07.352620 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:07.852726 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:08.352987 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:08.851719 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:09.352496 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:09.852417 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:10.352255 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:10.852050 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:11.351652 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:11.852792 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:12.352477 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
I0309 00:28:12.852026 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:13.351900 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:13.852581 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:14.352259 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:14.851960 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:15.351771 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:15.852678 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:16.352519 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:16.852221 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:17.352001 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:17.851889 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:18.351597 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:18.852358 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:19.352071 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:19.851692 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:20.352022 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:20.852000 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:21.352161 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:21.852246 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:22.352293 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:22.852252 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:23.352354 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:23.852337 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:24.352228 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:24.852279 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:25.353523 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:25.851821 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:26.352777 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:26.852566 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:27.352643 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:27.852695 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:28.352141 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:28.851850 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:29.352175 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:29.852134 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:30.352300 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:30.852780 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:31.352760 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:31.851980 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:32.351622 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
I0309 00:28:32.852975 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:33.352081 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:33.852109 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:34.351858 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:34.851933 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:35.351669 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:35.852546 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:36.352304 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:36.852367 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:37.352251 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:37.852325 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:38.352206 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:38.852052 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:39.351989 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:39.851682 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:40.352766 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:40.852859 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:41.352801 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:41.852319 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:42.351945 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:42.852425 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:43.352317 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:43.852277 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:44.352336 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:44.852077 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:45.351690 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:45.852206 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:46.351696 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:46.852241 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:47.351992 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:47.851897 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:48.351652 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:48.852167 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:49.351709 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:49.852680 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:50.352276 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:50.852050 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:51.351942 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:51.852601 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:52.352272 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:52.852034 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:53.351830 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:53.853015 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:54.352800 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:54.852150 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:55.351831 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:55.852866 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:56.352889 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:56.852620 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:57.352339 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:57.852070 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:58.352086 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:58.851919 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:28:59.352135 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:28:59.852142 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:29:00.352046 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:29:00.852491 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:29:01.352412 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:29:01.852440 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:29:02.352444 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:29:02.852614 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:29:03.352413 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:29:03.853016 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:29:04.352999 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:29:04.852251 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:29:05.353057 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:29:05.852556 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:29:06.352867 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:29:06.852331 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:29:07.352216 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:29:07.852817 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:29:08.352832 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:29:08.853039 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:29:09.352066 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:29:09.852234 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:29:10.352966 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:29:10.853107 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:29:11.352003 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 0 milliseconds
I0309 00:29:11.852042 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
I0309 00:29:12.352353 220 round_trippers.go:553] GET https://kind-control-plane:6443/healthz?timeout=10s in 1 milliseconds
[kubelet-check] It seems like the kubelet isn't running or healthy.
[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.
Unfortunately, an error has occurred:
timed out waiting for the condition
This error is likely caused by:
- The kubelet is not running
- The kubelet is unhealthy due to a misconfiguration of the node in some way (required cgroups disabled)
If you are on a systemd-powered system, you can try to troubleshoot the error with the following commands:
- 'systemctl status kubelet'
- 'journalctl -xeu kubelet'
Additionally, a control plane component may have crashed or exited when started by the container runtime.
To troubleshoot, list all containers using your preferred container runtimes CLI.
Here is one example how you may list all running Kubernetes containers by using crictl:
- 'crictl --runtime-endpoint unix:///run/containerd/containerd.sock ps -a | grep kube | grep -v pause'
Once you have found the failing container, you can inspect its logs with:
- 'crictl --runtime-endpoint unix:///run/containerd/containerd.sock logs CONTAINERID'
couldn't initialize a Kubernetes cluster
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/init.runWaitControlPlanePhase
cmd/kubeadm/app/cmd/phases/init/waitcontrolplane.go:108
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run.func1
cmd/kubeadm/app/cmd/phases/workflow/runner.go:234
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).visitAll
cmd/kubeadm/app/cmd/phases/workflow/runner.go:421
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run
cmd/kubeadm/app/cmd/phases/workflow/runner.go:207
k8s.io/kubernetes/cmd/kubeadm/app/cmd.newCmdInit.func1
cmd/kubeadm/app/cmd/init.go:154
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).execute
vendor/github.com/spf13/cobra/command.go:856
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).ExecuteC
vendor/github.com/spf13/cobra/command.go:974
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).Execute
vendor/github.com/spf13/cobra/command.go:902
k8s.io/kubernetes/cmd/kubeadm/app.Run
cmd/kubeadm/app/kubeadm.go:50
main.main
cmd/kubeadm/kubeadm.go:25
runtime.main
/usr/local/go/src/runtime/proc.go:250
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1594
error execution phase wait-control-plane
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run.func1
cmd/kubeadm/app/cmd/phases/workflow/runner.go:235
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).visitAll
cmd/kubeadm/app/cmd/phases/workflow/runner.go:421
k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow.(*Runner).Run
cmd/kubeadm/app/cmd/phases/workflow/runner.go:207
k8s.io/kubernetes/cmd/kubeadm/app/cmd.newCmdInit.func1
cmd/kubeadm/app/cmd/init.go:154
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).execute
vendor/github.com/spf13/cobra/command.go:856
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).ExecuteC
vendor/github.com/spf13/cobra/command.go:974
k8s.io/kubernetes/vendor/github.com/spf13/cobra.(*Command).Execute
vendor/github.com/spf13/cobra/command.go:902
k8s.io/kubernetes/cmd/kubeadm/app.Run
cmd/kubeadm/app/kubeadm.go:50
main.main
cmd/kubeadm/kubeadm.go:25
runtime.main
/usr/local/go/src/runtime/proc.go:250
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1594
[FAIL] kind create cluster --image ghcr.io/sieve-project/action/node:v1.24.10-learn --config kind_configs/kind-1a-2w.yaml
Traceback (most recent call last):
File "/Users/jshajigeorge/work/sieve/sieve.py", line 264, in setup_kind_cluster
os_system(
File "/Users/jshajigeorge/work/sieve/sieve_common/common.py", line 181, in os_system
raise Exception(
Exception: Failed to execute kind create cluster --image ghcr.io/sieve-project/action/node:v1.24.10-learn --config kind_configs/kind-1a-2w.yaml with return code 1
Traceback (most recent call last):
File "/Users/jshajigeorge/work/sieve/sieve.py", line 659, in run_test
setup_cluster(test_context)
File "/Users/jshajigeorge/work/sieve/sieve.py", line 300, in setup_cluster
kubernetes.config.load_kube_config()
File "/usr/local/lib/python3.11/site-packages/kubernetes/config/kube_config.py", line 792, in load_kube_config
loader = _get_kube_config_loader(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/kubernetes/config/kube_config.py", line 754, in _get_kube_config_loader
return KubeConfigLoader(
^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/kubernetes/config/kube_config.py", line 199, in __init__
self.set_active_context(active_context)
File "/usr/local/lib/python3.11/site-packages/kubernetes/config/kube_config.py", line 250, in set_active_context
context_name = self._config['current-context']
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/kubernetes/config/kube_config.py", line 612, in __getitem__
raise ConfigException(
kubernetes.config.config_exception.ConfigException: Invalid kube-config file. Expected key current-context in /Users/jshajigeorge/.kube/config
Total time: 784.9641771316528 seconds
=================================================
$ kind create cluster --image ghcr.io/sieve-project/action/node:v1.24.10-learn --config kind_configs/kind-1a-2w.yaml --verbosity 999 --retain
$ kind export logs
Exporting logs for cluster "kind" to:
/private/var/folders/ct/5v14ypxs5qg0gs40zq2ml74w0000gp/T/1763822046
$ vi /private/var/folders/ct/5v14ypxs5qg0gs40zq2ml74w0000gp/T/1763822046./kind-control-plane/kubelet.log
-- Journal begins at Thu 2023-03-09 01:27:33 UTC, ends at Thu 2023-03-09 01:31:22 UTC. --
Mar 09 01:27:33 kind-control-plane systemd[1]: Condition check resulted in kubelet: The Kubernetes Node Agent being skipped.
Mar 09 01:27:39 kind-control-plane systemd[1]: Starting kubelet: The Kubernetes Node Agent...
Mar 09 01:27:39 kind-control-plane systemd[1]: Started kubelet: The Kubernetes Node Agent.
Mar 09 01:27:39 kind-control-plane kubelet[266]: Flag --container-runtime has been deprecated, will be removed in 1.27 as the only valid value is 'remote'
Mar 09 01:27:39 kind-control-plane kubelet[266]: Flag --pod-infra-container-image has been deprecated, will be removed in 1.27. Image garbage collector will get sandbox image information from CRI.
Mar 09 01:27:39 kind-control-plane kubelet[266]: Flag --provider-id has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:39 kind-control-plane kubelet[266]: Flag --fail-swap-on has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:39 kind-control-plane kubelet[266]: Flag --cgroup-root has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:39 kind-control-plane kubelet[266]: I0309 01:27:39.245416 266 server.go:193] "--pod-infra-container-image will not be pruned by the image garbage collector in kubelet and should also be set in the remote runtime"
Mar 09 01:27:39 kind-control-plane kubelet[266]: Flag --container-runtime has been deprecated, will be removed in 1.27 as the only valid value is 'remote'
Mar 09 01:27:39 kind-control-plane kubelet[266]: Flag --pod-infra-container-image has been deprecated, will be removed in 1.27. Image garbage collector will get sandbox image information from CRI.
Mar 09 01:27:39 kind-control-plane kubelet[266]: Flag --provider-id has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:39 kind-control-plane kubelet[266]: Flag --fail-swap-on has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:39 kind-control-plane kubelet[266]: Flag --cgroup-root has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:40 kind-control-plane kubelet[266]: I0309 01:27:40.048245 266 server.go:399] "Kubelet version" kubeletVersion="v1.24.10-sieve-5c1d2d4295f9b4eb12bfbf6429fdf989f2ca8a02-dirty"
Mar 09 01:27:40 kind-control-plane kubelet[266]: I0309 01:27:40.048308 266 server.go:401] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
Mar 09 01:27:40 kind-control-plane kubelet[266]: I0309 01:27:40.048592 266 server.go:813] "Client rotation is on, will bootstrap in background"
Mar 09 01:27:40 kind-control-plane kubelet[266]: I0309 01:27:40.051721 266 dynamic_cafile_content.go:157] "Starting controller" name="client-ca-bundle::/etc/kubernetes/pki/ca.crt"
Mar 09 01:27:40 kind-control-plane kubelet[266]: E0309 01:27:40.053048 266 certificate_manager.go:471] kubernetes.io/kube-apiserver-client-kubelet: Failed while requesting a signed certificate from the control plane: cannot create certificate signing request: Post "https://kind-control-plane:6443/apis/certificates.k8s.io/v1/certificatesigningrequests": dial tcp 172.20.0.4:6443: connect: connection refused
Mar 09 01:27:40 kind-control-plane kubelet[266]: W0309 01:27:40.056272 266 sysinfo.go:203] Nodes topology is not available, providing CPU topology
Mar 09 01:27:40 kind-control-plane kubelet[266]: Error: failed to run Kubelet: invalid configuration: cgroup ["kubelet"] has some missing paths: /sys/fs/cgroup/cpuset/kubelet.slice, /sys/fs/cgroup/systemd/kubelet.slice, /sys/fs/cgroup/cpu/kubelet.slice, /sys/fs/cgroup/pids/kubelet.slice, /sys/fs/cgroup/memory/kubelet.slice, /sys/fs/cgroup/cpuacct/kubelet.slice, /sys/fs/cgroup/hugetlb/kubelet.slice
Mar 09 01:27:40 kind-control-plane kubelet[266]: Usage:
Mar 09 01:27:40 kind-control-plane kubelet[266]: kubelet [flags]
Mar 09 01:27:40 kind-control-plane kubelet[266]: Flags:
Mar 09 01:27:40 kind-control-plane kubelet[266]: --add-dir-header If true, adds the file directory to the header of the log messages (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --address ip The IP address for the Kubelet to serve on (set to '0.0.0.0' or '::' for listening in all interfaces and IP families) (default 0.0.0.0) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --allowed-unsafe-sysctls strings Comma-separated whitelist of unsafe sysctls or unsafe sysctl patterns (ending in *). Use these at your own risk. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --alsologtostderr log to standard error as well as files (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --anonymous-auth Enables anonymous requests to the Kubelet server. Requests that are not rejected by another authentication method are treated as anonymous requests. Anonymous requests have a username of system:anonymous, and a group name of system:unauthenticated. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --application-metrics-count-limit int Max number of application metrics to store (per container) (default 100) (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --authentication-token-webhook Use the TokenReview API to determine authentication for bearer tokens. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --authentication-token-webhook-cache-ttl duration The duration to cache responses from the webhook token authenticator. (default 2m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --authorization-mode string Authorization mode for Kubelet server. Valid options are AlwaysAllow or Webhook. Webhook mode uses the SubjectAccessReview API to determine authorization. (default "AlwaysAllow") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --authorization-webhook-cache-authorized-ttl duration The duration to cache 'authorized' responses from the webhook authorizer. (default 5m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --authorization-webhook-cache-unauthorized-ttl duration The duration to cache 'unauthorized' responses from the webhook authorizer. (default 30s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --azure-container-registry-config string Path to the file containing Azure container registry configuration information.
Mar 09 01:27:40 kind-control-plane kubelet[266]: --boot-id-file string Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --bootstrap-kubeconfig string Path to a kubeconfig file that will be used to get client certificate for kubelet. If the file specified by --kubeconfig does not exist, the bootstrap kubeconfig is used to request a client certificate from the API server. On success, a kubeconfig file referencing the generated client certificate and key is written to the path specified by --kubeconfig. The client certificate and key file will be stored in the directory pointed by --cert-dir.
Mar 09 01:27:40 kind-control-plane kubelet[266]: --cert-dir string The directory where the TLS certs are located. If --tls-cert-file and --tls-private-key-file are provided, this flag will be ignored. (default "/var/lib/kubelet/pki")
Mar 09 01:27:40 kind-control-plane kubelet[266]: --cgroup-driver string Driver that the kubelet uses to manipulate cgroups on the host. Possible values: 'cgroupfs', 'systemd' (default "cgroupfs") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --cgroup-root string Optional root cgroup to use for pods. This is handled by the container runtime on a best effort basis. Default: '', which means use the container runtime default. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --cgroups-per-qos Enable creation of QoS cgroup hierarchy, if true top level QoS and pod cgroups are created. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --client-ca-file string If set, any request presenting a client certificate signed by one of the authorities in the client-ca-file is authenticated with an identity corresponding to the CommonName of the client certificate. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --cloud-config string The path to the cloud provider configuration file. Empty string for no configuration file. (DEPRECATED: will be removed in 1.24 or later, in favor of removing cloud provider code from Kubelet.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --cloud-provider string The provider for cloud services. Set to empty string for running with no cloud provider. If set, the cloud provider determines the name of the node (consult cloud provider documentation to determine if and how the hostname is used). (DEPRECATED: will be removed in 1.24 or later, in favor of removing cloud provider code from Kubelet.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --cluster-dns strings Comma-separated list of DNS server IP address. This value is used for containers DNS server in case of Pods with "dnsPolicy=ClusterFirst". Note: all DNS servers appearing in the list MUST serve the same set of records otherwise name resolution within the cluster may not work correctly. There is no guarantee as to which DNS server may be contacted for name resolution. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --cluster-domain string Domain for this cluster. If set, kubelet will configure all containers to search this domain in addition to the host's search domains (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --config string The Kubelet will load its initial configuration from this file. The path may be absolute or relative; relative paths start at the Kubelet's current working directory. Omit this flag to use the built-in default configuration values. Command-line flags override configuration from this file.
Mar 09 01:27:40 kind-control-plane kubelet[266]: --container-hints string location of the container hints file (default "/etc/cadvisor/container_hints.json") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --container-log-max-files int32 <Warning: Beta feature> Set the maximum number of container log files that can be present for a container. The number must be >= 2. This flag can only be used with --container-runtime=remote. (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --container-log-max-size string <Warning: Beta feature> Set the maximum size (e.g. 10Mi) of container log file before it is rotated. This flag can only be used with --container-runtime=remote. (default "10Mi") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --container-runtime string The container runtime to use. Possible value: 'remote'. (default "remote") (DEPRECATED: will be removed in 1.27 as the only valid value is 'remote')
Mar 09 01:27:40 kind-control-plane kubelet[266]: --container-runtime-endpoint string The endpoint of remote runtime service. Unix Domain Sockets are supported on Linux, while npipe and tcp endpoints are supported on Windows. Examples:'unix:///path/to/runtime.sock', 'npipe:////./pipe/runtime'
Mar 09 01:27:40 kind-control-plane kubelet[266]: --containerd string containerd endpoint (default "/run/containerd/containerd.sock") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --containerd-namespace string containerd namespace (default "k8s.io") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --contention-profiling Enable lock contention profiling, if profiling is enabled (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --cpu-cfs-quota Enable CPU CFS quota enforcement for containers that specify CPU limits (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --cpu-cfs-quota-period duration Sets CPU CFS quota period value, cpu.cfs_period_us, defaults to Linux Kernel default (default 100ms) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --cpu-manager-policy string CPU Manager policy to use. Possible values: 'none', 'static'. (default "none") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --cpu-manager-policy-options mapStringString A set of key=value CPU Manager policy options to use, to fine tune their behaviour. If not supplied, keep the default behaviour. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --cpu-manager-reconcile-period duration <Warning: Alpha feature> CPU Manager reconciliation period. Examples: '10s', or '1m'. If not supplied, defaults to 'NodeStatusUpdateFrequency' (default 10s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --enable-controller-attach-detach Enables the Attach/Detach controller to manage attachment/detachment of volumes scheduled to this node, and disables kubelet from executing any attach/detach operations (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --enable-debugging-handlers Enables server endpoints for log collection and local running of containers and commands (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --enable-load-reader Whether to enable cpu load reader (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --enable-server Enable the Kubelet's server (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --enforce-node-allocatable strings A comma separated list of levels of node allocatable enforcement to be enforced by kubelet. Acceptable options are 'none', 'pods', 'system-reserved', and 'kube-reserved'. If the latter two options are specified, '--system-reserved-cgroup' and '--kube-reserved-cgroup' must also be set, respectively. If 'none' is specified, no additional options should be set. See https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/ for more details. (default [pods]) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --event-burst int32 Maximum size of a bursty event records, temporarily allows event records to burst to this number, while still not exceeding event-qps. The number must be >= 0. If 0 will use DefaultBurst: 10. (default 10) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --event-qps int32 QPS to limit event creations. The number must be >= 0. If 0 will use DefaultQPS: 5. (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --event-storage-age-limit string Max length of time for which to store events (per type). Value is a comma separated list of key values, where the keys are event types (e.g.: creation, oom) or "default" and the value is a duration. Default is applied to all non-specified event types (default "default=0") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --event-storage-event-limit string Max number of events to store (per type). Value is a comma separated list of key values, where the keys are event types (e.g.: creation, oom) or "default" and the value is an integer. Default is applied to all non-specified event types (default "default=0") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --eviction-hard mapStringString A set of eviction thresholds (e.g. memory.available<1Gi) that if met would trigger a pod eviction. (default imagefs.available<15%,memory.available<100Mi,nodefs.available<10%,nodefs.inodesFree<5%) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --eviction-max-pod-grace-period int32 Maximum allowed grace period (in seconds) to use when terminating pods in response to a soft eviction threshold being met. If negative, defer to pod specified value. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --eviction-minimum-reclaim mapStringString A set of minimum reclaims (e.g. imagefs.available=2Gi) that describes the minimum amount of resource the kubelet will reclaim when performing a pod eviction if that resource is under pressure. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --eviction-pressure-transition-period duration Duration for which the kubelet has to wait before transitioning out of an eviction pressure condition. (default 5m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --eviction-soft mapStringString A set of eviction thresholds (e.g. memory.available<1.5Gi) that if met over a corresponding grace period would trigger a pod eviction. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --eviction-soft-grace-period mapStringString A set of eviction grace periods (e.g. memory.available=1m30s) that correspond to how long a soft eviction threshold must hold before triggering a pod eviction. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --exit-on-lock-contention Whether kubelet should exit upon lock-file contention.
Mar 09 01:27:40 kind-control-plane kubelet[266]: --experimental-allocatable-ignore-eviction When set to 'true', Hard Eviction Thresholds will be ignored while calculating Node Allocatable. See https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/ for more details. [default=false] (DEPRECATED: will be removed in 1.24 or later.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --experimental-kernel-memcg-notification Use kernelMemcgNotification configuration, this flag will be removed in 1.24 or later. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --experimental-mounter-path string [Experimental] Path of mounter binary. Leave empty to use the default mount. (DEPRECATED: will be removed in 1.24 or later. in favor of using CSI.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --fail-swap-on Makes the Kubelet fail to start if swap is enabled on the node. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --feature-gates mapStringBool A set of key=value pairs that describe feature gates for alpha/experimental features. Options are:
Mar 09 01:27:40 kind-control-plane kubelet[266]: APIListChunking=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: APIPriorityAndFairness=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: APIResponseCompression=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: APIServerIdentity=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: APIServerTracing=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: AllAlpha=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: AllBeta=true|false (BETA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: AnyVolumeDataSource=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: AppArmor=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: CPUManager=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: CPUManagerPolicyAlphaOptions=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: CPUManagerPolicyBetaOptions=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: CPUManagerPolicyOptions=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: CSIInlineVolume=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: CSIMigration=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: CSIMigrationAWS=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: CSIMigrationAzureFile=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: CSIMigrationGCE=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: CSIMigrationPortworx=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: CSIMigrationRBD=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: CSIMigrationvSphere=true|false (BETA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: CSIVolumeHealth=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: ContextualLogging=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: CronJobTimeZone=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: CustomCPUCFSQuotaPeriod=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: CustomResourceValidationExpressions=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: DaemonSetUpdateSurge=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: DelegateFSGroupToCSIDriver=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: DevicePlugins=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: DisableAcceleratorUsageMetrics=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: DisableCloudProviders=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: DisableKubeletCloudCredentialProviders=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: DownwardAPIHugePages=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: EndpointSliceTerminatingCondition=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: EphemeralContainers=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: ExpandedDNSConfig=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: ExperimentalHostUserNamespaceDefaulting=true|false (BETA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: GRPCContainerProbe=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: GracefulNodeShutdown=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: GracefulNodeShutdownBasedOnPodPriority=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: HPAContainerMetrics=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: HPAScaleToZero=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: HonorPVReclaimPolicy=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: IdentifyPodOS=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: InTreePluginAWSUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: InTreePluginAzureDiskUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: InTreePluginAzureFileUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: InTreePluginGCEUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: InTreePluginOpenStackUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: InTreePluginPortworxUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: InTreePluginRBDUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: InTreePluginvSphereUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: JobMutableNodeSchedulingDirectives=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: JobReadyPods=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: JobTrackingWithFinalizers=true|false (BETA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: KubeletCredentialProviders=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: KubeletInUserNamespace=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: KubeletPodResources=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: KubeletPodResourcesGetAllocatable=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: LegacyServiceAccountTokenNoAutoGeneration=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: LocalStorageCapacityIsolation=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: LocalStorageCapacityIsolationFSQuotaMonitoring=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: LogarithmicScaleDown=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: MaxUnavailableStatefulSet=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: MemoryManager=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: MemoryQoS=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: MinDomainsInPodTopologySpread=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: MixedProtocolLBService=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: NetworkPolicyEndPort=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: NetworkPolicyStatus=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: NodeOutOfServiceVolumeDetach=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: NodeSwap=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: OpenAPIEnums=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: OpenAPIV3=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: PodAndContainerStatsFromCRI=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: PodDeletionCost=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: PodSecurity=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: ProbeTerminationGracePeriod=true|false (BETA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: ProcMountType=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: ProxyTerminatingEndpoints=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: QOSReserved=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: ReadWriteOncePod=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: RecoverVolumeExpansionFailure=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: RemainingItemCount=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: RotateKubeletServerCertificate=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: SeccompDefault=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: ServerSideFieldValidation=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: ServiceIPStaticSubrange=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: ServiceInternalTrafficPolicy=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: SizeMemoryBackedVolumes=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: StatefulSetAutoDeletePVC=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: StatefulSetMinReadySeconds=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: StorageVersionAPI=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: StorageVersionHash=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: TopologyAwareHints=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: TopologyManager=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: VolumeCapacityPriority=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: WinDSR=true|false (ALPHA - default=false)
Mar 09 01:27:40 kind-control-plane kubelet[266]: WinOverlay=true|false (BETA - default=true)
Mar 09 01:27:40 kind-control-plane kubelet[266]: WindowsHostProcessContainers=true|false (BETA - default=true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --file-check-frequency duration Duration between checking config files for new data (default 20s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --global-housekeeping-interval duration Interval between global housekeepings (default 1m0s) (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --hairpin-mode string How should the kubelet setup hairpin NAT. This allows endpoints of a Service to loadbalance back to themselves if they should try to access their own Service. Valid values are "promiscuous-bridge", "hairpin-veth" and "none". (default "promiscuous-bridge") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --healthz-bind-address ip The IP address for the healthz server to serve on (set to '0.0.0.0' or '::' for listening in all interfaces and IP families) (default 127.0.0.1) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --healthz-port int32 The port of the localhost healthz endpoint (set to 0 to disable) (default 10248) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: -h, --help help for kubelet
Mar 09 01:27:40 kind-control-plane kubelet[266]: --hostname-override string If non-empty, will use this string as identification instead of the actual hostname. If --cloud-provider is set, the cloud provider determines the name of the node (consult cloud provider documentation to determine if and how the hostname is used).
Mar 09 01:27:40 kind-control-plane kubelet[266]: --housekeeping-interval duration Interval between container housekeepings (default 10s)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --http-check-frequency duration Duration between checking http for new data (default 20s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --image-credential-provider-bin-dir string The path to the directory where credential provider plugin binaries are located.
Mar 09 01:27:40 kind-control-plane kubelet[266]: --image-credential-provider-config string The path to the credential provider plugin config file.
Mar 09 01:27:40 kind-control-plane kubelet[266]: --image-gc-high-threshold int32 The percent of disk usage after which image garbage collection is always run. Values must be within the range [0, 100], To disable image garbage collection, set to 100. (default 85) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --image-gc-low-threshold int32 The percent of disk usage before which image garbage collection is never run. Lowest disk usage to garbage collect to. Values must be within the range [0, 100] and should not be larger than that of --image-gc-high-threshold. (default 80) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --image-service-endpoint string The endpoint of remote image service. If not specified, it will be the same with --container-runtime-endpoint by default. Unix Domain Socket are supported on Linux, while npipe and tcp endpoints are supported on Windows. Examples:'unix:///path/to/runtime.sock', 'npipe:////./pipe/runtime'
Mar 09 01:27:40 kind-control-plane kubelet[266]: --iptables-drop-bit int32 The bit of the fwmark space to mark packets for dropping. Must be within the range [0, 31]. (default 15) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --iptables-masquerade-bit int32 The bit of the fwmark space to mark packets for SNAT. Must be within the range [0, 31]. Please match this parameter with corresponding parameter in kube-proxy. (default 14) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --keep-terminated-pod-volumes Keep terminated pod volumes mounted to the node after the pod terminates. Can be useful for debugging volume related issues. (DEPRECATED: will be removed in a future version)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --kernel-memcg-notification If enabled, the kubelet will integrate with the kernel memcg notification to determine if memory eviction thresholds are crossed rather than polling. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --kube-api-burst int32 Burst to use while talking with kubernetes apiserver. The number must be >= 0. If 0 will use DefaultBurst: 10. Doesn't cover events and node heartbeat apis which rate limiting is controlled by a different set of flags (default 10) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --kube-api-content-type string Content type of requests sent to apiserver. (default "application/vnd.kubernetes.protobuf") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --kube-api-qps int32 QPS to use while talking with kubernetes apiserver. The number must be >= 0. If 0 will use DefaultQPS: 5. Doesn't cover events and node heartbeat apis which rate limiting is controlled by a different set of flags (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --kube-reserved mapStringString A set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=500Mi,ephemeral-storage=1Gi) pairs that describe resources reserved for kubernetes system components. Currently cpu, memory and local ephemeral storage for root file system are supported. See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ for more detail. [default=none] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --kube-reserved-cgroup string Absolute name of the top level cgroup that is used to manage kubernetes components for which compute resources were reserved via '--kube-reserved' flag. Ex. '/kube-reserved'. [default=''] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --kubeconfig string Path to a kubeconfig file, specifying how to connect to the API server. Providing --kubeconfig enables API server mode, omitting --kubeconfig enables standalone mode.
Mar 09 01:27:40 kind-control-plane kubelet[266]: --kubelet-cgroups string Optional absolute name of cgroups to create and run the Kubelet in. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --lock-file string <Warning: Alpha feature> The path to file for kubelet to use as a lock file.
Mar 09 01:27:40 kind-control-plane kubelet[266]: --log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --log-cadvisor-usage Whether to log the usage of the cAdvisor container (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --log-dir string If non-empty, write log files in this directory (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --log-file string If non-empty, use this log file (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --log-json-info-buffer-size quantity [Experimental] In JSON format with split output streams, the info messages can be buffered for a while to increase performance. The default value of zero bytes disables buffering. The size can be specified as number of bytes (512), multiples of 1000 (1K), multiples of 1024 (2Ki), or powers of those (3M, 4G, 5Mi, 6Gi). (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --log-json-split-stream [Experimental] In JSON format, write error messages to stderr and info messages to stdout. The default is to write a single stream to stdout. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --logging-format string Sets the log format. Permitted formats: "json", "text".
Mar 09 01:27:40 kind-control-plane kubelet[266]: Non-default formats don't honor these flags: --add-dir-header, --alsologtostderr, --log-backtrace-at, --log-dir, --log-file, --log-file-max-size, --logtostderr, --one-output, --skip-headers, --skip-log-headers, --stderrthreshold, --vmodule.
Mar 09 01:27:40 kind-control-plane kubelet[266]: Non-default choices are currently alpha and subject to change without warning. (default "text") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --logtostderr log to standard error instead of files (default true) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --machine-id-file string Comma-separated list of files to check for machine-id. Use the first one that exists. (default "/etc/machine-id,/var/lib/dbus/machine-id") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --make-iptables-util-chains If true, kubelet will ensure iptables utility rules are present on host. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --manifest-url string URL for accessing additional Pod specifications to run (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --manifest-url-header colonSeparatedMultimapStringString Comma-separated list of HTTP headers to use when accessing the url provided to --manifest-url. Multiple headers with the same name will be added in the same order provided. This flag can be repeatedly invoked. For example: --manifest-url-header 'a:hello,b:again,c:world' --manifest-url-header 'b:beautiful' (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --master-service-namespace string The namespace from which the kubernetes master services should be injected into pods (default "default") (DEPRECATED: This flag will be removed in a future version.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --max-open-files int Number of files that can be opened by Kubelet process. (default 1000000) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --max-pods int32 Number of Pods that can run on this Kubelet. (default 110) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --maximum-dead-containers int32 Maximum number of old instances of containers to retain globally. Each container takes up some disk space. To disable, set to a negative number. (default -1) (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --maximum-dead-containers-per-container int32 Maximum number of old instances to retain per container. Each container takes up some disk space. (default 1) (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --memory-manager-policy string Memory Manager policy to use. Possible values: 'None', 'Static'. (default "None") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --minimum-container-ttl-duration duration Minimum age for a finished container before it is garbage collected. Examples: '300ms', '10s' or '2h45m' (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --minimum-image-ttl-duration duration Minimum age for an unused image before it is garbage collected. Examples: '300ms', '10s' or '2h45m'. (default 2m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --node-ip string IP address (or comma-separated dual-stack IP addresses) of the node. If unset, kubelet will use the node's default IPv4 address, if any, or its default IPv6 address if it has no IPv4 addresses. You can pass '::' to make it prefer the default IPv6 address rather than the default IPv4 address.
Mar 09 01:27:40 kind-control-plane kubelet[266]: --node-labels mapStringString <Warning: Alpha feature> Labels to add when registering the node in the cluster. Labels must be key=value pairs separated by ','. Labels in the 'kubernetes.io' namespace must begin with an allowed prefix (kubelet.kubernetes.io, node.kubernetes.io) or be in the specifically allowed set (beta.kubernetes.io/arch, beta.kubernetes.io/instance-type, beta.kubernetes.io/os, failure-domain.beta.kubernetes.io/region, failure-domain.beta.kubernetes.io/zone, kubernetes.io/arch, kubernetes.io/hostname, kubernetes.io/os, node.kubernetes.io/instance-type, topology.kubernetes.io/region, topology.kubernetes.io/zone)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --node-status-max-images int32 The maximum number of images to report in Node.Status.Images. If -1 is specified, no cap will be applied. (default 50) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --node-status-update-frequency duration Specifies how often kubelet posts node status to master. Note: be cautious when changing the constant, it must work with nodeMonitorGracePeriod in nodecontroller. (default 10s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --one-output If true, only write logs to their native severity level (vs also writing to each lower severity level) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --oom-score-adj int32 The oom-score-adj value for kubelet process. Values must be within the range [-1000, 1000] (default -999) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --pod-cidr string The CIDR to use for pod IP addresses, only used in standalone mode. In cluster mode, this is obtained from the master. For IPv6, the maximum number of IP's allocated is 65536 (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --pod-infra-container-image string Specified image will not be pruned by the image garbage collector. CRI implementations have their own configuration to set this image. (default "registry.k8s.io/pause:3.7") (DEPRECATED: will be removed in 1.27. Image garbage collector will get sandbox image information from CRI.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --pod-manifest-path string Path to the directory containing static pod files to run, or the path to a single static pod file. Files starting with dots will be ignored. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --pod-max-pids int Set the maximum number of processes per pod. If -1, the kubelet defaults to the node allocatable pid capacity. (default -1) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --pods-per-core int32 Number of Pods per core that can run on this Kubelet. The total number of Pods on this Kubelet cannot exceed max-pods, so max-pods will be used if this calculation results in a larger number of Pods allowed on the Kubelet. A value of 0 disables this limit. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --port int32 The port for the Kubelet to serve on. (default 10250) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --protect-kernel-defaults Default kubelet behaviour for kernel tuning. If set, kubelet errors if any of kernel tunables is different than kubelet defaults. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --provider-id string Unique identifier for identifying the node in a machine database, i.e cloudprovider (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --qos-reserved mapStringString <Warning: Alpha feature> A set of ResourceName=Percentage (e.g. memory=50%) pairs that describe how pod resource requests are reserved at the QoS level. Currently only memory is supported. Requires the QOSReserved feature gate to be enabled. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --read-only-port int32 The read-only port for the Kubelet to serve on with no authentication/authorization (set to 0 to disable) (default 10255) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --register-node Register the node with the apiserver. If --kubeconfig is not provided, this flag is irrelevant, as the Kubelet won't have an apiserver to register with. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --register-schedulable Register the node as schedulable. Won't have any effect if register-node is false. (default true) (DEPRECATED: will be removed in a future version)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --register-with-taints []v1.Taint Register the node with the given list of taints (comma separated "<key>=<value>:<effect>"). No-op if register-node is false. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --registry-burst int32 Maximum size of a bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry-qps. Only used if --registry-qps > 0 (default 10) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --registry-qps int32 If > 0, limit registry pull QPS to this value. If 0, unlimited. (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --reserved-cpus string A comma-separated list of CPUs or CPU ranges that are reserved for system and kubernetes usage. This specific list will supersede cpu counts in --system-reserved and --kube-reserved. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --reserved-memory reserved-memory A comma separated list of memory reservations for NUMA nodes. (e.g. --reserved-memory 0:memory=1Gi,hugepages-1M=2Gi --reserved-memory 1:memory=2Gi). The total sum for each memory type should be equal to the sum of kube-reserved, system-reserved and eviction-threshold. See https://kubernetes.io/docs/tasks/administer-cluster/memory-manager/#reserved-memory-flag for more details. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --resolv-conf string Resolver configuration file used as the basis for the container DNS resolution configuration. (default "/etc/resolv.conf") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --root-dir string Directory path for managing kubelet files (volume mounts,etc). (default "/var/lib/kubelet")
Mar 09 01:27:40 kind-control-plane kubelet[266]: --rotate-certificates <Warning: Beta feature> Auto rotate the kubelet client certificates by requesting new certificates from the kube-apiserver when the certificate expiration approaches. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --rotate-server-certificates Auto-request and rotate the kubelet serving certificates by requesting new certificates from the kube-apiserver when the certificate expiration approaches. Requires the RotateKubeletServerCertificate feature gate to be enabled, and approval of the submitted CertificateSigningRequest objects. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --runonce If true, exit after spawning pods from static pod files or remote urls. Exclusive with --enable-server (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --runtime-cgroups string Optional absolute name of cgroups to create and run the runtime in.
Mar 09 01:27:40 kind-control-plane kubelet[266]: --runtime-request-timeout duration Timeout of all runtime requests except long running request - pull, logs, exec and attach. When timeout exceeded, kubelet will cancel the request, throw out an error and retry later. (default 2m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --seccomp-default RuntimeDefault <Warning: Alpha feature> Enable the use of RuntimeDefault as the default seccomp profile for all workloads. The SeccompDefault feature gate must be enabled to allow this flag, which is disabled per default.
Mar 09 01:27:40 kind-control-plane kubelet[266]: --serialize-image-pulls Pull images one at a time. We recommend *not* changing the default value on nodes that run docker daemon with version < 1.9 or an Aufs storage backend. Issue #10959 has more details. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --skip-headers If true, avoid header prefixes in the log messages (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --skip-log-headers If true, avoid headers when opening log files (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --stderrthreshold severity logs at or above this threshold go to stderr (default 2) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --storage-driver-buffer-duration duration Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s) (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --storage-driver-db string database name (default "cadvisor") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --storage-driver-host string database host:port (default "localhost:8086") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --storage-driver-password string database password (default "root") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --storage-driver-secure use secure connection with database (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --storage-driver-table string table name (default "stats") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --storage-driver-user string database username (default "root") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --streaming-connection-idle-timeout duration Maximum time a streaming connection can be idle before the connection is automatically closed. 0 indicates no timeout. Example: '5m'. Note: All connections to the kubelet server have a maximum duration of 4 hours. (default 4h0m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --sync-frequency duration Max period between synchronizing running containers and config (default 1m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --system-cgroups string Optional absolute name of cgroups in which to place all non-kernel processes that are not already inside a cgroup under '/'. Empty for no container. Rolling back the flag requires a reboot. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --system-reserved mapStringString A set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=500Mi,ephemeral-storage=1Gi) pairs that describe resources reserved for non-kubernetes components. Currently only cpu and memory are supported. See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ for more detail. [default=none] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --system-reserved-cgroup string Absolute name of the top level cgroup that is used to manage non-kubernetes components for which compute resources were reserved via '--system-reserved' flag. Ex. '/system-reserved'. [default=''] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --tls-cert-file string File containing x509 Certificate used for serving HTTPS (with intermediate certs, if any, concatenated after server cert). If --tls-cert-file and --tls-private-key-file are not provided, a self-signed certificate and key are generated for the public address and saved to the directory passed to --cert-dir. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --tls-cipher-suites strings Comma-separated list of cipher suites for the server. If omitted, the default Go cipher suites will be used.
Mar 09 01:27:40 kind-control-plane kubelet[266]: Preferred values: TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384.
Mar 09 01:27:40 kind-control-plane kubelet[266]: Insecure values: TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_RC4_128_SHA, TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH_3DES_EDE_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_RC4_128_SHA. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --tls-min-version string Minimum TLS version supported. Possible values: VersionTLS10, VersionTLS11, VersionTLS12, VersionTLS13 (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --tls-private-key-file string File containing x509 private key matching --tls-cert-file. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --topology-manager-policy string Topology Manager policy to use. Possible values: 'none', 'best-effort', 'restricted', 'single-numa-node'. (default "none") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --topology-manager-scope string Scope to which topology hints applied. Topology Manager collects hints from Hint Providers and applies them to defined scope to ensure the pod admission. Possible values: 'container', 'pod'. (default "container") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: -v, --v Level number for the log level verbosity
Mar 09 01:27:40 kind-control-plane kubelet[266]: --version version[=true] Print version information and quit
Mar 09 01:27:40 kind-control-plane kubelet[266]: --vmodule pattern=N,... comma-separated list of pattern=N settings for file-filtered logging (only works for text log format)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --volume-plugin-dir string The full path of the directory in which to search for additional third party volume plugins (default "/usr/libexec/kubernetes/kubelet-plugins/volume/exec/") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: --volume-stats-agg-period duration Specifies interval for kubelet to calculate and cache the volume disk usage for all pods and volumes. To disable volume calculations, set to a negative number. (default 1m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:40 kind-control-plane kubelet[266]: Error: failed to run Kubelet: invalid configuration: cgroup ["kubelet"] has some missing paths: /sys/fs/cgroup/cpuset/kubelet.slice, /sys/fs/cgroup/systemd/kubelet.slice, /sys/fs/cgroup/cpu/kubelet.slice, /sys/fs/cgroup/pids/kubelet.slice, /sys/fs/cgroup/memory/kubelet.slice, /sys/fs/cgroup/cpuacct/kubelet.slice, /sys/fs/cgroup/hugetlb/kubelet.slice
Mar 09 01:27:40 kind-control-plane systemd[1]: kubelet.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 01:27:40 kind-control-plane systemd[1]: kubelet.service: Failed with result 'exit-code'.
Mar 09 01:27:41 kind-control-plane systemd[1]: kubelet.service: Scheduled restart job, restart counter is at 1.
Mar 09 01:27:41 kind-control-plane systemd[1]: Stopped kubelet: The Kubernetes Node Agent.
Mar 09 01:27:41 kind-control-plane systemd[1]: Starting kubelet: The Kubernetes Node Agent...
Mar 09 01:27:41 kind-control-plane systemd[1]: Started kubelet: The Kubernetes Node Agent.
Mar 09 01:27:41 kind-control-plane kubelet[281]: Flag --container-runtime has been deprecated, will be removed in 1.27 as the only valid value is 'remote'
Mar 09 01:27:41 kind-control-plane kubelet[281]: Flag --pod-infra-container-image has been deprecated, will be removed in 1.27. Image garbage collector will get sandbox image information from CRI.
Mar 09 01:27:41 kind-control-plane kubelet[281]: Flag --provider-id has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:41 kind-control-plane kubelet[281]: Flag --fail-swap-on has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:41 kind-control-plane kubelet[281]: Flag --cgroup-root has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:41 kind-control-plane kubelet[281]: I0309 01:27:41.316373 281 server.go:193] "--pod-infra-container-image will not be pruned by the image garbage collector in kubelet and should also be set in the remote runtime"
Mar 09 01:27:41 kind-control-plane kubelet[281]: Flag --container-runtime has been deprecated, will be removed in 1.27 as the only valid value is 'remote'
Mar 09 01:27:41 kind-control-plane kubelet[281]: Flag --pod-infra-container-image has been deprecated, will be removed in 1.27. Image garbage collector will get sandbox image information from CRI.
Mar 09 01:27:41 kind-control-plane kubelet[281]: Flag --provider-id has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:41 kind-control-plane kubelet[281]: Flag --fail-swap-on has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:41 kind-control-plane kubelet[281]: Flag --cgroup-root has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:41 kind-control-plane kubelet[281]: I0309 01:27:41.328460 281 server.go:399] "Kubelet version" kubeletVersion="v1.24.10-sieve-5c1d2d4295f9b4eb12bfbf6429fdf989f2ca8a02-dirty"
Mar 09 01:27:41 kind-control-plane kubelet[281]: I0309 01:27:41.328519 281 server.go:401] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
Mar 09 01:27:41 kind-control-plane kubelet[281]: I0309 01:27:41.328829 281 server.go:813] "Client rotation is on, will bootstrap in background"
Mar 09 01:27:41 kind-control-plane kubelet[281]: I0309 01:27:41.330691 281 certificate_store.go:130] Loading cert/key pair from "/var/lib/kubelet/pki/kubelet-client-current.pem".
Mar 09 01:27:41 kind-control-plane kubelet[281]: I0309 01:27:41.331874 281 dynamic_cafile_content.go:157] "Starting controller" name="client-ca-bundle::/etc/kubernetes/pki/ca.crt"
Mar 09 01:27:41 kind-control-plane kubelet[281]: W0309 01:27:41.336407 281 sysinfo.go:203] Nodes topology is not available, providing CPU topology
Mar 09 01:27:41 kind-control-plane kubelet[281]: Error: failed to run Kubelet: invalid configuration: cgroup ["kubelet"] has some missing paths: /sys/fs/cgroup/cpuacct/kubelet.slice, /sys/fs/cgroup/hugetlb/kubelet.slice, /sys/fs/cgroup/memory/kubelet.slice, /sys/fs/cgroup/cpu/kubelet.slice, /sys/fs/cgroup/cpuset/kubelet.slice, /sys/fs/cgroup/systemd/kubelet.slice, /sys/fs/cgroup/pids/kubelet.slice
Mar 09 01:27:41 kind-control-plane kubelet[281]: Usage:
Mar 09 01:27:41 kind-control-plane kubelet[281]: kubelet [flags]
Mar 09 01:27:41 kind-control-plane kubelet[281]: Flags:
Mar 09 01:27:41 kind-control-plane kubelet[281]: --add-dir-header If true, adds the file directory to the header of the log messages (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --address ip The IP address for the Kubelet to serve on (set to '0.0.0.0' or '::' for listening in all interfaces and IP families) (default 0.0.0.0) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --allowed-unsafe-sysctls strings Comma-separated whitelist of unsafe sysctls or unsafe sysctl patterns (ending in *). Use these at your own risk. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --alsologtostderr log to standard error as well as files (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --anonymous-auth Enables anonymous requests to the Kubelet server. Requests that are not rejected by another authentication method are treated as anonymous requests. Anonymous requests have a username of system:anonymous, and a group name of system:unauthenticated. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --application-metrics-count-limit int Max number of application metrics to store (per container) (default 100) (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --authentication-token-webhook Use the TokenReview API to determine authentication for bearer tokens. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --authentication-token-webhook-cache-ttl duration The duration to cache responses from the webhook token authenticator. (default 2m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --authorization-mode string Authorization mode for Kubelet server. Valid options are AlwaysAllow or Webhook. Webhook mode uses the SubjectAccessReview API to determine authorization. (default "AlwaysAllow") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --authorization-webhook-cache-authorized-ttl duration The duration to cache 'authorized' responses from the webhook authorizer. (default 5m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --authorization-webhook-cache-unauthorized-ttl duration The duration to cache 'unauthorized' responses from the webhook authorizer. (default 30s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --azure-container-registry-config string Path to the file containing Azure container registry configuration information.
Mar 09 01:27:41 kind-control-plane kubelet[281]: --boot-id-file string Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --bootstrap-kubeconfig string Path to a kubeconfig file that will be used to get client certificate for kubelet. If the file specified by --kubeconfig does not exist, the bootstrap kubeconfig is used to request a client certificate from the API server. On success, a kubeconfig file referencing the generated client certificate and key is written to the path specified by --kubeconfig. The client certificate and key file will be stored in the directory pointed by --cert-dir.
Mar 09 01:27:41 kind-control-plane kubelet[281]: --cert-dir string The directory where the TLS certs are located. If --tls-cert-file and --tls-private-key-file are provided, this flag will be ignored. (default "/var/lib/kubelet/pki")
Mar 09 01:27:41 kind-control-plane kubelet[281]: --cgroup-driver string Driver that the kubelet uses to manipulate cgroups on the host. Possible values: 'cgroupfs', 'systemd' (default "cgroupfs") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --cgroup-root string Optional root cgroup to use for pods. This is handled by the container runtime on a best effort basis. Default: '', which means use the container runtime default. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --cgroups-per-qos Enable creation of QoS cgroup hierarchy, if true top level QoS and pod cgroups are created. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --client-ca-file string If set, any request presenting a client certificate signed by one of the authorities in the client-ca-file is authenticated with an identity corresponding to the CommonName of the client certificate. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --cloud-config string The path to the cloud provider configuration file. Empty string for no configuration file. (DEPRECATED: will be removed in 1.24 or later, in favor of removing cloud provider code from Kubelet.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --cloud-provider string The provider for cloud services. Set to empty string for running with no cloud provider. If set, the cloud provider determines the name of the node (consult cloud provider documentation to determine if and how the hostname is used). (DEPRECATED: will be removed in 1.24 or later, in favor of removing cloud provider code from Kubelet.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --cluster-dns strings Comma-separated list of DNS server IP address. This value is used for containers DNS server in case of Pods with "dnsPolicy=ClusterFirst". Note: all DNS servers appearing in the list MUST serve the same set of records otherwise name resolution within the cluster may not work correctly. There is no guarantee as to which DNS server may be contacted for name resolution. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --cluster-domain string Domain for this cluster. If set, kubelet will configure all containers to search this domain in addition to the host's search domains (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --config string The Kubelet will load its initial configuration from this file. The path may be absolute or relative; relative paths start at the Kubelet's current working directory. Omit this flag to use the built-in default configuration values. Command-line flags override configuration from this file.
Mar 09 01:27:41 kind-control-plane kubelet[281]: --container-hints string location of the container hints file (default "/etc/cadvisor/container_hints.json") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --container-log-max-files int32 <Warning: Beta feature> Set the maximum number of container log files that can be present for a container. The number must be >= 2. This flag can only be used with --container-runtime=remote. (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --container-log-max-size string <Warning: Beta feature> Set the maximum size (e.g. 10Mi) of container log file before it is rotated. This flag can only be used with --container-runtime=remote. (default "10Mi") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --container-runtime string The container runtime to use. Possible value: 'remote'. (default "remote") (DEPRECATED: will be removed in 1.27 as the only valid value is 'remote')
Mar 09 01:27:41 kind-control-plane kubelet[281]: --container-runtime-endpoint string The endpoint of remote runtime service. Unix Domain Sockets are supported on Linux, while npipe and tcp endpoints are supported on Windows. Examples:'unix:///path/to/runtime.sock', 'npipe:////./pipe/runtime'
Mar 09 01:27:41 kind-control-plane kubelet[281]: --containerd string containerd endpoint (default "/run/containerd/containerd.sock") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --containerd-namespace string containerd namespace (default "k8s.io") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --contention-profiling Enable lock contention profiling, if profiling is enabled (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --cpu-cfs-quota Enable CPU CFS quota enforcement for containers that specify CPU limits (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --cpu-cfs-quota-period duration Sets CPU CFS quota period value, cpu.cfs_period_us, defaults to Linux Kernel default (default 100ms) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --cpu-manager-policy string CPU Manager policy to use. Possible values: 'none', 'static'. (default "none") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --cpu-manager-policy-options mapStringString A set of key=value CPU Manager policy options to use, to fine tune their behaviour. If not supplied, keep the default behaviour. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --cpu-manager-reconcile-period duration <Warning: Alpha feature> CPU Manager reconciliation period. Examples: '10s', or '1m'. If not supplied, defaults to 'NodeStatusUpdateFrequency' (default 10s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --enable-controller-attach-detach Enables the Attach/Detach controller to manage attachment/detachment of volumes scheduled to this node, and disables kubelet from executing any attach/detach operations (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --enable-debugging-handlers Enables server endpoints for log collection and local running of containers and commands (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --enable-load-reader Whether to enable cpu load reader (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --enable-server Enable the Kubelet's server (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --enforce-node-allocatable strings A comma separated list of levels of node allocatable enforcement to be enforced by kubelet. Acceptable options are 'none', 'pods', 'system-reserved', and 'kube-reserved'. If the latter two options are specified, '--system-reserved-cgroup' and '--kube-reserved-cgroup' must also be set, respectively. If 'none' is specified, no additional options should be set. See https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/ for more details. (default [pods]) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --event-burst int32 Maximum size of a bursty event records, temporarily allows event records to burst to this number, while still not exceeding event-qps. The number must be >= 0. If 0 will use DefaultBurst: 10. (default 10) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --event-qps int32 QPS to limit event creations. The number must be >= 0. If 0 will use DefaultQPS: 5. (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --event-storage-age-limit string Max length of time for which to store events (per type). Value is a comma separated list of key values, where the keys are event types (e.g.: creation, oom) or "default" and the value is a duration. Default is applied to all non-specified event types (default "default=0") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --event-storage-event-limit string Max number of events to store (per type). Value is a comma separated list of key values, where the keys are event types (e.g.: creation, oom) or "default" and the value is an integer. Default is applied to all non-specified event types (default "default=0") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --eviction-hard mapStringString A set of eviction thresholds (e.g. memory.available<1Gi) that if met would trigger a pod eviction. (default imagefs.available<15%,memory.available<100Mi,nodefs.available<10%,nodefs.inodesFree<5%) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --eviction-max-pod-grace-period int32 Maximum allowed grace period (in seconds) to use when terminating pods in response to a soft eviction threshold being met. If negative, defer to pod specified value. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --eviction-minimum-reclaim mapStringString A set of minimum reclaims (e.g. imagefs.available=2Gi) that describes the minimum amount of resource the kubelet will reclaim when performing a pod eviction if that resource is under pressure. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --eviction-pressure-transition-period duration Duration for which the kubelet has to wait before transitioning out of an eviction pressure condition. (default 5m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --eviction-soft mapStringString A set of eviction thresholds (e.g. memory.available<1.5Gi) that if met over a corresponding grace period would trigger a pod eviction. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --eviction-soft-grace-period mapStringString A set of eviction grace periods (e.g. memory.available=1m30s) that correspond to how long a soft eviction threshold must hold before triggering a pod eviction. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --exit-on-lock-contention Whether kubelet should exit upon lock-file contention.
Mar 09 01:27:41 kind-control-plane kubelet[281]: --experimental-allocatable-ignore-eviction When set to 'true', Hard Eviction Thresholds will be ignored while calculating Node Allocatable. See https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/ for more details. [default=false] (DEPRECATED: will be removed in 1.24 or later.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --experimental-kernel-memcg-notification Use kernelMemcgNotification configuration, this flag will be removed in 1.24 or later. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --experimental-mounter-path string [Experimental] Path of mounter binary. Leave empty to use the default mount. (DEPRECATED: will be removed in 1.24 or later. in favor of using CSI.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --fail-swap-on Makes the Kubelet fail to start if swap is enabled on the node. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --feature-gates mapStringBool A set of key=value pairs that describe feature gates for alpha/experimental features. Options are:
Mar 09 01:27:41 kind-control-plane kubelet[281]: APIListChunking=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: APIPriorityAndFairness=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: APIResponseCompression=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: APIServerIdentity=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: APIServerTracing=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: AllAlpha=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: AllBeta=true|false (BETA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: AnyVolumeDataSource=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: AppArmor=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: CPUManager=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: CPUManagerPolicyAlphaOptions=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: CPUManagerPolicyBetaOptions=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: CPUManagerPolicyOptions=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: CSIInlineVolume=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: CSIMigration=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: CSIMigrationAWS=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: CSIMigrationAzureFile=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: CSIMigrationGCE=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: CSIMigrationPortworx=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: CSIMigrationRBD=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: CSIMigrationvSphere=true|false (BETA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: CSIVolumeHealth=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: ContextualLogging=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: CronJobTimeZone=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: CustomCPUCFSQuotaPeriod=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: CustomResourceValidationExpressions=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: DaemonSetUpdateSurge=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: DelegateFSGroupToCSIDriver=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: DevicePlugins=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: DisableAcceleratorUsageMetrics=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: DisableCloudProviders=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: DisableKubeletCloudCredentialProviders=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: DownwardAPIHugePages=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: EndpointSliceTerminatingCondition=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: EphemeralContainers=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: ExpandedDNSConfig=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: ExperimentalHostUserNamespaceDefaulting=true|false (BETA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: GRPCContainerProbe=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: GracefulNodeShutdown=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: GracefulNodeShutdownBasedOnPodPriority=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: HPAContainerMetrics=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: HPAScaleToZero=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: HonorPVReclaimPolicy=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: IdentifyPodOS=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: InTreePluginAWSUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: InTreePluginAzureDiskUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: InTreePluginAzureFileUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: InTreePluginGCEUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: InTreePluginOpenStackUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: InTreePluginPortworxUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: InTreePluginRBDUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: InTreePluginvSphereUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: JobMutableNodeSchedulingDirectives=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: JobReadyPods=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: JobTrackingWithFinalizers=true|false (BETA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: KubeletCredentialProviders=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: KubeletInUserNamespace=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: KubeletPodResources=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: KubeletPodResourcesGetAllocatable=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: LegacyServiceAccountTokenNoAutoGeneration=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: LocalStorageCapacityIsolation=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: LocalStorageCapacityIsolationFSQuotaMonitoring=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: LogarithmicScaleDown=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: MaxUnavailableStatefulSet=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: MemoryManager=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: MemoryQoS=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: MinDomainsInPodTopologySpread=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: MixedProtocolLBService=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: NetworkPolicyEndPort=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: NetworkPolicyStatus=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: NodeOutOfServiceVolumeDetach=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: NodeSwap=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: OpenAPIEnums=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: OpenAPIV3=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: PodAndContainerStatsFromCRI=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: PodDeletionCost=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: PodSecurity=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: ProbeTerminationGracePeriod=true|false (BETA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: ProcMountType=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: ProxyTerminatingEndpoints=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: QOSReserved=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: ReadWriteOncePod=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: RecoverVolumeExpansionFailure=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: RemainingItemCount=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: RotateKubeletServerCertificate=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: SeccompDefault=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: ServerSideFieldValidation=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: ServiceIPStaticSubrange=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: ServiceInternalTrafficPolicy=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: SizeMemoryBackedVolumes=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: StatefulSetAutoDeletePVC=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: StatefulSetMinReadySeconds=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: StorageVersionAPI=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: StorageVersionHash=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: TopologyAwareHints=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: TopologyManager=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: VolumeCapacityPriority=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: WinDSR=true|false (ALPHA - default=false)
Mar 09 01:27:41 kind-control-plane kubelet[281]: WinOverlay=true|false (BETA - default=true)
Mar 09 01:27:41 kind-control-plane kubelet[281]: WindowsHostProcessContainers=true|false (BETA - default=true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --file-check-frequency duration Duration between checking config files for new data (default 20s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --global-housekeeping-interval duration Interval between global housekeepings (default 1m0s) (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --hairpin-mode string How should the kubelet setup hairpin NAT. This allows endpoints of a Service to loadbalance back to themselves if they should try to access their own Service. Valid values are "promiscuous-bridge", "hairpin-veth" and "none". (default "promiscuous-bridge") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --healthz-bind-address ip The IP address for the healthz server to serve on (set to '0.0.0.0' or '::' for listening in all interfaces and IP families) (default 127.0.0.1) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --healthz-port int32 The port of the localhost healthz endpoint (set to 0 to disable) (default 10248) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: -h, --help help for kubelet
Mar 09 01:27:41 kind-control-plane kubelet[281]: --hostname-override string If non-empty, will use this string as identification instead of the actual hostname. If --cloud-provider is set, the cloud provider determines the name of the node (consult cloud provider documentation to determine if and how the hostname is used).
Mar 09 01:27:41 kind-control-plane kubelet[281]: --housekeeping-interval duration Interval between container housekeepings (default 10s)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --http-check-frequency duration Duration between checking http for new data (default 20s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --image-credential-provider-bin-dir string The path to the directory where credential provider plugin binaries are located.
Mar 09 01:27:41 kind-control-plane kubelet[281]: --image-credential-provider-config string The path to the credential provider plugin config file.
Mar 09 01:27:41 kind-control-plane kubelet[281]: --image-gc-high-threshold int32 The percent of disk usage after which image garbage collection is always run. Values must be within the range [0, 100], To disable image garbage collection, set to 100. (default 85) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --image-gc-low-threshold int32 The percent of disk usage before which image garbage collection is never run. Lowest disk usage to garbage collect to. Values must be within the range [0, 100] and should not be larger than that of --image-gc-high-threshold. (default 80) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --image-service-endpoint string The endpoint of remote image service. If not specified, it will be the same with --container-runtime-endpoint by default. Unix Domain Socket are supported on Linux, while npipe and tcp endpoints are supported on Windows. Examples:'unix:///path/to/runtime.sock', 'npipe:////./pipe/runtime'
Mar 09 01:27:41 kind-control-plane kubelet[281]: --iptables-drop-bit int32 The bit of the fwmark space to mark packets for dropping. Must be within the range [0, 31]. (default 15) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --iptables-masquerade-bit int32 The bit of the fwmark space to mark packets for SNAT. Must be within the range [0, 31]. Please match this parameter with corresponding parameter in kube-proxy. (default 14) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --keep-terminated-pod-volumes Keep terminated pod volumes mounted to the node after the pod terminates. Can be useful for debugging volume related issues. (DEPRECATED: will be removed in a future version)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --kernel-memcg-notification If enabled, the kubelet will integrate with the kernel memcg notification to determine if memory eviction thresholds are crossed rather than polling. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --kube-api-burst int32 Burst to use while talking with kubernetes apiserver. The number must be >= 0. If 0 will use DefaultBurst: 10. Doesn't cover events and node heartbeat apis which rate limiting is controlled by a different set of flags (default 10) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --kube-api-content-type string Content type of requests sent to apiserver. (default "application/vnd.kubernetes.protobuf") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --kube-api-qps int32 QPS to use while talking with kubernetes apiserver. The number must be >= 0. If 0 will use DefaultQPS: 5. Doesn't cover events and node heartbeat apis which rate limiting is controlled by a different set of flags (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --kube-reserved mapStringString A set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=500Mi,ephemeral-storage=1Gi) pairs that describe resources reserved for kubernetes system components. Currently cpu, memory and local ephemeral storage for root file system are supported. See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ for more detail. [default=none] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --kube-reserved-cgroup string Absolute name of the top level cgroup that is used to manage kubernetes components for which compute resources were reserved via '--kube-reserved' flag. Ex. '/kube-reserved'. [default=''] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --kubeconfig string Path to a kubeconfig file, specifying how to connect to the API server. Providing --kubeconfig enables API server mode, omitting --kubeconfig enables standalone mode.
Mar 09 01:27:41 kind-control-plane kubelet[281]: --kubelet-cgroups string Optional absolute name of cgroups to create and run the Kubelet in. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --lock-file string <Warning: Alpha feature> The path to file for kubelet to use as a lock file.
Mar 09 01:27:41 kind-control-plane kubelet[281]: --log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --log-cadvisor-usage Whether to log the usage of the cAdvisor container (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --log-dir string If non-empty, write log files in this directory (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --log-file string If non-empty, use this log file (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --log-json-info-buffer-size quantity [Experimental] In JSON format with split output streams, the info messages can be buffered for a while to increase performance. The default value of zero bytes disables buffering. The size can be specified as number of bytes (512), multiples of 1000 (1K), multiples of 1024 (2Ki), or powers of those (3M, 4G, 5Mi, 6Gi). (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --log-json-split-stream [Experimental] In JSON format, write error messages to stderr and info messages to stdout. The default is to write a single stream to stdout. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --logging-format string Sets the log format. Permitted formats: "json", "text".
Mar 09 01:27:41 kind-control-plane kubelet[281]: Non-default formats don't honor these flags: --add-dir-header, --alsologtostderr, --log-backtrace-at, --log-dir, --log-file, --log-file-max-size, --logtostderr, --one-output, --skip-headers, --skip-log-headers, --stderrthreshold, --vmodule.
Mar 09 01:27:41 kind-control-plane kubelet[281]: Non-default choices are currently alpha and subject to change without warning. (default "text") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --logtostderr log to standard error instead of files (default true) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --machine-id-file string Comma-separated list of files to check for machine-id. Use the first one that exists. (default "/etc/machine-id,/var/lib/dbus/machine-id") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --make-iptables-util-chains If true, kubelet will ensure iptables utility rules are present on host. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --manifest-url string URL for accessing additional Pod specifications to run (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --manifest-url-header colonSeparatedMultimapStringString Comma-separated list of HTTP headers to use when accessing the url provided to --manifest-url. Multiple headers with the same name will be added in the same order provided. This flag can be repeatedly invoked. For example: --manifest-url-header 'a:hello,b:again,c:world' --manifest-url-header 'b:beautiful' (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --master-service-namespace string The namespace from which the kubernetes master services should be injected into pods (default "default") (DEPRECATED: This flag will be removed in a future version.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --max-open-files int Number of files that can be opened by Kubelet process. (default 1000000) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --max-pods int32 Number of Pods that can run on this Kubelet. (default 110) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --maximum-dead-containers int32 Maximum number of old instances of containers to retain globally. Each container takes up some disk space. To disable, set to a negative number. (default -1) (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --maximum-dead-containers-per-container int32 Maximum number of old instances to retain per container. Each container takes up some disk space. (default 1) (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --memory-manager-policy string Memory Manager policy to use. Possible values: 'None', 'Static'. (default "None") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --minimum-container-ttl-duration duration Minimum age for a finished container before it is garbage collected. Examples: '300ms', '10s' or '2h45m' (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --minimum-image-ttl-duration duration Minimum age for an unused image before it is garbage collected. Examples: '300ms', '10s' or '2h45m'. (default 2m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --node-ip string IP address (or comma-separated dual-stack IP addresses) of the node. If unset, kubelet will use the node's default IPv4 address, if any, or its default IPv6 address if it has no IPv4 addresses. You can pass '::' to make it prefer the default IPv6 address rather than the default IPv4 address.
Mar 09 01:27:41 kind-control-plane kubelet[281]: --node-labels mapStringString <Warning: Alpha feature> Labels to add when registering the node in the cluster. Labels must be key=value pairs separated by ','. Labels in the 'kubernetes.io' namespace must begin with an allowed prefix (kubelet.kubernetes.io, node.kubernetes.io) or be in the specifically allowed set (beta.kubernetes.io/arch, beta.kubernetes.io/instance-type, beta.kubernetes.io/os, failure-domain.beta.kubernetes.io/region, failure-domain.beta.kubernetes.io/zone, kubernetes.io/arch, kubernetes.io/hostname, kubernetes.io/os, node.kubernetes.io/instance-type, topology.kubernetes.io/region, topology.kubernetes.io/zone)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --node-status-max-images int32 The maximum number of images to report in Node.Status.Images. If -1 is specified, no cap will be applied. (default 50) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --node-status-update-frequency duration Specifies how often kubelet posts node status to master. Note: be cautious when changing the constant, it must work with nodeMonitorGracePeriod in nodecontroller. (default 10s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --one-output If true, only write logs to their native severity level (vs also writing to each lower severity level) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --oom-score-adj int32 The oom-score-adj value for kubelet process. Values must be within the range [-1000, 1000] (default -999) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --pod-cidr string The CIDR to use for pod IP addresses, only used in standalone mode. In cluster mode, this is obtained from the master. For IPv6, the maximum number of IP's allocated is 65536 (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --pod-infra-container-image string Specified image will not be pruned by the image garbage collector. CRI implementations have their own configuration to set this image. (default "registry.k8s.io/pause:3.7") (DEPRECATED: will be removed in 1.27. Image garbage collector will get sandbox image information from CRI.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --pod-manifest-path string Path to the directory containing static pod files to run, or the path to a single static pod file. Files starting with dots will be ignored. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --pod-max-pids int Set the maximum number of processes per pod. If -1, the kubelet defaults to the node allocatable pid capacity. (default -1) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --pods-per-core int32 Number of Pods per core that can run on this Kubelet. The total number of Pods on this Kubelet cannot exceed max-pods, so max-pods will be used if this calculation results in a larger number of Pods allowed on the Kubelet. A value of 0 disables this limit. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --port int32 The port for the Kubelet to serve on. (default 10250) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --protect-kernel-defaults Default kubelet behaviour for kernel tuning. If set, kubelet errors if any of kernel tunables is different than kubelet defaults. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --provider-id string Unique identifier for identifying the node in a machine database, i.e cloudprovider (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --qos-reserved mapStringString <Warning: Alpha feature> A set of ResourceName=Percentage (e.g. memory=50%) pairs that describe how pod resource requests are reserved at the QoS level. Currently only memory is supported. Requires the QOSReserved feature gate to be enabled. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --read-only-port int32 The read-only port for the Kubelet to serve on with no authentication/authorization (set to 0 to disable) (default 10255) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --register-node Register the node with the apiserver. If --kubeconfig is not provided, this flag is irrelevant, as the Kubelet won't have an apiserver to register with. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --register-schedulable Register the node as schedulable. Won't have any effect if register-node is false. (default true) (DEPRECATED: will be removed in a future version)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --register-with-taints []v1.Taint Register the node with the given list of taints (comma separated "<key>=<value>:<effect>"). No-op if register-node is false. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --registry-burst int32 Maximum size of a bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry-qps. Only used if --registry-qps > 0 (default 10) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --registry-qps int32 If > 0, limit registry pull QPS to this value. If 0, unlimited. (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --reserved-cpus string A comma-separated list of CPUs or CPU ranges that are reserved for system and kubernetes usage. This specific list will supersede cpu counts in --system-reserved and --kube-reserved. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --reserved-memory reserved-memory A comma separated list of memory reservations for NUMA nodes. (e.g. --reserved-memory 0:memory=1Gi,hugepages-1M=2Gi --reserved-memory 1:memory=2Gi). The total sum for each memory type should be equal to the sum of kube-reserved, system-reserved and eviction-threshold. See https://kubernetes.io/docs/tasks/administer-cluster/memory-manager/#reserved-memory-flag for more details. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --resolv-conf string Resolver configuration file used as the basis for the container DNS resolution configuration. (default "/etc/resolv.conf") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --root-dir string Directory path for managing kubelet files (volume mounts,etc). (default "/var/lib/kubelet")
Mar 09 01:27:41 kind-control-plane kubelet[281]: --rotate-certificates <Warning: Beta feature> Auto rotate the kubelet client certificates by requesting new certificates from the kube-apiserver when the certificate expiration approaches. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --rotate-server-certificates Auto-request and rotate the kubelet serving certificates by requesting new certificates from the kube-apiserver when the certificate expiration approaches. Requires the RotateKubeletServerCertificate feature gate to be enabled, and approval of the submitted CertificateSigningRequest objects. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --runonce If true, exit after spawning pods from static pod files or remote urls. Exclusive with --enable-server (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --runtime-cgroups string Optional absolute name of cgroups to create and run the runtime in.
Mar 09 01:27:41 kind-control-plane kubelet[281]: --runtime-request-timeout duration Timeout of all runtime requests except long running request - pull, logs, exec and attach. When timeout exceeded, kubelet will cancel the request, throw out an error and retry later. (default 2m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --seccomp-default RuntimeDefault <Warning: Alpha feature> Enable the use of RuntimeDefault as the default seccomp profile for all workloads. The SeccompDefault feature gate must be enabled to allow this flag, which is disabled per default.
Mar 09 01:27:41 kind-control-plane kubelet[281]: --serialize-image-pulls Pull images one at a time. We recommend *not* changing the default value on nodes that run docker daemon with version < 1.9 or an Aufs storage backend. Issue #10959 has more details. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --skip-headers If true, avoid header prefixes in the log messages (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --skip-log-headers If true, avoid headers when opening log files (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --stderrthreshold severity logs at or above this threshold go to stderr (default 2) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --storage-driver-buffer-duration duration Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s) (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --storage-driver-db string database name (default "cadvisor") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --storage-driver-host string database host:port (default "localhost:8086") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --storage-driver-password string database password (default "root") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --storage-driver-secure use secure connection with database (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --storage-driver-table string table name (default "stats") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --storage-driver-user string database username (default "root") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --streaming-connection-idle-timeout duration Maximum time a streaming connection can be idle before the connection is automatically closed. 0 indicates no timeout. Example: '5m'. Note: All connections to the kubelet server have a maximum duration of 4 hours. (default 4h0m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --sync-frequency duration Max period between synchronizing running containers and config (default 1m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --system-cgroups string Optional absolute name of cgroups in which to place all non-kernel processes that are not already inside a cgroup under '/'. Empty for no container. Rolling back the flag requires a reboot. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --system-reserved mapStringString A set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=500Mi,ephemeral-storage=1Gi) pairs that describe resources reserved for non-kubernetes components. Currently only cpu and memory are supported. See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ for more detail. [default=none] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --system-reserved-cgroup string Absolute name of the top level cgroup that is used to manage non-kubernetes components for which compute resources were reserved via '--system-reserved' flag. Ex. '/system-reserved'. [default=''] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --tls-cert-file string File containing x509 Certificate used for serving HTTPS (with intermediate certs, if any, concatenated after server cert). If --tls-cert-file and --tls-private-key-file are not provided, a self-signed certificate and key are generated for the public address and saved to the directory passed to --cert-dir. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --tls-cipher-suites strings Comma-separated list of cipher suites for the server. If omitted, the default Go cipher suites will be used.
Mar 09 01:27:41 kind-control-plane kubelet[281]: Preferred values: TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384.
Mar 09 01:27:41 kind-control-plane kubelet[281]: Insecure values: TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_RC4_128_SHA, TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH_3DES_EDE_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_RC4_128_SHA. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --tls-min-version string Minimum TLS version supported. Possible values: VersionTLS10, VersionTLS11, VersionTLS12, VersionTLS13 (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --tls-private-key-file string File containing x509 private key matching --tls-cert-file. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --topology-manager-policy string Topology Manager policy to use. Possible values: 'none', 'best-effort', 'restricted', 'single-numa-node'. (default "none") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --topology-manager-scope string Scope to which topology hints applied. Topology Manager collects hints from Hint Providers and applies them to defined scope to ensure the pod admission. Possible values: 'container', 'pod'. (default "container") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: -v, --v Level number for the log level verbosity
Mar 09 01:27:41 kind-control-plane kubelet[281]: --version version[=true] Print version information and quit
Mar 09 01:27:41 kind-control-plane kubelet[281]: --vmodule pattern=N,... comma-separated list of pattern=N settings for file-filtered logging (only works for text log format)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --volume-plugin-dir string The full path of the directory in which to search for additional third party volume plugins (default "/usr/libexec/kubernetes/kubelet-plugins/volume/exec/") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: --volume-stats-agg-period duration Specifies interval for kubelet to calculate and cache the volume disk usage for all pods and volumes. To disable volume calculations, set to a negative number. (default 1m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:41 kind-control-plane kubelet[281]: Error: failed to run Kubelet: invalid configuration: cgroup ["kubelet"] has some missing paths: /sys/fs/cgroup/cpuacct/kubelet.slice, /sys/fs/cgroup/hugetlb/kubelet.slice, /sys/fs/cgroup/memory/kubelet.slice, /sys/fs/cgroup/cpu/kubelet.slice, /sys/fs/cgroup/cpuset/kubelet.slice, /sys/fs/cgroup/systemd/kubelet.slice, /sys/fs/cgroup/pids/kubelet.slice
Mar 09 01:27:41 kind-control-plane systemd[1]: kubelet.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 01:27:41 kind-control-plane systemd[1]: kubelet.service: Failed with result 'exit-code'.
Mar 09 01:27:42 kind-control-plane systemd[1]: kubelet.service: Scheduled restart job, restart counter is at 2.
Mar 09 01:27:42 kind-control-plane systemd[1]: Stopped kubelet: The Kubernetes Node Agent.
Mar 09 01:27:42 kind-control-plane systemd[1]: Starting kubelet: The Kubernetes Node Agent...
Mar 09 01:27:42 kind-control-plane systemd[1]: Started kubelet: The Kubernetes Node Agent.
Mar 09 01:27:42 kind-control-plane kubelet[294]: Flag --container-runtime has been deprecated, will be removed in 1.27 as the only valid value is 'remote'
Mar 09 01:27:42 kind-control-plane kubelet[294]: Flag --pod-infra-container-image has been deprecated, will be removed in 1.27. Image garbage collector will get sandbox image information from CRI.
Mar 09 01:27:42 kind-control-plane kubelet[294]: Flag --provider-id has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:42 kind-control-plane kubelet[294]: Flag --fail-swap-on has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:42 kind-control-plane kubelet[294]: Flag --cgroup-root has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:42 kind-control-plane kubelet[294]: I0309 01:27:42.566185 294 server.go:193] "--pod-infra-container-image will not be pruned by the image garbage collector in kubelet and should also be set in the remote runtime"
Mar 09 01:27:42 kind-control-plane kubelet[294]: Flag --container-runtime has been deprecated, will be removed in 1.27 as the only valid value is 'remote'
Mar 09 01:27:42 kind-control-plane kubelet[294]: Flag --pod-infra-container-image has been deprecated, will be removed in 1.27. Image garbage collector will get sandbox image information from CRI.
Mar 09 01:27:42 kind-control-plane kubelet[294]: Flag --provider-id has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:42 kind-control-plane kubelet[294]: Flag --fail-swap-on has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:42 kind-control-plane kubelet[294]: Flag --cgroup-root has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:42 kind-control-plane kubelet[294]: I0309 01:27:42.578766 294 server.go:399] "Kubelet version" kubeletVersion="v1.24.10-sieve-5c1d2d4295f9b4eb12bfbf6429fdf989f2ca8a02-dirty"
Mar 09 01:27:42 kind-control-plane kubelet[294]: I0309 01:27:42.578827 294 server.go:401] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
Mar 09 01:27:42 kind-control-plane kubelet[294]: I0309 01:27:42.579191 294 server.go:813] "Client rotation is on, will bootstrap in background"
Mar 09 01:27:42 kind-control-plane kubelet[294]: I0309 01:27:42.583110 294 certificate_store.go:130] Loading cert/key pair from "/var/lib/kubelet/pki/kubelet-client-current.pem".
Mar 09 01:27:42 kind-control-plane kubelet[294]: I0309 01:27:42.584122 294 dynamic_cafile_content.go:157] "Starting controller" name="client-ca-bundle::/etc/kubernetes/pki/ca.crt"
Mar 09 01:27:42 kind-control-plane kubelet[294]: W0309 01:27:42.590396 294 sysinfo.go:203] Nodes topology is not available, providing CPU topology
Mar 09 01:27:42 kind-control-plane kubelet[294]: Error: failed to run Kubelet: invalid configuration: cgroup ["kubelet"] has some missing paths: /sys/fs/cgroup/cpuacct/kubelet.slice, /sys/fs/cgroup/pids/kubelet.slice, /sys/fs/cgroup/cpuset/kubelet.slice, /sys/fs/cgroup/systemd/kubelet.slice, /sys/fs/cgroup/memory/kubelet.slice, /sys/fs/cgroup/hugetlb/kubelet.slice, /sys/fs/cgroup/cpu/kubelet.slice
Mar 09 01:27:42 kind-control-plane kubelet[294]: Usage:
Mar 09 01:27:42 kind-control-plane kubelet[294]: kubelet [flags]
Mar 09 01:27:42 kind-control-plane kubelet[294]: Flags:
Mar 09 01:27:42 kind-control-plane kubelet[294]: --add-dir-header If true, adds the file directory to the header of the log messages (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --address ip The IP address for the Kubelet to serve on (set to '0.0.0.0' or '::' for listening in all interfaces and IP families) (default 0.0.0.0) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --allowed-unsafe-sysctls strings Comma-separated whitelist of unsafe sysctls or unsafe sysctl patterns (ending in *). Use these at your own risk. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --alsologtostderr log to standard error as well as files (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --anonymous-auth Enables anonymous requests to the Kubelet server. Requests that are not rejected by another authentication method are treated as anonymous requests. Anonymous requests have a username of system:anonymous, and a group name of system:unauthenticated. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --application-metrics-count-limit int Max number of application metrics to store (per container) (default 100) (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --authentication-token-webhook Use the TokenReview API to determine authentication for bearer tokens. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --authentication-token-webhook-cache-ttl duration The duration to cache responses from the webhook token authenticator. (default 2m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --authorization-mode string Authorization mode for Kubelet server. Valid options are AlwaysAllow or Webhook. Webhook mode uses the SubjectAccessReview API to determine authorization. (default "AlwaysAllow") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --authorization-webhook-cache-authorized-ttl duration The duration to cache 'authorized' responses from the webhook authorizer. (default 5m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --authorization-webhook-cache-unauthorized-ttl duration The duration to cache 'unauthorized' responses from the webhook authorizer. (default 30s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --azure-container-registry-config string Path to the file containing Azure container registry configuration information.
Mar 09 01:27:42 kind-control-plane kubelet[294]: --boot-id-file string Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --bootstrap-kubeconfig string Path to a kubeconfig file that will be used to get client certificate for kubelet. If the file specified by --kubeconfig does not exist, the bootstrap kubeconfig is used to request a client certificate from the API server. On success, a kubeconfig file referencing the generated client certificate and key is written to the path specified by --kubeconfig. The client certificate and key file will be stored in the directory pointed by --cert-dir.
Mar 09 01:27:42 kind-control-plane kubelet[294]: --cert-dir string The directory where the TLS certs are located. If --tls-cert-file and --tls-private-key-file are provided, this flag will be ignored. (default "/var/lib/kubelet/pki")
Mar 09 01:27:42 kind-control-plane kubelet[294]: --cgroup-driver string Driver that the kubelet uses to manipulate cgroups on the host. Possible values: 'cgroupfs', 'systemd' (default "cgroupfs") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --cgroup-root string Optional root cgroup to use for pods. This is handled by the container runtime on a best effort basis. Default: '', which means use the container runtime default. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --cgroups-per-qos Enable creation of QoS cgroup hierarchy, if true top level QoS and pod cgroups are created. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --client-ca-file string If set, any request presenting a client certificate signed by one of the authorities in the client-ca-file is authenticated with an identity corresponding to the CommonName of the client certificate. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --cloud-config string The path to the cloud provider configuration file. Empty string for no configuration file. (DEPRECATED: will be removed in 1.24 or later, in favor of removing cloud provider code from Kubelet.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --cloud-provider string The provider for cloud services. Set to empty string for running with no cloud provider. If set, the cloud provider determines the name of the node (consult cloud provider documentation to determine if and how the hostname is used). (DEPRECATED: will be removed in 1.24 or later, in favor of removing cloud provider code from Kubelet.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --cluster-dns strings Comma-separated list of DNS server IP address. This value is used for containers DNS server in case of Pods with "dnsPolicy=ClusterFirst". Note: all DNS servers appearing in the list MUST serve the same set of records otherwise name resolution within the cluster may not work correctly. There is no guarantee as to which DNS server may be contacted for name resolution. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --cluster-domain string Domain for this cluster. If set, kubelet will configure all containers to search this domain in addition to the host's search domains (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --config string The Kubelet will load its initial configuration from this file. The path may be absolute or relative; relative paths start at the Kubelet's current working directory. Omit this flag to use the built-in default configuration values. Command-line flags override configuration from this file.
Mar 09 01:27:42 kind-control-plane kubelet[294]: --container-hints string location of the container hints file (default "/etc/cadvisor/container_hints.json") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --container-log-max-files int32 <Warning: Beta feature> Set the maximum number of container log files that can be present for a container. The number must be >= 2. This flag can only be used with --container-runtime=remote. (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --container-log-max-size string <Warning: Beta feature> Set the maximum size (e.g. 10Mi) of container log file before it is rotated. This flag can only be used with --container-runtime=remote. (default "10Mi") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --container-runtime string The container runtime to use. Possible value: 'remote'. (default "remote") (DEPRECATED: will be removed in 1.27 as the only valid value is 'remote')
Mar 09 01:27:42 kind-control-plane kubelet[294]: --container-runtime-endpoint string The endpoint of remote runtime service. Unix Domain Sockets are supported on Linux, while npipe and tcp endpoints are supported on Windows. Examples:'unix:///path/to/runtime.sock', 'npipe:////./pipe/runtime'
Mar 09 01:27:42 kind-control-plane kubelet[294]: --containerd string containerd endpoint (default "/run/containerd/containerd.sock") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --containerd-namespace string containerd namespace (default "k8s.io") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --contention-profiling Enable lock contention profiling, if profiling is enabled (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --cpu-cfs-quota Enable CPU CFS quota enforcement for containers that specify CPU limits (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --cpu-cfs-quota-period duration Sets CPU CFS quota period value, cpu.cfs_period_us, defaults to Linux Kernel default (default 100ms) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --cpu-manager-policy string CPU Manager policy to use. Possible values: 'none', 'static'. (default "none") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --cpu-manager-policy-options mapStringString A set of key=value CPU Manager policy options to use, to fine tune their behaviour. If not supplied, keep the default behaviour. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --cpu-manager-reconcile-period duration <Warning: Alpha feature> CPU Manager reconciliation period. Examples: '10s', or '1m'. If not supplied, defaults to 'NodeStatusUpdateFrequency' (default 10s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --enable-controller-attach-detach Enables the Attach/Detach controller to manage attachment/detachment of volumes scheduled to this node, and disables kubelet from executing any attach/detach operations (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --enable-debugging-handlers Enables server endpoints for log collection and local running of containers and commands (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --enable-load-reader Whether to enable cpu load reader (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --enable-server Enable the Kubelet's server (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --enforce-node-allocatable strings A comma separated list of levels of node allocatable enforcement to be enforced by kubelet. Acceptable options are 'none', 'pods', 'system-reserved', and 'kube-reserved'. If the latter two options are specified, '--system-reserved-cgroup' and '--kube-reserved-cgroup' must also be set, respectively. If 'none' is specified, no additional options should be set. See https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/ for more details. (default [pods]) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --event-burst int32 Maximum size of a bursty event records, temporarily allows event records to burst to this number, while still not exceeding event-qps. The number must be >= 0. If 0 will use DefaultBurst: 10. (default 10) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --event-qps int32 QPS to limit event creations. The number must be >= 0. If 0 will use DefaultQPS: 5. (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --event-storage-age-limit string Max length of time for which to store events (per type). Value is a comma separated list of key values, where the keys are event types (e.g.: creation, oom) or "default" and the value is a duration. Default is applied to all non-specified event types (default "default=0") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --event-storage-event-limit string Max number of events to store (per type). Value is a comma separated list of key values, where the keys are event types (e.g.: creation, oom) or "default" and the value is an integer. Default is applied to all non-specified event types (default "default=0") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --eviction-hard mapStringString A set of eviction thresholds (e.g. memory.available<1Gi) that if met would trigger a pod eviction. (default imagefs.available<15%,memory.available<100Mi,nodefs.available<10%,nodefs.inodesFree<5%) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --eviction-max-pod-grace-period int32 Maximum allowed grace period (in seconds) to use when terminating pods in response to a soft eviction threshold being met. If negative, defer to pod specified value. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --eviction-minimum-reclaim mapStringString A set of minimum reclaims (e.g. imagefs.available=2Gi) that describes the minimum amount of resource the kubelet will reclaim when performing a pod eviction if that resource is under pressure. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --eviction-pressure-transition-period duration Duration for which the kubelet has to wait before transitioning out of an eviction pressure condition. (default 5m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --eviction-soft mapStringString A set of eviction thresholds (e.g. memory.available<1.5Gi) that if met over a corresponding grace period would trigger a pod eviction. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --eviction-soft-grace-period mapStringString A set of eviction grace periods (e.g. memory.available=1m30s) that correspond to how long a soft eviction threshold must hold before triggering a pod eviction. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --exit-on-lock-contention Whether kubelet should exit upon lock-file contention.
Mar 09 01:27:42 kind-control-plane kubelet[294]: --experimental-allocatable-ignore-eviction When set to 'true', Hard Eviction Thresholds will be ignored while calculating Node Allocatable. See https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/ for more details. [default=false] (DEPRECATED: will be removed in 1.24 or later.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --experimental-kernel-memcg-notification Use kernelMemcgNotification configuration, this flag will be removed in 1.24 or later. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --experimental-mounter-path string [Experimental] Path of mounter binary. Leave empty to use the default mount. (DEPRECATED: will be removed in 1.24 or later. in favor of using CSI.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --fail-swap-on Makes the Kubelet fail to start if swap is enabled on the node. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --feature-gates mapStringBool A set of key=value pairs that describe feature gates for alpha/experimental features. Options are:
Mar 09 01:27:42 kind-control-plane kubelet[294]: APIListChunking=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: APIPriorityAndFairness=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: APIResponseCompression=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: APIServerIdentity=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: APIServerTracing=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: AllAlpha=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: AllBeta=true|false (BETA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: AnyVolumeDataSource=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: AppArmor=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: CPUManager=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: CPUManagerPolicyAlphaOptions=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: CPUManagerPolicyBetaOptions=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: CPUManagerPolicyOptions=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: CSIInlineVolume=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: CSIMigration=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: CSIMigrationAWS=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: CSIMigrationAzureFile=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: CSIMigrationGCE=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: CSIMigrationPortworx=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: CSIMigrationRBD=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: CSIMigrationvSphere=true|false (BETA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: CSIVolumeHealth=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: ContextualLogging=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: CronJobTimeZone=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: CustomCPUCFSQuotaPeriod=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: CustomResourceValidationExpressions=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: DaemonSetUpdateSurge=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: DelegateFSGroupToCSIDriver=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: DevicePlugins=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: DisableAcceleratorUsageMetrics=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: DisableCloudProviders=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: DisableKubeletCloudCredentialProviders=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: DownwardAPIHugePages=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: EndpointSliceTerminatingCondition=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: EphemeralContainers=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: ExpandedDNSConfig=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: ExperimentalHostUserNamespaceDefaulting=true|false (BETA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: GRPCContainerProbe=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: GracefulNodeShutdown=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: GracefulNodeShutdownBasedOnPodPriority=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: HPAContainerMetrics=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: HPAScaleToZero=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: HonorPVReclaimPolicy=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: IdentifyPodOS=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: InTreePluginAWSUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: InTreePluginAzureDiskUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: InTreePluginAzureFileUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: InTreePluginGCEUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: InTreePluginOpenStackUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: InTreePluginPortworxUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: InTreePluginRBDUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: InTreePluginvSphereUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: JobMutableNodeSchedulingDirectives=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: JobReadyPods=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: JobTrackingWithFinalizers=true|false (BETA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: KubeletCredentialProviders=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: KubeletInUserNamespace=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: KubeletPodResources=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: KubeletPodResourcesGetAllocatable=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: LegacyServiceAccountTokenNoAutoGeneration=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: LocalStorageCapacityIsolation=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: LocalStorageCapacityIsolationFSQuotaMonitoring=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: LogarithmicScaleDown=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: MaxUnavailableStatefulSet=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: MemoryManager=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: MemoryQoS=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: MinDomainsInPodTopologySpread=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: MixedProtocolLBService=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: NetworkPolicyEndPort=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: NetworkPolicyStatus=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: NodeOutOfServiceVolumeDetach=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: NodeSwap=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: OpenAPIEnums=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: OpenAPIV3=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: PodAndContainerStatsFromCRI=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: PodDeletionCost=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: PodSecurity=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: ProbeTerminationGracePeriod=true|false (BETA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: ProcMountType=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: ProxyTerminatingEndpoints=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: QOSReserved=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: ReadWriteOncePod=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: RecoverVolumeExpansionFailure=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: RemainingItemCount=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: RotateKubeletServerCertificate=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: SeccompDefault=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: ServerSideFieldValidation=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: ServiceIPStaticSubrange=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: ServiceInternalTrafficPolicy=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: SizeMemoryBackedVolumes=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: StatefulSetAutoDeletePVC=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: StatefulSetMinReadySeconds=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: StorageVersionAPI=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: StorageVersionHash=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: TopologyAwareHints=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: TopologyManager=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: VolumeCapacityPriority=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: WinDSR=true|false (ALPHA - default=false)
Mar 09 01:27:42 kind-control-plane kubelet[294]: WinOverlay=true|false (BETA - default=true)
Mar 09 01:27:42 kind-control-plane kubelet[294]: WindowsHostProcessContainers=true|false (BETA - default=true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --file-check-frequency duration Duration between checking config files for new data (default 20s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --global-housekeeping-interval duration Interval between global housekeepings (default 1m0s) (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --hairpin-mode string How should the kubelet setup hairpin NAT. This allows endpoints of a Service to loadbalance back to themselves if they should try to access their own Service. Valid values are "promiscuous-bridge", "hairpin-veth" and "none". (default "promiscuous-bridge") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --healthz-bind-address ip The IP address for the healthz server to serve on (set to '0.0.0.0' or '::' for listening in all interfaces and IP families) (default 127.0.0.1) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --healthz-port int32 The port of the localhost healthz endpoint (set to 0 to disable) (default 10248) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: -h, --help help for kubelet
Mar 09 01:27:42 kind-control-plane kubelet[294]: --hostname-override string If non-empty, will use this string as identification instead of the actual hostname. If --cloud-provider is set, the cloud provider determines the name of the node (consult cloud provider documentation to determine if and how the hostname is used).
Mar 09 01:27:42 kind-control-plane kubelet[294]: --housekeeping-interval duration Interval between container housekeepings (default 10s)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --http-check-frequency duration Duration between checking http for new data (default 20s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --image-credential-provider-bin-dir string The path to the directory where credential provider plugin binaries are located.
Mar 09 01:27:42 kind-control-plane kubelet[294]: --image-credential-provider-config string The path to the credential provider plugin config file.
Mar 09 01:27:42 kind-control-plane kubelet[294]: --image-gc-high-threshold int32 The percent of disk usage after which image garbage collection is always run. Values must be within the range [0, 100], To disable image garbage collection, set to 100. (default 85) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --image-gc-low-threshold int32 The percent of disk usage before which image garbage collection is never run. Lowest disk usage to garbage collect to. Values must be within the range [0, 100] and should not be larger than that of --image-gc-high-threshold. (default 80) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --image-service-endpoint string The endpoint of remote image service. If not specified, it will be the same with --container-runtime-endpoint by default. Unix Domain Socket are supported on Linux, while npipe and tcp endpoints are supported on Windows. Examples:'unix:///path/to/runtime.sock', 'npipe:////./pipe/runtime'
Mar 09 01:27:42 kind-control-plane kubelet[294]: --iptables-drop-bit int32 The bit of the fwmark space to mark packets for dropping. Must be within the range [0, 31]. (default 15) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --iptables-masquerade-bit int32 The bit of the fwmark space to mark packets for SNAT. Must be within the range [0, 31]. Please match this parameter with corresponding parameter in kube-proxy. (default 14) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --keep-terminated-pod-volumes Keep terminated pod volumes mounted to the node after the pod terminates. Can be useful for debugging volume related issues. (DEPRECATED: will be removed in a future version)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --kernel-memcg-notification If enabled, the kubelet will integrate with the kernel memcg notification to determine if memory eviction thresholds are crossed rather than polling. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --kube-api-burst int32 Burst to use while talking with kubernetes apiserver. The number must be >= 0. If 0 will use DefaultBurst: 10. Doesn't cover events and node heartbeat apis which rate limiting is controlled by a different set of flags (default 10) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --kube-api-content-type string Content type of requests sent to apiserver. (default "application/vnd.kubernetes.protobuf") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --kube-api-qps int32 QPS to use while talking with kubernetes apiserver. The number must be >= 0. If 0 will use DefaultQPS: 5. Doesn't cover events and node heartbeat apis which rate limiting is controlled by a different set of flags (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --kube-reserved mapStringString A set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=500Mi,ephemeral-storage=1Gi) pairs that describe resources reserved for kubernetes system components. Currently cpu, memory and local ephemeral storage for root file system are supported. See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ for more detail. [default=none] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --kube-reserved-cgroup string Absolute name of the top level cgroup that is used to manage kubernetes components for which compute resources were reserved via '--kube-reserved' flag. Ex. '/kube-reserved'. [default=''] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --kubeconfig string Path to a kubeconfig file, specifying how to connect to the API server. Providing --kubeconfig enables API server mode, omitting --kubeconfig enables standalone mode.
Mar 09 01:27:42 kind-control-plane kubelet[294]: --kubelet-cgroups string Optional absolute name of cgroups to create and run the Kubelet in. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --lock-file string <Warning: Alpha feature> The path to file for kubelet to use as a lock file.
Mar 09 01:27:42 kind-control-plane kubelet[294]: --log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --log-cadvisor-usage Whether to log the usage of the cAdvisor container (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --log-dir string If non-empty, write log files in this directory (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --log-file string If non-empty, use this log file (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --log-json-info-buffer-size quantity [Experimental] In JSON format with split output streams, the info messages can be buffered for a while to increase performance. The default value of zero bytes disables buffering. The size can be specified as number of bytes (512), multiples of 1000 (1K), multiples of 1024 (2Ki), or powers of those (3M, 4G, 5Mi, 6Gi). (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --log-json-split-stream [Experimental] In JSON format, write error messages to stderr and info messages to stdout. The default is to write a single stream to stdout. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --logging-format string Sets the log format. Permitted formats: "json", "text".
Mar 09 01:27:42 kind-control-plane kubelet[294]: Non-default formats don't honor these flags: --add-dir-header, --alsologtostderr, --log-backtrace-at, --log-dir, --log-file, --log-file-max-size, --logtostderr, --one-output, --skip-headers, --skip-log-headers, --stderrthreshold, --vmodule.
Mar 09 01:27:42 kind-control-plane kubelet[294]: Non-default choices are currently alpha and subject to change without warning. (default "text") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --logtostderr log to standard error instead of files (default true) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --machine-id-file string Comma-separated list of files to check for machine-id. Use the first one that exists. (default "/etc/machine-id,/var/lib/dbus/machine-id") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --make-iptables-util-chains If true, kubelet will ensure iptables utility rules are present on host. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --manifest-url string URL for accessing additional Pod specifications to run (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --manifest-url-header colonSeparatedMultimapStringString Comma-separated list of HTTP headers to use when accessing the url provided to --manifest-url. Multiple headers with the same name will be added in the same order provided. This flag can be repeatedly invoked. For example: --manifest-url-header 'a:hello,b:again,c:world' --manifest-url-header 'b:beautiful' (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --master-service-namespace string The namespace from which the kubernetes master services should be injected into pods (default "default") (DEPRECATED: This flag will be removed in a future version.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --max-open-files int Number of files that can be opened by Kubelet process. (default 1000000) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --max-pods int32 Number of Pods that can run on this Kubelet. (default 110) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --maximum-dead-containers int32 Maximum number of old instances of containers to retain globally. Each container takes up some disk space. To disable, set to a negative number. (default -1) (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --maximum-dead-containers-per-container int32 Maximum number of old instances to retain per container. Each container takes up some disk space. (default 1) (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --memory-manager-policy string Memory Manager policy to use. Possible values: 'None', 'Static'. (default "None") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --minimum-container-ttl-duration duration Minimum age for a finished container before it is garbage collected. Examples: '300ms', '10s' or '2h45m' (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --minimum-image-ttl-duration duration Minimum age for an unused image before it is garbage collected. Examples: '300ms', '10s' or '2h45m'. (default 2m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --node-ip string IP address (or comma-separated dual-stack IP addresses) of the node. If unset, kubelet will use the node's default IPv4 address, if any, or its default IPv6 address if it has no IPv4 addresses. You can pass '::' to make it prefer the default IPv6 address rather than the default IPv4 address.
Mar 09 01:27:42 kind-control-plane kubelet[294]: --node-labels mapStringString <Warning: Alpha feature> Labels to add when registering the node in the cluster. Labels must be key=value pairs separated by ','. Labels in the 'kubernetes.io' namespace must begin with an allowed prefix (kubelet.kubernetes.io, node.kubernetes.io) or be in the specifically allowed set (beta.kubernetes.io/arch, beta.kubernetes.io/instance-type, beta.kubernetes.io/os, failure-domain.beta.kubernetes.io/region, failure-domain.beta.kubernetes.io/zone, kubernetes.io/arch, kubernetes.io/hostname, kubernetes.io/os, node.kubernetes.io/instance-type, topology.kubernetes.io/region, topology.kubernetes.io/zone)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --node-status-max-images int32 The maximum number of images to report in Node.Status.Images. If -1 is specified, no cap will be applied. (default 50) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --node-status-update-frequency duration Specifies how often kubelet posts node status to master. Note: be cautious when changing the constant, it must work with nodeMonitorGracePeriod in nodecontroller. (default 10s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --one-output If true, only write logs to their native severity level (vs also writing to each lower severity level) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --oom-score-adj int32 The oom-score-adj value for kubelet process. Values must be within the range [-1000, 1000] (default -999) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --pod-cidr string The CIDR to use for pod IP addresses, only used in standalone mode. In cluster mode, this is obtained from the master. For IPv6, the maximum number of IP's allocated is 65536 (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --pod-infra-container-image string Specified image will not be pruned by the image garbage collector. CRI implementations have their own configuration to set this image. (default "registry.k8s.io/pause:3.7") (DEPRECATED: will be removed in 1.27. Image garbage collector will get sandbox image information from CRI.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --pod-manifest-path string Path to the directory containing static pod files to run, or the path to a single static pod file. Files starting with dots will be ignored. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --pod-max-pids int Set the maximum number of processes per pod. If -1, the kubelet defaults to the node allocatable pid capacity. (default -1) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --pods-per-core int32 Number of Pods per core that can run on this Kubelet. The total number of Pods on this Kubelet cannot exceed max-pods, so max-pods will be used if this calculation results in a larger number of Pods allowed on the Kubelet. A value of 0 disables this limit. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --port int32 The port for the Kubelet to serve on. (default 10250) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --protect-kernel-defaults Default kubelet behaviour for kernel tuning. If set, kubelet errors if any of kernel tunables is different than kubelet defaults. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --provider-id string Unique identifier for identifying the node in a machine database, i.e cloudprovider (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --qos-reserved mapStringString <Warning: Alpha feature> A set of ResourceName=Percentage (e.g. memory=50%) pairs that describe how pod resource requests are reserved at the QoS level. Currently only memory is supported. Requires the QOSReserved feature gate to be enabled. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --read-only-port int32 The read-only port for the Kubelet to serve on with no authentication/authorization (set to 0 to disable) (default 10255) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --register-node Register the node with the apiserver. If --kubeconfig is not provided, this flag is irrelevant, as the Kubelet won't have an apiserver to register with. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --register-schedulable Register the node as schedulable. Won't have any effect if register-node is false. (default true) (DEPRECATED: will be removed in a future version)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --register-with-taints []v1.Taint Register the node with the given list of taints (comma separated "<key>=<value>:<effect>"). No-op if register-node is false. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --registry-burst int32 Maximum size of a bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry-qps. Only used if --registry-qps > 0 (default 10) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --registry-qps int32 If > 0, limit registry pull QPS to this value. If 0, unlimited. (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --reserved-cpus string A comma-separated list of CPUs or CPU ranges that are reserved for system and kubernetes usage. This specific list will supersede cpu counts in --system-reserved and --kube-reserved. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --reserved-memory reserved-memory A comma separated list of memory reservations for NUMA nodes. (e.g. --reserved-memory 0:memory=1Gi,hugepages-1M=2Gi --reserved-memory 1:memory=2Gi). The total sum for each memory type should be equal to the sum of kube-reserved, system-reserved and eviction-threshold. See https://kubernetes.io/docs/tasks/administer-cluster/memory-manager/#reserved-memory-flag for more details. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --resolv-conf string Resolver configuration file used as the basis for the container DNS resolution configuration. (default "/etc/resolv.conf") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --root-dir string Directory path for managing kubelet files (volume mounts,etc). (default "/var/lib/kubelet")
Mar 09 01:27:42 kind-control-plane kubelet[294]: --rotate-certificates <Warning: Beta feature> Auto rotate the kubelet client certificates by requesting new certificates from the kube-apiserver when the certificate expiration approaches. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --rotate-server-certificates Auto-request and rotate the kubelet serving certificates by requesting new certificates from the kube-apiserver when the certificate expiration approaches. Requires the RotateKubeletServerCertificate feature gate to be enabled, and approval of the submitted CertificateSigningRequest objects. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --runonce If true, exit after spawning pods from static pod files or remote urls. Exclusive with --enable-server (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --runtime-cgroups string Optional absolute name of cgroups to create and run the runtime in.
Mar 09 01:27:42 kind-control-plane kubelet[294]: --runtime-request-timeout duration Timeout of all runtime requests except long running request - pull, logs, exec and attach. When timeout exceeded, kubelet will cancel the request, throw out an error and retry later. (default 2m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --seccomp-default RuntimeDefault <Warning: Alpha feature> Enable the use of RuntimeDefault as the default seccomp profile for all workloads. The SeccompDefault feature gate must be enabled to allow this flag, which is disabled per default.
Mar 09 01:27:42 kind-control-plane kubelet[294]: --serialize-image-pulls Pull images one at a time. We recommend *not* changing the default value on nodes that run docker daemon with version < 1.9 or an Aufs storage backend. Issue #10959 has more details. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --skip-headers If true, avoid header prefixes in the log messages (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --skip-log-headers If true, avoid headers when opening log files (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --stderrthreshold severity logs at or above this threshold go to stderr (default 2) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --storage-driver-buffer-duration duration Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s) (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --storage-driver-db string database name (default "cadvisor") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --storage-driver-host string database host:port (default "localhost:8086") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --storage-driver-password string database password (default "root") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --storage-driver-secure use secure connection with database (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --storage-driver-table string table name (default "stats") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --storage-driver-user string database username (default "root") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --streaming-connection-idle-timeout duration Maximum time a streaming connection can be idle before the connection is automatically closed. 0 indicates no timeout. Example: '5m'. Note: All connections to the kubelet server have a maximum duration of 4 hours. (default 4h0m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --sync-frequency duration Max period between synchronizing running containers and config (default 1m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --system-cgroups string Optional absolute name of cgroups in which to place all non-kernel processes that are not already inside a cgroup under '/'. Empty for no container. Rolling back the flag requires a reboot. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --system-reserved mapStringString A set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=500Mi,ephemeral-storage=1Gi) pairs that describe resources reserved for non-kubernetes components. Currently only cpu and memory are supported. See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ for more detail. [default=none] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --system-reserved-cgroup string Absolute name of the top level cgroup that is used to manage non-kubernetes components for which compute resources were reserved via '--system-reserved' flag. Ex. '/system-reserved'. [default=''] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --tls-cert-file string File containing x509 Certificate used for serving HTTPS (with intermediate certs, if any, concatenated after server cert). If --tls-cert-file and --tls-private-key-file are not provided, a self-signed certificate and key are generated for the public address and saved to the directory passed to --cert-dir. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --tls-cipher-suites strings Comma-separated list of cipher suites for the server. If omitted, the default Go cipher suites will be used.
Mar 09 01:27:42 kind-control-plane kubelet[294]: Preferred values: TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384.
Mar 09 01:27:42 kind-control-plane kubelet[294]: Insecure values: TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_RC4_128_SHA, TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH_3DES_EDE_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_RC4_128_SHA. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --tls-min-version string Minimum TLS version supported. Possible values: VersionTLS10, VersionTLS11, VersionTLS12, VersionTLS13 (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --tls-private-key-file string File containing x509 private key matching --tls-cert-file. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --topology-manager-policy string Topology Manager policy to use. Possible values: 'none', 'best-effort', 'restricted', 'single-numa-node'. (default "none") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --topology-manager-scope string Scope to which topology hints applied. Topology Manager collects hints from Hint Providers and applies them to defined scope to ensure the pod admission. Possible values: 'container', 'pod'. (default "container") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: -v, --v Level number for the log level verbosity
Mar 09 01:27:42 kind-control-plane kubelet[294]: --version version[=true] Print version information and quit
Mar 09 01:27:42 kind-control-plane kubelet[294]: --vmodule pattern=N,... comma-separated list of pattern=N settings for file-filtered logging (only works for text log format)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --volume-plugin-dir string The full path of the directory in which to search for additional third party volume plugins (default "/usr/libexec/kubernetes/kubelet-plugins/volume/exec/") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: --volume-stats-agg-period duration Specifies interval for kubelet to calculate and cache the volume disk usage for all pods and volumes. To disable volume calculations, set to a negative number. (default 1m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:42 kind-control-plane kubelet[294]: Error: failed to run Kubelet: invalid configuration: cgroup ["kubelet"] has some missing paths: /sys/fs/cgroup/cpuacct/kubelet.slice, /sys/fs/cgroup/pids/kubelet.slice, /sys/fs/cgroup/cpuset/kubelet.slice, /sys/fs/cgroup/systemd/kubelet.slice, /sys/fs/cgroup/memory/kubelet.slice, /sys/fs/cgroup/hugetlb/kubelet.slice, /sys/fs/cgroup/cpu/kubelet.slice
Mar 09 01:27:42 kind-control-plane systemd[1]: kubelet.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 01:27:42 kind-control-plane systemd[1]: kubelet.service: Failed with result 'exit-code'.
Mar 09 01:27:43 kind-control-plane systemd[1]: kubelet.service: Scheduled restart job, restart counter is at 3.
Mar 09 01:27:43 kind-control-plane systemd[1]: Stopped kubelet: The Kubernetes Node Agent.
Mar 09 01:27:43 kind-control-plane systemd[1]: Starting kubelet: The Kubernetes Node Agent...
Mar 09 01:27:43 kind-control-plane systemd[1]: Started kubelet: The Kubernetes Node Agent.
Mar 09 01:27:43 kind-control-plane kubelet[309]: Flag --container-runtime has been deprecated, will be removed in 1.27 as the only valid value is 'remote'
Mar 09 01:27:43 kind-control-plane kubelet[309]: Flag --pod-infra-container-image has been deprecated, will be removed in 1.27. Image garbage collector will get sandbox image information from CRI.
Mar 09 01:27:43 kind-control-plane kubelet[309]: Flag --provider-id has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:43 kind-control-plane kubelet[309]: Flag --fail-swap-on has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:43 kind-control-plane kubelet[309]: Flag --cgroup-root has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:43 kind-control-plane kubelet[309]: I0309 01:27:43.793537 309 server.go:193] "--pod-infra-container-image will not be pruned by the image garbage collector in kubelet and should also be set in the remote runtime"
Mar 09 01:27:43 kind-control-plane kubelet[309]: Flag --container-runtime has been deprecated, will be removed in 1.27 as the only valid value is 'remote'
Mar 09 01:27:43 kind-control-plane kubelet[309]: Flag --pod-infra-container-image has been deprecated, will be removed in 1.27. Image garbage collector will get sandbox image information from CRI.
Mar 09 01:27:43 kind-control-plane kubelet[309]: Flag --provider-id has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:43 kind-control-plane kubelet[309]: Flag --fail-swap-on has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:43 kind-control-plane kubelet[309]: Flag --cgroup-root has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:43 kind-control-plane kubelet[309]: I0309 01:27:43.805320 309 server.go:399] "Kubelet version" kubeletVersion="v1.24.10-sieve-5c1d2d4295f9b4eb12bfbf6429fdf989f2ca8a02-dirty"
Mar 09 01:27:43 kind-control-plane kubelet[309]: I0309 01:27:43.805382 309 server.go:401] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
Mar 09 01:27:43 kind-control-plane kubelet[309]: I0309 01:27:43.805663 309 server.go:813] "Client rotation is on, will bootstrap in background"
Mar 09 01:27:43 kind-control-plane kubelet[309]: I0309 01:27:43.807474 309 certificate_store.go:130] Loading cert/key pair from "/var/lib/kubelet/pki/kubelet-client-current.pem".
Mar 09 01:27:43 kind-control-plane kubelet[309]: I0309 01:27:43.808619 309 dynamic_cafile_content.go:157] "Starting controller" name="client-ca-bundle::/etc/kubernetes/pki/ca.crt"
Mar 09 01:27:43 kind-control-plane kubelet[309]: W0309 01:27:43.812934 309 sysinfo.go:203] Nodes topology is not available, providing CPU topology
Mar 09 01:27:43 kind-control-plane kubelet[309]: Error: failed to run Kubelet: invalid configuration: cgroup ["kubelet"] has some missing paths: /sys/fs/cgroup/memory/kubelet.slice, /sys/fs/cgroup/hugetlb/kubelet.slice, /sys/fs/cgroup/cpuset/kubelet.slice, /sys/fs/cgroup/pids/kubelet.slice, /sys/fs/cgroup/systemd/kubelet.slice, /sys/fs/cgroup/cpuacct/kubelet.slice, /sys/fs/cgroup/cpu/kubelet.slice
Mar 09 01:27:43 kind-control-plane kubelet[309]: Usage:
Mar 09 01:27:43 kind-control-plane kubelet[309]: kubelet [flags]
Mar 09 01:27:43 kind-control-plane kubelet[309]: Flags:
Mar 09 01:27:43 kind-control-plane kubelet[309]: --add-dir-header If true, adds the file directory to the header of the log messages (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --address ip The IP address for the Kubelet to serve on (set to '0.0.0.0' or '::' for listening in all interfaces and IP families) (default 0.0.0.0) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --allowed-unsafe-sysctls strings Comma-separated whitelist of unsafe sysctls or unsafe sysctl patterns (ending in *). Use these at your own risk. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --alsologtostderr log to standard error as well as files (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --anonymous-auth Enables anonymous requests to the Kubelet server. Requests that are not rejected by another authentication method are treated as anonymous requests. Anonymous requests have a username of system:anonymous, and a group name of system:unauthenticated. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --application-metrics-count-limit int Max number of application metrics to store (per container) (default 100) (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --authentication-token-webhook Use the TokenReview API to determine authentication for bearer tokens. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --authentication-token-webhook-cache-ttl duration The duration to cache responses from the webhook token authenticator. (default 2m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --authorization-mode string Authorization mode for Kubelet server. Valid options are AlwaysAllow or Webhook. Webhook mode uses the SubjectAccessReview API to determine authorization. (default "AlwaysAllow") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --authorization-webhook-cache-authorized-ttl duration The duration to cache 'authorized' responses from the webhook authorizer. (default 5m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --authorization-webhook-cache-unauthorized-ttl duration The duration to cache 'unauthorized' responses from the webhook authorizer. (default 30s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --azure-container-registry-config string Path to the file containing Azure container registry configuration information.
Mar 09 01:27:43 kind-control-plane kubelet[309]: --boot-id-file string Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --bootstrap-kubeconfig string Path to a kubeconfig file that will be used to get client certificate for kubelet. If the file specified by --kubeconfig does not exist, the bootstrap kubeconfig is used to request a client certificate from the API server. On success, a kubeconfig file referencing the generated client certificate and key is written to the path specified by --kubeconfig. The client certificate and key file will be stored in the directory pointed by --cert-dir.
Mar 09 01:27:43 kind-control-plane kubelet[309]: --cert-dir string The directory where the TLS certs are located. If --tls-cert-file and --tls-private-key-file are provided, this flag will be ignored. (default "/var/lib/kubelet/pki")
Mar 09 01:27:43 kind-control-plane kubelet[309]: --cgroup-driver string Driver that the kubelet uses to manipulate cgroups on the host. Possible values: 'cgroupfs', 'systemd' (default "cgroupfs") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --cgroup-root string Optional root cgroup to use for pods. This is handled by the container runtime on a best effort basis. Default: '', which means use the container runtime default. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --cgroups-per-qos Enable creation of QoS cgroup hierarchy, if true top level QoS and pod cgroups are created. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --client-ca-file string If set, any request presenting a client certificate signed by one of the authorities in the client-ca-file is authenticated with an identity corresponding to the CommonName of the client certificate. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --cloud-config string The path to the cloud provider configuration file. Empty string for no configuration file. (DEPRECATED: will be removed in 1.24 or later, in favor of removing cloud provider code from Kubelet.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --cloud-provider string The provider for cloud services. Set to empty string for running with no cloud provider. If set, the cloud provider determines the name of the node (consult cloud provider documentation to determine if and how the hostname is used). (DEPRECATED: will be removed in 1.24 or later, in favor of removing cloud provider code from Kubelet.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --cluster-dns strings Comma-separated list of DNS server IP address. This value is used for containers DNS server in case of Pods with "dnsPolicy=ClusterFirst". Note: all DNS servers appearing in the list MUST serve the same set of records otherwise name resolution within the cluster may not work correctly. There is no guarantee as to which DNS server may be contacted for name resolution. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --cluster-domain string Domain for this cluster. If set, kubelet will configure all containers to search this domain in addition to the host's search domains (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --config string The Kubelet will load its initial configuration from this file. The path may be absolute or relative; relative paths start at the Kubelet's current working directory. Omit this flag to use the built-in default configuration values. Command-line flags override configuration from this file.
Mar 09 01:27:43 kind-control-plane kubelet[309]: --container-hints string location of the container hints file (default "/etc/cadvisor/container_hints.json") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --container-log-max-files int32 <Warning: Beta feature> Set the maximum number of container log files that can be present for a container. The number must be >= 2. This flag can only be used with --container-runtime=remote. (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --container-log-max-size string <Warning: Beta feature> Set the maximum size (e.g. 10Mi) of container log file before it is rotated. This flag can only be used with --container-runtime=remote. (default "10Mi") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --container-runtime string The container runtime to use. Possible value: 'remote'. (default "remote") (DEPRECATED: will be removed in 1.27 as the only valid value is 'remote')
Mar 09 01:27:43 kind-control-plane kubelet[309]: --container-runtime-endpoint string The endpoint of remote runtime service. Unix Domain Sockets are supported on Linux, while npipe and tcp endpoints are supported on Windows. Examples:'unix:///path/to/runtime.sock', 'npipe:////./pipe/runtime'
Mar 09 01:27:43 kind-control-plane kubelet[309]: --containerd string containerd endpoint (default "/run/containerd/containerd.sock") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --containerd-namespace string containerd namespace (default "k8s.io") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --contention-profiling Enable lock contention profiling, if profiling is enabled (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --cpu-cfs-quota Enable CPU CFS quota enforcement for containers that specify CPU limits (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --cpu-cfs-quota-period duration Sets CPU CFS quota period value, cpu.cfs_period_us, defaults to Linux Kernel default (default 100ms) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --cpu-manager-policy string CPU Manager policy to use. Possible values: 'none', 'static'. (default "none") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --cpu-manager-policy-options mapStringString A set of key=value CPU Manager policy options to use, to fine tune their behaviour. If not supplied, keep the default behaviour. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --cpu-manager-reconcile-period duration <Warning: Alpha feature> CPU Manager reconciliation period. Examples: '10s', or '1m'. If not supplied, defaults to 'NodeStatusUpdateFrequency' (default 10s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --enable-controller-attach-detach Enables the Attach/Detach controller to manage attachment/detachment of volumes scheduled to this node, and disables kubelet from executing any attach/detach operations (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --enable-debugging-handlers Enables server endpoints for log collection and local running of containers and commands (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --enable-load-reader Whether to enable cpu load reader (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --enable-server Enable the Kubelet's server (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --enforce-node-allocatable strings A comma separated list of levels of node allocatable enforcement to be enforced by kubelet. Acceptable options are 'none', 'pods', 'system-reserved', and 'kube-reserved'. If the latter two options are specified, '--system-reserved-cgroup' and '--kube-reserved-cgroup' must also be set, respectively. If 'none' is specified, no additional options should be set. See https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/ for more details. (default [pods]) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --event-burst int32 Maximum size of a bursty event records, temporarily allows event records to burst to this number, while still not exceeding event-qps. The number must be >= 0. If 0 will use DefaultBurst: 10. (default 10) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --event-qps int32 QPS to limit event creations. The number must be >= 0. If 0 will use DefaultQPS: 5. (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --event-storage-age-limit string Max length of time for which to store events (per type). Value is a comma separated list of key values, where the keys are event types (e.g.: creation, oom) or "default" and the value is a duration. Default is applied to all non-specified event types (default "default=0") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --event-storage-event-limit string Max number of events to store (per type). Value is a comma separated list of key values, where the keys are event types (e.g.: creation, oom) or "default" and the value is an integer. Default is applied to all non-specified event types (default "default=0") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --eviction-hard mapStringString A set of eviction thresholds (e.g. memory.available<1Gi) that if met would trigger a pod eviction. (default imagefs.available<15%,memory.available<100Mi,nodefs.available<10%,nodefs.inodesFree<5%) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --eviction-max-pod-grace-period int32 Maximum allowed grace period (in seconds) to use when terminating pods in response to a soft eviction threshold being met. If negative, defer to pod specified value. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --eviction-minimum-reclaim mapStringString A set of minimum reclaims (e.g. imagefs.available=2Gi) that describes the minimum amount of resource the kubelet will reclaim when performing a pod eviction if that resource is under pressure. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --eviction-pressure-transition-period duration Duration for which the kubelet has to wait before transitioning out of an eviction pressure condition. (default 5m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --eviction-soft mapStringString A set of eviction thresholds (e.g. memory.available<1.5Gi) that if met over a corresponding grace period would trigger a pod eviction. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --eviction-soft-grace-period mapStringString A set of eviction grace periods (e.g. memory.available=1m30s) that correspond to how long a soft eviction threshold must hold before triggering a pod eviction. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --exit-on-lock-contention Whether kubelet should exit upon lock-file contention.
Mar 09 01:27:43 kind-control-plane kubelet[309]: --experimental-allocatable-ignore-eviction When set to 'true', Hard Eviction Thresholds will be ignored while calculating Node Allocatable. See https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/ for more details. [default=false] (DEPRECATED: will be removed in 1.24 or later.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --experimental-kernel-memcg-notification Use kernelMemcgNotification configuration, this flag will be removed in 1.24 or later. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --experimental-mounter-path string [Experimental] Path of mounter binary. Leave empty to use the default mount. (DEPRECATED: will be removed in 1.24 or later. in favor of using CSI.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --fail-swap-on Makes the Kubelet fail to start if swap is enabled on the node. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --feature-gates mapStringBool A set of key=value pairs that describe feature gates for alpha/experimental features. Options are:
Mar 09 01:27:43 kind-control-plane kubelet[309]: APIListChunking=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: APIPriorityAndFairness=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: APIResponseCompression=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: APIServerIdentity=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: APIServerTracing=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: AllAlpha=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: AllBeta=true|false (BETA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: AnyVolumeDataSource=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: AppArmor=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: CPUManager=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: CPUManagerPolicyAlphaOptions=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: CPUManagerPolicyBetaOptions=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: CPUManagerPolicyOptions=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: CSIInlineVolume=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: CSIMigration=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: CSIMigrationAWS=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: CSIMigrationAzureFile=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: CSIMigrationGCE=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: CSIMigrationPortworx=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: CSIMigrationRBD=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: CSIMigrationvSphere=true|false (BETA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: CSIVolumeHealth=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: ContextualLogging=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: CronJobTimeZone=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: CustomCPUCFSQuotaPeriod=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: CustomResourceValidationExpressions=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: DaemonSetUpdateSurge=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: DelegateFSGroupToCSIDriver=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: DevicePlugins=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: DisableAcceleratorUsageMetrics=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: DisableCloudProviders=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: DisableKubeletCloudCredentialProviders=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: DownwardAPIHugePages=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: EndpointSliceTerminatingCondition=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: EphemeralContainers=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: ExpandedDNSConfig=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: ExperimentalHostUserNamespaceDefaulting=true|false (BETA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: GRPCContainerProbe=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: GracefulNodeShutdown=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: GracefulNodeShutdownBasedOnPodPriority=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: HPAContainerMetrics=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: HPAScaleToZero=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: HonorPVReclaimPolicy=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: IdentifyPodOS=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: InTreePluginAWSUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: InTreePluginAzureDiskUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: InTreePluginAzureFileUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: InTreePluginGCEUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: InTreePluginOpenStackUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: InTreePluginPortworxUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: InTreePluginRBDUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: InTreePluginvSphereUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: JobMutableNodeSchedulingDirectives=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: JobReadyPods=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: JobTrackingWithFinalizers=true|false (BETA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: KubeletCredentialProviders=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: KubeletInUserNamespace=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: KubeletPodResources=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: KubeletPodResourcesGetAllocatable=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: LegacyServiceAccountTokenNoAutoGeneration=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: LocalStorageCapacityIsolation=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: LocalStorageCapacityIsolationFSQuotaMonitoring=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: LogarithmicScaleDown=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: MaxUnavailableStatefulSet=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: MemoryManager=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: MemoryQoS=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: MinDomainsInPodTopologySpread=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: MixedProtocolLBService=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: NetworkPolicyEndPort=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: NetworkPolicyStatus=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: NodeOutOfServiceVolumeDetach=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: NodeSwap=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: OpenAPIEnums=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: OpenAPIV3=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: PodAndContainerStatsFromCRI=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: PodDeletionCost=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: PodSecurity=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: ProbeTerminationGracePeriod=true|false (BETA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: ProcMountType=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: ProxyTerminatingEndpoints=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: QOSReserved=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: ReadWriteOncePod=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: RecoverVolumeExpansionFailure=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: RemainingItemCount=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: RotateKubeletServerCertificate=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: SeccompDefault=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: ServerSideFieldValidation=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: ServiceIPStaticSubrange=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: ServiceInternalTrafficPolicy=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: SizeMemoryBackedVolumes=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: StatefulSetAutoDeletePVC=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: StatefulSetMinReadySeconds=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: StorageVersionAPI=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: StorageVersionHash=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: TopologyAwareHints=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: TopologyManager=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: VolumeCapacityPriority=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: WinDSR=true|false (ALPHA - default=false)
Mar 09 01:27:43 kind-control-plane kubelet[309]: WinOverlay=true|false (BETA - default=true)
Mar 09 01:27:43 kind-control-plane kubelet[309]: WindowsHostProcessContainers=true|false (BETA - default=true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --file-check-frequency duration Duration between checking config files for new data (default 20s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --global-housekeeping-interval duration Interval between global housekeepings (default 1m0s) (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --hairpin-mode string How should the kubelet setup hairpin NAT. This allows endpoints of a Service to loadbalance back to themselves if they should try to access their own Service. Valid values are "promiscuous-bridge", "hairpin-veth" and "none". (default "promiscuous-bridge") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --healthz-bind-address ip The IP address for the healthz server to serve on (set to '0.0.0.0' or '::' for listening in all interfaces and IP families) (default 127.0.0.1) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --healthz-port int32 The port of the localhost healthz endpoint (set to 0 to disable) (default 10248) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: -h, --help help for kubelet
Mar 09 01:27:43 kind-control-plane kubelet[309]: --hostname-override string If non-empty, will use this string as identification instead of the actual hostname. If --cloud-provider is set, the cloud provider determines the name of the node (consult cloud provider documentation to determine if and how the hostname is used).
Mar 09 01:27:43 kind-control-plane kubelet[309]: --housekeeping-interval duration Interval between container housekeepings (default 10s)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --http-check-frequency duration Duration between checking http for new data (default 20s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --image-credential-provider-bin-dir string The path to the directory where credential provider plugin binaries are located.
Mar 09 01:27:43 kind-control-plane kubelet[309]: --image-credential-provider-config string The path to the credential provider plugin config file.
Mar 09 01:27:43 kind-control-plane kubelet[309]: --image-gc-high-threshold int32 The percent of disk usage after which image garbage collection is always run. Values must be within the range [0, 100], To disable image garbage collection, set to 100. (default 85) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --image-gc-low-threshold int32 The percent of disk usage before which image garbage collection is never run. Lowest disk usage to garbage collect to. Values must be within the range [0, 100] and should not be larger than that of --image-gc-high-threshold. (default 80) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --image-service-endpoint string The endpoint of remote image service. If not specified, it will be the same with --container-runtime-endpoint by default. Unix Domain Socket are supported on Linux, while npipe and tcp endpoints are supported on Windows. Examples:'unix:///path/to/runtime.sock', 'npipe:////./pipe/runtime'
Mar 09 01:27:43 kind-control-plane kubelet[309]: --iptables-drop-bit int32 The bit of the fwmark space to mark packets for dropping. Must be within the range [0, 31]. (default 15) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --iptables-masquerade-bit int32 The bit of the fwmark space to mark packets for SNAT. Must be within the range [0, 31]. Please match this parameter with corresponding parameter in kube-proxy. (default 14) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --keep-terminated-pod-volumes Keep terminated pod volumes mounted to the node after the pod terminates. Can be useful for debugging volume related issues. (DEPRECATED: will be removed in a future version)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --kernel-memcg-notification If enabled, the kubelet will integrate with the kernel memcg notification to determine if memory eviction thresholds are crossed rather than polling. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --kube-api-burst int32 Burst to use while talking with kubernetes apiserver. The number must be >= 0. If 0 will use DefaultBurst: 10. Doesn't cover events and node heartbeat apis which rate limiting is controlled by a different set of flags (default 10) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --kube-api-content-type string Content type of requests sent to apiserver. (default "application/vnd.kubernetes.protobuf") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --kube-api-qps int32 QPS to use while talking with kubernetes apiserver. The number must be >= 0. If 0 will use DefaultQPS: 5. Doesn't cover events and node heartbeat apis which rate limiting is controlled by a different set of flags (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --kube-reserved mapStringString A set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=500Mi,ephemeral-storage=1Gi) pairs that describe resources reserved for kubernetes system components. Currently cpu, memory and local ephemeral storage for root file system are supported. See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ for more detail. [default=none] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --kube-reserved-cgroup string Absolute name of the top level cgroup that is used to manage kubernetes components for which compute resources were reserved via '--kube-reserved' flag. Ex. '/kube-reserved'. [default=''] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --kubeconfig string Path to a kubeconfig file, specifying how to connect to the API server. Providing --kubeconfig enables API server mode, omitting --kubeconfig enables standalone mode.
Mar 09 01:27:43 kind-control-plane kubelet[309]: --kubelet-cgroups string Optional absolute name of cgroups to create and run the Kubelet in. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --lock-file string <Warning: Alpha feature> The path to file for kubelet to use as a lock file.
Mar 09 01:27:43 kind-control-plane kubelet[309]: --log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --log-cadvisor-usage Whether to log the usage of the cAdvisor container (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --log-dir string If non-empty, write log files in this directory (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --log-file string If non-empty, use this log file (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --log-json-info-buffer-size quantity [Experimental] In JSON format with split output streams, the info messages can be buffered for a while to increase performance. The default value of zero bytes disables buffering. The size can be specified as number of bytes (512), multiples of 1000 (1K), multiples of 1024 (2Ki), or powers of those (3M, 4G, 5Mi, 6Gi). (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --log-json-split-stream [Experimental] In JSON format, write error messages to stderr and info messages to stdout. The default is to write a single stream to stdout. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --logging-format string Sets the log format. Permitted formats: "json", "text".
Mar 09 01:27:43 kind-control-plane kubelet[309]: Non-default formats don't honor these flags: --add-dir-header, --alsologtostderr, --log-backtrace-at, --log-dir, --log-file, --log-file-max-size, --logtostderr, --one-output, --skip-headers, --skip-log-headers, --stderrthreshold, --vmodule.
Mar 09 01:27:43 kind-control-plane kubelet[309]: Non-default choices are currently alpha and subject to change without warning. (default "text") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --logtostderr log to standard error instead of files (default true) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --machine-id-file string Comma-separated list of files to check for machine-id. Use the first one that exists. (default "/etc/machine-id,/var/lib/dbus/machine-id") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --make-iptables-util-chains If true, kubelet will ensure iptables utility rules are present on host. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --manifest-url string URL for accessing additional Pod specifications to run (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --manifest-url-header colonSeparatedMultimapStringString Comma-separated list of HTTP headers to use when accessing the url provided to --manifest-url. Multiple headers with the same name will be added in the same order provided. This flag can be repeatedly invoked. For example: --manifest-url-header 'a:hello,b:again,c:world' --manifest-url-header 'b:beautiful' (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --master-service-namespace string The namespace from which the kubernetes master services should be injected into pods (default "default") (DEPRECATED: This flag will be removed in a future version.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --max-open-files int Number of files that can be opened by Kubelet process. (default 1000000) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --max-pods int32 Number of Pods that can run on this Kubelet. (default 110) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --maximum-dead-containers int32 Maximum number of old instances of containers to retain globally. Each container takes up some disk space. To disable, set to a negative number. (default -1) (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --maximum-dead-containers-per-container int32 Maximum number of old instances to retain per container. Each container takes up some disk space. (default 1) (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --memory-manager-policy string Memory Manager policy to use. Possible values: 'None', 'Static'. (default "None") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --minimum-container-ttl-duration duration Minimum age for a finished container before it is garbage collected. Examples: '300ms', '10s' or '2h45m' (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --minimum-image-ttl-duration duration Minimum age for an unused image before it is garbage collected. Examples: '300ms', '10s' or '2h45m'. (default 2m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --node-ip string IP address (or comma-separated dual-stack IP addresses) of the node. If unset, kubelet will use the node's default IPv4 address, if any, or its default IPv6 address if it has no IPv4 addresses. You can pass '::' to make it prefer the default IPv6 address rather than the default IPv4 address.
Mar 09 01:27:43 kind-control-plane kubelet[309]: --node-labels mapStringString <Warning: Alpha feature> Labels to add when registering the node in the cluster. Labels must be key=value pairs separated by ','. Labels in the 'kubernetes.io' namespace must begin with an allowed prefix (kubelet.kubernetes.io, node.kubernetes.io) or be in the specifically allowed set (beta.kubernetes.io/arch, beta.kubernetes.io/instance-type, beta.kubernetes.io/os, failure-domain.beta.kubernetes.io/region, failure-domain.beta.kubernetes.io/zone, kubernetes.io/arch, kubernetes.io/hostname, kubernetes.io/os, node.kubernetes.io/instance-type, topology.kubernetes.io/region, topology.kubernetes.io/zone)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --node-status-max-images int32 The maximum number of images to report in Node.Status.Images. If -1 is specified, no cap will be applied. (default 50) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --node-status-update-frequency duration Specifies how often kubelet posts node status to master. Note: be cautious when changing the constant, it must work with nodeMonitorGracePeriod in nodecontroller. (default 10s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --one-output If true, only write logs to their native severity level (vs also writing to each lower severity level) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --oom-score-adj int32 The oom-score-adj value for kubelet process. Values must be within the range [-1000, 1000] (default -999) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --pod-cidr string The CIDR to use for pod IP addresses, only used in standalone mode. In cluster mode, this is obtained from the master. For IPv6, the maximum number of IP's allocated is 65536 (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --pod-infra-container-image string Specified image will not be pruned by the image garbage collector. CRI implementations have their own configuration to set this image. (default "registry.k8s.io/pause:3.7") (DEPRECATED: will be removed in 1.27. Image garbage collector will get sandbox image information from CRI.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --pod-manifest-path string Path to the directory containing static pod files to run, or the path to a single static pod file. Files starting with dots will be ignored. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --pod-max-pids int Set the maximum number of processes per pod. If -1, the kubelet defaults to the node allocatable pid capacity. (default -1) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --pods-per-core int32 Number of Pods per core that can run on this Kubelet. The total number of Pods on this Kubelet cannot exceed max-pods, so max-pods will be used if this calculation results in a larger number of Pods allowed on the Kubelet. A value of 0 disables this limit. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --port int32 The port for the Kubelet to serve on. (default 10250) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --protect-kernel-defaults Default kubelet behaviour for kernel tuning. If set, kubelet errors if any of kernel tunables is different than kubelet defaults. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --provider-id string Unique identifier for identifying the node in a machine database, i.e cloudprovider (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --qos-reserved mapStringString <Warning: Alpha feature> A set of ResourceName=Percentage (e.g. memory=50%) pairs that describe how pod resource requests are reserved at the QoS level. Currently only memory is supported. Requires the QOSReserved feature gate to be enabled. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --read-only-port int32 The read-only port for the Kubelet to serve on with no authentication/authorization (set to 0 to disable) (default 10255) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --register-node Register the node with the apiserver. If --kubeconfig is not provided, this flag is irrelevant, as the Kubelet won't have an apiserver to register with. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --register-schedulable Register the node as schedulable. Won't have any effect if register-node is false. (default true) (DEPRECATED: will be removed in a future version)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --register-with-taints []v1.Taint Register the node with the given list of taints (comma separated "<key>=<value>:<effect>"). No-op if register-node is false. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --registry-burst int32 Maximum size of a bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry-qps. Only used if --registry-qps > 0 (default 10) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --registry-qps int32 If > 0, limit registry pull QPS to this value. If 0, unlimited. (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --reserved-cpus string A comma-separated list of CPUs or CPU ranges that are reserved for system and kubernetes usage. This specific list will supersede cpu counts in --system-reserved and --kube-reserved. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --reserved-memory reserved-memory A comma separated list of memory reservations for NUMA nodes. (e.g. --reserved-memory 0:memory=1Gi,hugepages-1M=2Gi --reserved-memory 1:memory=2Gi). The total sum for each memory type should be equal to the sum of kube-reserved, system-reserved and eviction-threshold. See https://kubernetes.io/docs/tasks/administer-cluster/memory-manager/#reserved-memory-flag for more details. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --resolv-conf string Resolver configuration file used as the basis for the container DNS resolution configuration. (default "/etc/resolv.conf") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --root-dir string Directory path for managing kubelet files (volume mounts,etc). (default "/var/lib/kubelet")
Mar 09 01:27:43 kind-control-plane kubelet[309]: --rotate-certificates <Warning: Beta feature> Auto rotate the kubelet client certificates by requesting new certificates from the kube-apiserver when the certificate expiration approaches. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --rotate-server-certificates Auto-request and rotate the kubelet serving certificates by requesting new certificates from the kube-apiserver when the certificate expiration approaches. Requires the RotateKubeletServerCertificate feature gate to be enabled, and approval of the submitted CertificateSigningRequest objects. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --runonce If true, exit after spawning pods from static pod files or remote urls. Exclusive with --enable-server (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --runtime-cgroups string Optional absolute name of cgroups to create and run the runtime in.
Mar 09 01:27:43 kind-control-plane kubelet[309]: --runtime-request-timeout duration Timeout of all runtime requests except long running request - pull, logs, exec and attach. When timeout exceeded, kubelet will cancel the request, throw out an error and retry later. (default 2m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --seccomp-default RuntimeDefault <Warning: Alpha feature> Enable the use of RuntimeDefault as the default seccomp profile for all workloads. The SeccompDefault feature gate must be enabled to allow this flag, which is disabled per default.
Mar 09 01:27:43 kind-control-plane kubelet[309]: --serialize-image-pulls Pull images one at a time. We recommend *not* changing the default value on nodes that run docker daemon with version < 1.9 or an Aufs storage backend. Issue #10959 has more details. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --skip-headers If true, avoid header prefixes in the log messages (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --skip-log-headers If true, avoid headers when opening log files (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --stderrthreshold severity logs at or above this threshold go to stderr (default 2) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --storage-driver-buffer-duration duration Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s) (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --storage-driver-db string database name (default "cadvisor") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --storage-driver-host string database host:port (default "localhost:8086") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --storage-driver-password string database password (default "root") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --storage-driver-secure use secure connection with database (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --storage-driver-table string table name (default "stats") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --storage-driver-user string database username (default "root") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --streaming-connection-idle-timeout duration Maximum time a streaming connection can be idle before the connection is automatically closed. 0 indicates no timeout. Example: '5m'. Note: All connections to the kubelet server have a maximum duration of 4 hours. (default 4h0m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --sync-frequency duration Max period between synchronizing running containers and config (default 1m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --system-cgroups string Optional absolute name of cgroups in which to place all non-kernel processes that are not already inside a cgroup under '/'. Empty for no container. Rolling back the flag requires a reboot. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --system-reserved mapStringString A set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=500Mi,ephemeral-storage=1Gi) pairs that describe resources reserved for non-kubernetes components. Currently only cpu and memory are supported. See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ for more detail. [default=none] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --system-reserved-cgroup string Absolute name of the top level cgroup that is used to manage non-kubernetes components for which compute resources were reserved via '--system-reserved' flag. Ex. '/system-reserved'. [default=''] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --tls-cert-file string File containing x509 Certificate used for serving HTTPS (with intermediate certs, if any, concatenated after server cert). If --tls-cert-file and --tls-private-key-file are not provided, a self-signed certificate and key are generated for the public address and saved to the directory passed to --cert-dir. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --tls-cipher-suites strings Comma-separated list of cipher suites for the server. If omitted, the default Go cipher suites will be used.
Mar 09 01:27:43 kind-control-plane kubelet[309]: Preferred values: TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384.
Mar 09 01:27:43 kind-control-plane kubelet[309]: Insecure values: TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_RC4_128_SHA, TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH_3DES_EDE_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_RC4_128_SHA. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --tls-min-version string Minimum TLS version supported. Possible values: VersionTLS10, VersionTLS11, VersionTLS12, VersionTLS13 (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --tls-private-key-file string File containing x509 private key matching --tls-cert-file. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --topology-manager-policy string Topology Manager policy to use. Possible values: 'none', 'best-effort', 'restricted', 'single-numa-node'. (default "none") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --topology-manager-scope string Scope to which topology hints applied. Topology Manager collects hints from Hint Providers and applies them to defined scope to ensure the pod admission. Possible values: 'container', 'pod'. (default "container") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: -v, --v Level number for the log level verbosity
Mar 09 01:27:43 kind-control-plane kubelet[309]: --version version[=true] Print version information and quit
Mar 09 01:27:43 kind-control-plane kubelet[309]: --vmodule pattern=N,... comma-separated list of pattern=N settings for file-filtered logging (only works for text log format)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --volume-plugin-dir string The full path of the directory in which to search for additional third party volume plugins (default "/usr/libexec/kubernetes/kubelet-plugins/volume/exec/") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: --volume-stats-agg-period duration Specifies interval for kubelet to calculate and cache the volume disk usage for all pods and volumes. To disable volume calculations, set to a negative number. (default 1m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:43 kind-control-plane kubelet[309]: Error: failed to run Kubelet: invalid configuration: cgroup ["kubelet"] has some missing paths: /sys/fs/cgroup/memory/kubelet.slice, /sys/fs/cgroup/hugetlb/kubelet.slice, /sys/fs/cgroup/cpuset/kubelet.slice, /sys/fs/cgroup/pids/kubelet.slice, /sys/fs/cgroup/systemd/kubelet.slice, /sys/fs/cgroup/cpuacct/kubelet.slice, /sys/fs/cgroup/cpu/kubelet.slice
Mar 09 01:27:43 kind-control-plane systemd[1]: kubelet.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 01:27:43 kind-control-plane systemd[1]: kubelet.service: Failed with result 'exit-code'.
Mar 09 01:27:44 kind-control-plane systemd[1]: kubelet.service: Scheduled restart job, restart counter is at 4.
Mar 09 01:27:44 kind-control-plane systemd[1]: Stopped kubelet: The Kubernetes Node Agent.
Mar 09 01:27:44 kind-control-plane systemd[1]: Starting kubelet: The Kubernetes Node Agent...
Mar 09 01:27:44 kind-control-plane systemd[1]: Started kubelet: The Kubernetes Node Agent.
Mar 09 01:27:45 kind-control-plane kubelet[322]: Flag --container-runtime has been deprecated, will be removed in 1.27 as the only valid value is 'remote'
Mar 09 01:27:45 kind-control-plane kubelet[322]: Flag --pod-infra-container-image has been deprecated, will be removed in 1.27. Image garbage collector will get sandbox image information from CRI.
Mar 09 01:27:45 kind-control-plane kubelet[322]: Flag --provider-id has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:45 kind-control-plane kubelet[322]: Flag --fail-swap-on has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:45 kind-control-plane kubelet[322]: Flag --cgroup-root has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:45 kind-control-plane kubelet[322]: I0309 01:27:45.039065 322 server.go:193] "--pod-infra-container-image will not be pruned by the image garbage collector in kubelet and should also be set in the remote runtime"
Mar 09 01:27:45 kind-control-plane kubelet[322]: Flag --container-runtime has been deprecated, will be removed in 1.27 as the only valid value is 'remote'
Mar 09 01:27:45 kind-control-plane kubelet[322]: Flag --pod-infra-container-image has been deprecated, will be removed in 1.27. Image garbage collector will get sandbox image information from CRI.
Mar 09 01:27:45 kind-control-plane kubelet[322]: Flag --provider-id has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:45 kind-control-plane kubelet[322]: Flag --fail-swap-on has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:45 kind-control-plane kubelet[322]: Flag --cgroup-root has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:45 kind-control-plane kubelet[322]: I0309 01:27:45.051515 322 server.go:399] "Kubelet version" kubeletVersion="v1.24.10-sieve-5c1d2d4295f9b4eb12bfbf6429fdf989f2ca8a02-dirty"
Mar 09 01:27:45 kind-control-plane kubelet[322]: I0309 01:27:45.051581 322 server.go:401] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
Mar 09 01:27:45 kind-control-plane kubelet[322]: I0309 01:27:45.051823 322 server.go:813] "Client rotation is on, will bootstrap in background"
Mar 09 01:27:45 kind-control-plane kubelet[322]: I0309 01:27:45.053645 322 certificate_store.go:130] Loading cert/key pair from "/var/lib/kubelet/pki/kubelet-client-current.pem".
Mar 09 01:27:45 kind-control-plane kubelet[322]: I0309 01:27:45.054750 322 dynamic_cafile_content.go:157] "Starting controller" name="client-ca-bundle::/etc/kubernetes/pki/ca.crt"
Mar 09 01:27:45 kind-control-plane kubelet[322]: W0309 01:27:45.060655 322 sysinfo.go:203] Nodes topology is not available, providing CPU topology
Mar 09 01:27:45 kind-control-plane kubelet[322]: Error: failed to run Kubelet: invalid configuration: cgroup ["kubelet"] has some missing paths: /sys/fs/cgroup/systemd/kubelet.slice, /sys/fs/cgroup/memory/kubelet.slice, /sys/fs/cgroup/cpuacct/kubelet.slice, /sys/fs/cgroup/cpuset/kubelet.slice, /sys/fs/cgroup/pids/kubelet.slice, /sys/fs/cgroup/hugetlb/kubelet.slice, /sys/fs/cgroup/cpu/kubelet.slice
Mar 09 01:27:45 kind-control-plane kubelet[322]: Usage:
Mar 09 01:27:45 kind-control-plane kubelet[322]: kubelet [flags]
Mar 09 01:27:45 kind-control-plane kubelet[322]: Flags:
Mar 09 01:27:45 kind-control-plane kubelet[322]: --add-dir-header If true, adds the file directory to the header of the log messages (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --address ip The IP address for the Kubelet to serve on (set to '0.0.0.0' or '::' for listening in all interfaces and IP families) (default 0.0.0.0) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --allowed-unsafe-sysctls strings Comma-separated whitelist of unsafe sysctls or unsafe sysctl patterns (ending in *). Use these at your own risk. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --alsologtostderr log to standard error as well as files (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --anonymous-auth Enables anonymous requests to the Kubelet server. Requests that are not rejected by another authentication method are treated as anonymous requests. Anonymous requests have a username of system:anonymous, and a group name of system:unauthenticated. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --application-metrics-count-limit int Max number of application metrics to store (per container) (default 100) (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --authentication-token-webhook Use the TokenReview API to determine authentication for bearer tokens. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --authentication-token-webhook-cache-ttl duration The duration to cache responses from the webhook token authenticator. (default 2m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --authorization-mode string Authorization mode for Kubelet server. Valid options are AlwaysAllow or Webhook. Webhook mode uses the SubjectAccessReview API to determine authorization. (default "AlwaysAllow") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --authorization-webhook-cache-authorized-ttl duration The duration to cache 'authorized' responses from the webhook authorizer. (default 5m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --authorization-webhook-cache-unauthorized-ttl duration The duration to cache 'unauthorized' responses from the webhook authorizer. (default 30s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --azure-container-registry-config string Path to the file containing Azure container registry configuration information.
Mar 09 01:27:45 kind-control-plane kubelet[322]: --boot-id-file string Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --bootstrap-kubeconfig string Path to a kubeconfig file that will be used to get client certificate for kubelet. If the file specified by --kubeconfig does not exist, the bootstrap kubeconfig is used to request a client certificate from the API server. On success, a kubeconfig file referencing the generated client certificate and key is written to the path specified by --kubeconfig. The client certificate and key file will be stored in the directory pointed by --cert-dir.
Mar 09 01:27:45 kind-control-plane kubelet[322]: --cert-dir string The directory where the TLS certs are located. If --tls-cert-file and --tls-private-key-file are provided, this flag will be ignored. (default "/var/lib/kubelet/pki")
Mar 09 01:27:45 kind-control-plane kubelet[322]: --cgroup-driver string Driver that the kubelet uses to manipulate cgroups on the host. Possible values: 'cgroupfs', 'systemd' (default "cgroupfs") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --cgroup-root string Optional root cgroup to use for pods. This is handled by the container runtime on a best effort basis. Default: '', which means use the container runtime default. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --cgroups-per-qos Enable creation of QoS cgroup hierarchy, if true top level QoS and pod cgroups are created. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --client-ca-file string If set, any request presenting a client certificate signed by one of the authorities in the client-ca-file is authenticated with an identity corresponding to the CommonName of the client certificate. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --cloud-config string The path to the cloud provider configuration file. Empty string for no configuration file. (DEPRECATED: will be removed in 1.24 or later, in favor of removing cloud provider code from Kubelet.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --cloud-provider string The provider for cloud services. Set to empty string for running with no cloud provider. If set, the cloud provider determines the name of the node (consult cloud provider documentation to determine if and how the hostname is used). (DEPRECATED: will be removed in 1.24 or later, in favor of removing cloud provider code from Kubelet.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --cluster-dns strings Comma-separated list of DNS server IP address. This value is used for containers DNS server in case of Pods with "dnsPolicy=ClusterFirst". Note: all DNS servers appearing in the list MUST serve the same set of records otherwise name resolution within the cluster may not work correctly. There is no guarantee as to which DNS server may be contacted for name resolution. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --cluster-domain string Domain for this cluster. If set, kubelet will configure all containers to search this domain in addition to the host's search domains (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --config string The Kubelet will load its initial configuration from this file. The path may be absolute or relative; relative paths start at the Kubelet's current working directory. Omit this flag to use the built-in default configuration values. Command-line flags override configuration from this file.
Mar 09 01:27:45 kind-control-plane kubelet[322]: --container-hints string location of the container hints file (default "/etc/cadvisor/container_hints.json") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --container-log-max-files int32 <Warning: Beta feature> Set the maximum number of container log files that can be present for a container. The number must be >= 2. This flag can only be used with --container-runtime=remote. (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --container-log-max-size string <Warning: Beta feature> Set the maximum size (e.g. 10Mi) of container log file before it is rotated. This flag can only be used with --container-runtime=remote. (default "10Mi") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --container-runtime string The container runtime to use. Possible value: 'remote'. (default "remote") (DEPRECATED: will be removed in 1.27 as the only valid value is 'remote')
Mar 09 01:27:45 kind-control-plane kubelet[322]: --container-runtime-endpoint string The endpoint of remote runtime service. Unix Domain Sockets are supported on Linux, while npipe and tcp endpoints are supported on Windows. Examples:'unix:///path/to/runtime.sock', 'npipe:////./pipe/runtime'
Mar 09 01:27:45 kind-control-plane kubelet[322]: --containerd string containerd endpoint (default "/run/containerd/containerd.sock") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --containerd-namespace string containerd namespace (default "k8s.io") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --contention-profiling Enable lock contention profiling, if profiling is enabled (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --cpu-cfs-quota Enable CPU CFS quota enforcement for containers that specify CPU limits (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --cpu-cfs-quota-period duration Sets CPU CFS quota period value, cpu.cfs_period_us, defaults to Linux Kernel default (default 100ms) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --cpu-manager-policy string CPU Manager policy to use. Possible values: 'none', 'static'. (default "none") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --cpu-manager-policy-options mapStringString A set of key=value CPU Manager policy options to use, to fine tune their behaviour. If not supplied, keep the default behaviour. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --cpu-manager-reconcile-period duration <Warning: Alpha feature> CPU Manager reconciliation period. Examples: '10s', or '1m'. If not supplied, defaults to 'NodeStatusUpdateFrequency' (default 10s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --enable-controller-attach-detach Enables the Attach/Detach controller to manage attachment/detachment of volumes scheduled to this node, and disables kubelet from executing any attach/detach operations (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --enable-debugging-handlers Enables server endpoints for log collection and local running of containers and commands (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --enable-load-reader Whether to enable cpu load reader (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --enable-server Enable the Kubelet's server (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --enforce-node-allocatable strings A comma separated list of levels of node allocatable enforcement to be enforced by kubelet. Acceptable options are 'none', 'pods', 'system-reserved', and 'kube-reserved'. If the latter two options are specified, '--system-reserved-cgroup' and '--kube-reserved-cgroup' must also be set, respectively. If 'none' is specified, no additional options should be set. See https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/ for more details. (default [pods]) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --event-burst int32 Maximum size of a bursty event records, temporarily allows event records to burst to this number, while still not exceeding event-qps. The number must be >= 0. If 0 will use DefaultBurst: 10. (default 10) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --event-qps int32 QPS to limit event creations. The number must be >= 0. If 0 will use DefaultQPS: 5. (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --event-storage-age-limit string Max length of time for which to store events (per type). Value is a comma separated list of key values, where the keys are event types (e.g.: creation, oom) or "default" and the value is a duration. Default is applied to all non-specified event types (default "default=0") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --event-storage-event-limit string Max number of events to store (per type). Value is a comma separated list of key values, where the keys are event types (e.g.: creation, oom) or "default" and the value is an integer. Default is applied to all non-specified event types (default "default=0") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --eviction-hard mapStringString A set of eviction thresholds (e.g. memory.available<1Gi) that if met would trigger a pod eviction. (default imagefs.available<15%,memory.available<100Mi,nodefs.available<10%,nodefs.inodesFree<5%) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --eviction-max-pod-grace-period int32 Maximum allowed grace period (in seconds) to use when terminating pods in response to a soft eviction threshold being met. If negative, defer to pod specified value. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --eviction-minimum-reclaim mapStringString A set of minimum reclaims (e.g. imagefs.available=2Gi) that describes the minimum amount of resource the kubelet will reclaim when performing a pod eviction if that resource is under pressure. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --eviction-pressure-transition-period duration Duration for which the kubelet has to wait before transitioning out of an eviction pressure condition. (default 5m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --eviction-soft mapStringString A set of eviction thresholds (e.g. memory.available<1.5Gi) that if met over a corresponding grace period would trigger a pod eviction. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --eviction-soft-grace-period mapStringString A set of eviction grace periods (e.g. memory.available=1m30s) that correspond to how long a soft eviction threshold must hold before triggering a pod eviction. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --exit-on-lock-contention Whether kubelet should exit upon lock-file contention.
Mar 09 01:27:45 kind-control-plane kubelet[322]: --experimental-allocatable-ignore-eviction When set to 'true', Hard Eviction Thresholds will be ignored while calculating Node Allocatable. See https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/ for more details. [default=false] (DEPRECATED: will be removed in 1.24 or later.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --experimental-kernel-memcg-notification Use kernelMemcgNotification configuration, this flag will be removed in 1.24 or later. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --experimental-mounter-path string [Experimental] Path of mounter binary. Leave empty to use the default mount. (DEPRECATED: will be removed in 1.24 or later. in favor of using CSI.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --fail-swap-on Makes the Kubelet fail to start if swap is enabled on the node. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --feature-gates mapStringBool A set of key=value pairs that describe feature gates for alpha/experimental features. Options are:
Mar 09 01:27:45 kind-control-plane kubelet[322]: APIListChunking=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: APIPriorityAndFairness=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: APIResponseCompression=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: APIServerIdentity=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: APIServerTracing=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: AllAlpha=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: AllBeta=true|false (BETA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: AnyVolumeDataSource=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: AppArmor=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: CPUManager=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: CPUManagerPolicyAlphaOptions=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: CPUManagerPolicyBetaOptions=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: CPUManagerPolicyOptions=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: CSIInlineVolume=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: CSIMigration=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: CSIMigrationAWS=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: CSIMigrationAzureFile=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: CSIMigrationGCE=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: CSIMigrationPortworx=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: CSIMigrationRBD=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: CSIMigrationvSphere=true|false (BETA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: CSIVolumeHealth=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: ContextualLogging=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: CronJobTimeZone=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: CustomCPUCFSQuotaPeriod=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: CustomResourceValidationExpressions=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: DaemonSetUpdateSurge=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: DelegateFSGroupToCSIDriver=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: DevicePlugins=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: DisableAcceleratorUsageMetrics=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: DisableCloudProviders=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: DisableKubeletCloudCredentialProviders=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: DownwardAPIHugePages=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: EndpointSliceTerminatingCondition=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: EphemeralContainers=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: ExpandedDNSConfig=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: ExperimentalHostUserNamespaceDefaulting=true|false (BETA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: GRPCContainerProbe=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: GracefulNodeShutdown=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: GracefulNodeShutdownBasedOnPodPriority=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: HPAContainerMetrics=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: HPAScaleToZero=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: HonorPVReclaimPolicy=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: IdentifyPodOS=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: InTreePluginAWSUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: InTreePluginAzureDiskUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: InTreePluginAzureFileUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: InTreePluginGCEUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: InTreePluginOpenStackUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: InTreePluginPortworxUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: InTreePluginRBDUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: InTreePluginvSphereUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: JobMutableNodeSchedulingDirectives=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: JobReadyPods=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: JobTrackingWithFinalizers=true|false (BETA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: KubeletCredentialProviders=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: KubeletInUserNamespace=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: KubeletPodResources=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: KubeletPodResourcesGetAllocatable=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: LegacyServiceAccountTokenNoAutoGeneration=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: LocalStorageCapacityIsolation=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: LocalStorageCapacityIsolationFSQuotaMonitoring=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: LogarithmicScaleDown=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: MaxUnavailableStatefulSet=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: MemoryManager=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: MemoryQoS=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: MinDomainsInPodTopologySpread=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: MixedProtocolLBService=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: NetworkPolicyEndPort=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: NetworkPolicyStatus=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: NodeOutOfServiceVolumeDetach=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: NodeSwap=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: OpenAPIEnums=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: OpenAPIV3=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: PodAndContainerStatsFromCRI=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: PodDeletionCost=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: PodSecurity=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: ProbeTerminationGracePeriod=true|false (BETA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: ProcMountType=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: ProxyTerminatingEndpoints=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: QOSReserved=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: ReadWriteOncePod=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: RecoverVolumeExpansionFailure=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: RemainingItemCount=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: RotateKubeletServerCertificate=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: SeccompDefault=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: ServerSideFieldValidation=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: ServiceIPStaticSubrange=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: ServiceInternalTrafficPolicy=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: SizeMemoryBackedVolumes=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: StatefulSetAutoDeletePVC=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: StatefulSetMinReadySeconds=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: StorageVersionAPI=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: StorageVersionHash=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: TopologyAwareHints=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: TopologyManager=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: VolumeCapacityPriority=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: WinDSR=true|false (ALPHA - default=false)
Mar 09 01:27:45 kind-control-plane kubelet[322]: WinOverlay=true|false (BETA - default=true)
Mar 09 01:27:45 kind-control-plane kubelet[322]: WindowsHostProcessContainers=true|false (BETA - default=true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --file-check-frequency duration Duration between checking config files for new data (default 20s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --global-housekeeping-interval duration Interval between global housekeepings (default 1m0s) (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --hairpin-mode string How should the kubelet setup hairpin NAT. This allows endpoints of a Service to loadbalance back to themselves if they should try to access their own Service. Valid values are "promiscuous-bridge", "hairpin-veth" and "none". (default "promiscuous-bridge") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --healthz-bind-address ip The IP address for the healthz server to serve on (set to '0.0.0.0' or '::' for listening in all interfaces and IP families) (default 127.0.0.1) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --healthz-port int32 The port of the localhost healthz endpoint (set to 0 to disable) (default 10248) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: -h, --help help for kubelet
Mar 09 01:27:45 kind-control-plane kubelet[322]: --hostname-override string If non-empty, will use this string as identification instead of the actual hostname. If --cloud-provider is set, the cloud provider determines the name of the node (consult cloud provider documentation to determine if and how the hostname is used).
Mar 09 01:27:45 kind-control-plane kubelet[322]: --housekeeping-interval duration Interval between container housekeepings (default 10s)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --http-check-frequency duration Duration between checking http for new data (default 20s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --image-credential-provider-bin-dir string The path to the directory where credential provider plugin binaries are located.
Mar 09 01:27:45 kind-control-plane kubelet[322]: --image-credential-provider-config string The path to the credential provider plugin config file.
Mar 09 01:27:45 kind-control-plane kubelet[322]: --image-gc-high-threshold int32 The percent of disk usage after which image garbage collection is always run. Values must be within the range [0, 100], To disable image garbage collection, set to 100. (default 85) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --image-gc-low-threshold int32 The percent of disk usage before which image garbage collection is never run. Lowest disk usage to garbage collect to. Values must be within the range [0, 100] and should not be larger than that of --image-gc-high-threshold. (default 80) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --image-service-endpoint string The endpoint of remote image service. If not specified, it will be the same with --container-runtime-endpoint by default. Unix Domain Socket are supported on Linux, while npipe and tcp endpoints are supported on Windows. Examples:'unix:///path/to/runtime.sock', 'npipe:////./pipe/runtime'
Mar 09 01:27:45 kind-control-plane kubelet[322]: --iptables-drop-bit int32 The bit of the fwmark space to mark packets for dropping. Must be within the range [0, 31]. (default 15) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --iptables-masquerade-bit int32 The bit of the fwmark space to mark packets for SNAT. Must be within the range [0, 31]. Please match this parameter with corresponding parameter in kube-proxy. (default 14) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --keep-terminated-pod-volumes Keep terminated pod volumes mounted to the node after the pod terminates. Can be useful for debugging volume related issues. (DEPRECATED: will be removed in a future version)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --kernel-memcg-notification If enabled, the kubelet will integrate with the kernel memcg notification to determine if memory eviction thresholds are crossed rather than polling. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --kube-api-burst int32 Burst to use while talking with kubernetes apiserver. The number must be >= 0. If 0 will use DefaultBurst: 10. Doesn't cover events and node heartbeat apis which rate limiting is controlled by a different set of flags (default 10) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --kube-api-content-type string Content type of requests sent to apiserver. (default "application/vnd.kubernetes.protobuf") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --kube-api-qps int32 QPS to use while talking with kubernetes apiserver. The number must be >= 0. If 0 will use DefaultQPS: 5. Doesn't cover events and node heartbeat apis which rate limiting is controlled by a different set of flags (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --kube-reserved mapStringString A set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=500Mi,ephemeral-storage=1Gi) pairs that describe resources reserved for kubernetes system components. Currently cpu, memory and local ephemeral storage for root file system are supported. See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ for more detail. [default=none] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --kube-reserved-cgroup string Absolute name of the top level cgroup that is used to manage kubernetes components for which compute resources were reserved via '--kube-reserved' flag. Ex. '/kube-reserved'. [default=''] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --kubeconfig string Path to a kubeconfig file, specifying how to connect to the API server. Providing --kubeconfig enables API server mode, omitting --kubeconfig enables standalone mode.
Mar 09 01:27:45 kind-control-plane kubelet[322]: --kubelet-cgroups string Optional absolute name of cgroups to create and run the Kubelet in. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --lock-file string <Warning: Alpha feature> The path to file for kubelet to use as a lock file.
Mar 09 01:27:45 kind-control-plane kubelet[322]: --log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --log-cadvisor-usage Whether to log the usage of the cAdvisor container (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --log-dir string If non-empty, write log files in this directory (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --log-file string If non-empty, use this log file (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --log-json-info-buffer-size quantity [Experimental] In JSON format with split output streams, the info messages can be buffered for a while to increase performance. The default value of zero bytes disables buffering. The size can be specified as number of bytes (512), multiples of 1000 (1K), multiples of 1024 (2Ki), or powers of those (3M, 4G, 5Mi, 6Gi). (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --log-json-split-stream [Experimental] In JSON format, write error messages to stderr and info messages to stdout. The default is to write a single stream to stdout. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --logging-format string Sets the log format. Permitted formats: "json", "text".
Mar 09 01:27:45 kind-control-plane kubelet[322]: Non-default formats don't honor these flags: --add-dir-header, --alsologtostderr, --log-backtrace-at, --log-dir, --log-file, --log-file-max-size, --logtostderr, --one-output, --skip-headers, --skip-log-headers, --stderrthreshold, --vmodule.
Mar 09 01:27:45 kind-control-plane kubelet[322]: Non-default choices are currently alpha and subject to change without warning. (default "text") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --logtostderr log to standard error instead of files (default true) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --machine-id-file string Comma-separated list of files to check for machine-id. Use the first one that exists. (default "/etc/machine-id,/var/lib/dbus/machine-id") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --make-iptables-util-chains If true, kubelet will ensure iptables utility rules are present on host. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --manifest-url string URL for accessing additional Pod specifications to run (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --manifest-url-header colonSeparatedMultimapStringString Comma-separated list of HTTP headers to use when accessing the url provided to --manifest-url. Multiple headers with the same name will be added in the same order provided. This flag can be repeatedly invoked. For example: --manifest-url-header 'a:hello,b:again,c:world' --manifest-url-header 'b:beautiful' (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --master-service-namespace string The namespace from which the kubernetes master services should be injected into pods (default "default") (DEPRECATED: This flag will be removed in a future version.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --max-open-files int Number of files that can be opened by Kubelet process. (default 1000000) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --max-pods int32 Number of Pods that can run on this Kubelet. (default 110) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --maximum-dead-containers int32 Maximum number of old instances of containers to retain globally. Each container takes up some disk space. To disable, set to a negative number. (default -1) (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --maximum-dead-containers-per-container int32 Maximum number of old instances to retain per container. Each container takes up some disk space. (default 1) (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --memory-manager-policy string Memory Manager policy to use. Possible values: 'None', 'Static'. (default "None") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --minimum-container-ttl-duration duration Minimum age for a finished container before it is garbage collected. Examples: '300ms', '10s' or '2h45m' (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --minimum-image-ttl-duration duration Minimum age for an unused image before it is garbage collected. Examples: '300ms', '10s' or '2h45m'. (default 2m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --node-ip string IP address (or comma-separated dual-stack IP addresses) of the node. If unset, kubelet will use the node's default IPv4 address, if any, or its default IPv6 address if it has no IPv4 addresses. You can pass '::' to make it prefer the default IPv6 address rather than the default IPv4 address.
Mar 09 01:27:45 kind-control-plane kubelet[322]: --node-labels mapStringString <Warning: Alpha feature> Labels to add when registering the node in the cluster. Labels must be key=value pairs separated by ','. Labels in the 'kubernetes.io' namespace must begin with an allowed prefix (kubelet.kubernetes.io, node.kubernetes.io) or be in the specifically allowed set (beta.kubernetes.io/arch, beta.kubernetes.io/instance-type, beta.kubernetes.io/os, failure-domain.beta.kubernetes.io/region, failure-domain.beta.kubernetes.io/zone, kubernetes.io/arch, kubernetes.io/hostname, kubernetes.io/os, node.kubernetes.io/instance-type, topology.kubernetes.io/region, topology.kubernetes.io/zone)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --node-status-max-images int32 The maximum number of images to report in Node.Status.Images. If -1 is specified, no cap will be applied. (default 50) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --node-status-update-frequency duration Specifies how often kubelet posts node status to master. Note: be cautious when changing the constant, it must work with nodeMonitorGracePeriod in nodecontroller. (default 10s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --one-output If true, only write logs to their native severity level (vs also writing to each lower severity level) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --oom-score-adj int32 The oom-score-adj value for kubelet process. Values must be within the range [-1000, 1000] (default -999) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --pod-cidr string The CIDR to use for pod IP addresses, only used in standalone mode. In cluster mode, this is obtained from the master. For IPv6, the maximum number of IP's allocated is 65536 (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --pod-infra-container-image string Specified image will not be pruned by the image garbage collector. CRI implementations have their own configuration to set this image. (default "registry.k8s.io/pause:3.7") (DEPRECATED: will be removed in 1.27. Image garbage collector will get sandbox image information from CRI.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --pod-manifest-path string Path to the directory containing static pod files to run, or the path to a single static pod file. Files starting with dots will be ignored. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --pod-max-pids int Set the maximum number of processes per pod. If -1, the kubelet defaults to the node allocatable pid capacity. (default -1) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --pods-per-core int32 Number of Pods per core that can run on this Kubelet. The total number of Pods on this Kubelet cannot exceed max-pods, so max-pods will be used if this calculation results in a larger number of Pods allowed on the Kubelet. A value of 0 disables this limit. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --port int32 The port for the Kubelet to serve on. (default 10250) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --protect-kernel-defaults Default kubelet behaviour for kernel tuning. If set, kubelet errors if any of kernel tunables is different than kubelet defaults. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --provider-id string Unique identifier for identifying the node in a machine database, i.e cloudprovider (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --qos-reserved mapStringString <Warning: Alpha feature> A set of ResourceName=Percentage (e.g. memory=50%) pairs that describe how pod resource requests are reserved at the QoS level. Currently only memory is supported. Requires the QOSReserved feature gate to be enabled. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --read-only-port int32 The read-only port for the Kubelet to serve on with no authentication/authorization (set to 0 to disable) (default 10255) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --register-node Register the node with the apiserver. If --kubeconfig is not provided, this flag is irrelevant, as the Kubelet won't have an apiserver to register with. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --register-schedulable Register the node as schedulable. Won't have any effect if register-node is false. (default true) (DEPRECATED: will be removed in a future version)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --register-with-taints []v1.Taint Register the node with the given list of taints (comma separated "<key>=<value>:<effect>"). No-op if register-node is false. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --registry-burst int32 Maximum size of a bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry-qps. Only used if --registry-qps > 0 (default 10) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --registry-qps int32 If > 0, limit registry pull QPS to this value. If 0, unlimited. (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --reserved-cpus string A comma-separated list of CPUs or CPU ranges that are reserved for system and kubernetes usage. This specific list will supersede cpu counts in --system-reserved and --kube-reserved. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --reserved-memory reserved-memory A comma separated list of memory reservations for NUMA nodes. (e.g. --reserved-memory 0:memory=1Gi,hugepages-1M=2Gi --reserved-memory 1:memory=2Gi). The total sum for each memory type should be equal to the sum of kube-reserved, system-reserved and eviction-threshold. See https://kubernetes.io/docs/tasks/administer-cluster/memory-manager/#reserved-memory-flag for more details. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --resolv-conf string Resolver configuration file used as the basis for the container DNS resolution configuration. (default "/etc/resolv.conf") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --root-dir string Directory path for managing kubelet files (volume mounts,etc). (default "/var/lib/kubelet")
Mar 09 01:27:45 kind-control-plane kubelet[322]: --rotate-certificates <Warning: Beta feature> Auto rotate the kubelet client certificates by requesting new certificates from the kube-apiserver when the certificate expiration approaches. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --rotate-server-certificates Auto-request and rotate the kubelet serving certificates by requesting new certificates from the kube-apiserver when the certificate expiration approaches. Requires the RotateKubeletServerCertificate feature gate to be enabled, and approval of the submitted CertificateSigningRequest objects. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --runonce If true, exit after spawning pods from static pod files or remote urls. Exclusive with --enable-server (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --runtime-cgroups string Optional absolute name of cgroups to create and run the runtime in.
Mar 09 01:27:45 kind-control-plane kubelet[322]: --runtime-request-timeout duration Timeout of all runtime requests except long running request - pull, logs, exec and attach. When timeout exceeded, kubelet will cancel the request, throw out an error and retry later. (default 2m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --seccomp-default RuntimeDefault <Warning: Alpha feature> Enable the use of RuntimeDefault as the default seccomp profile for all workloads. The SeccompDefault feature gate must be enabled to allow this flag, which is disabled per default.
Mar 09 01:27:45 kind-control-plane kubelet[322]: --serialize-image-pulls Pull images one at a time. We recommend *not* changing the default value on nodes that run docker daemon with version < 1.9 or an Aufs storage backend. Issue #10959 has more details. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --skip-headers If true, avoid header prefixes in the log messages (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --skip-log-headers If true, avoid headers when opening log files (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --stderrthreshold severity logs at or above this threshold go to stderr (default 2) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --storage-driver-buffer-duration duration Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s) (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --storage-driver-db string database name (default "cadvisor") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --storage-driver-host string database host:port (default "localhost:8086") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --storage-driver-password string database password (default "root") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --storage-driver-secure use secure connection with database (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --storage-driver-table string table name (default "stats") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --storage-driver-user string database username (default "root") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --streaming-connection-idle-timeout duration Maximum time a streaming connection can be idle before the connection is automatically closed. 0 indicates no timeout. Example: '5m'. Note: All connections to the kubelet server have a maximum duration of 4 hours. (default 4h0m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --sync-frequency duration Max period between synchronizing running containers and config (default 1m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --system-cgroups string Optional absolute name of cgroups in which to place all non-kernel processes that are not already inside a cgroup under '/'. Empty for no container. Rolling back the flag requires a reboot. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --system-reserved mapStringString A set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=500Mi,ephemeral-storage=1Gi) pairs that describe resources reserved for non-kubernetes components. Currently only cpu and memory are supported. See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ for more detail. [default=none] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --system-reserved-cgroup string Absolute name of the top level cgroup that is used to manage non-kubernetes components for which compute resources were reserved via '--system-reserved' flag. Ex. '/system-reserved'. [default=''] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --tls-cert-file string File containing x509 Certificate used for serving HTTPS (with intermediate certs, if any, concatenated after server cert). If --tls-cert-file and --tls-private-key-file are not provided, a self-signed certificate and key are generated for the public address and saved to the directory passed to --cert-dir. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --tls-cipher-suites strings Comma-separated list of cipher suites for the server. If omitted, the default Go cipher suites will be used.
Mar 09 01:27:45 kind-control-plane kubelet[322]: Preferred values: TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384.
Mar 09 01:27:45 kind-control-plane kubelet[322]: Insecure values: TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_RC4_128_SHA, TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH_3DES_EDE_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_RC4_128_SHA. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --tls-min-version string Minimum TLS version supported. Possible values: VersionTLS10, VersionTLS11, VersionTLS12, VersionTLS13 (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --tls-private-key-file string File containing x509 private key matching --tls-cert-file. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --topology-manager-policy string Topology Manager policy to use. Possible values: 'none', 'best-effort', 'restricted', 'single-numa-node'. (default "none") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --topology-manager-scope string Scope to which topology hints applied. Topology Manager collects hints from Hint Providers and applies them to defined scope to ensure the pod admission. Possible values: 'container', 'pod'. (default "container") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: -v, --v Level number for the log level verbosity
Mar 09 01:27:45 kind-control-plane kubelet[322]: --version version[=true] Print version information and quit
Mar 09 01:27:45 kind-control-plane kubelet[322]: --vmodule pattern=N,... comma-separated list of pattern=N settings for file-filtered logging (only works for text log format)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --volume-plugin-dir string The full path of the directory in which to search for additional third party volume plugins (default "/usr/libexec/kubernetes/kubelet-plugins/volume/exec/") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: --volume-stats-agg-period duration Specifies interval for kubelet to calculate and cache the volume disk usage for all pods and volumes. To disable volume calculations, set to a negative number. (default 1m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:45 kind-control-plane kubelet[322]: Error: failed to run Kubelet: invalid configuration: cgroup ["kubelet"] has some missing paths: /sys/fs/cgroup/systemd/kubelet.slice, /sys/fs/cgroup/memory/kubelet.slice, /sys/fs/cgroup/cpuacct/kubelet.slice, /sys/fs/cgroup/cpuset/kubelet.slice, /sys/fs/cgroup/pids/kubelet.slice, /sys/fs/cgroup/hugetlb/kubelet.slice, /sys/fs/cgroup/cpu/kubelet.slice
Mar 09 01:27:45 kind-control-plane systemd[1]: kubelet.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 01:27:45 kind-control-plane systemd[1]: kubelet.service: Failed with result 'exit-code'.
Mar 09 01:27:46 kind-control-plane systemd[1]: kubelet.service: Scheduled restart job, restart counter is at 5.
Mar 09 01:27:46 kind-control-plane systemd[1]: Stopped kubelet: The Kubernetes Node Agent.
Mar 09 01:27:46 kind-control-plane systemd[1]: Starting kubelet: The Kubernetes Node Agent...
Mar 09 01:27:46 kind-control-plane systemd[1]: Started kubelet: The Kubernetes Node Agent.
Mar 09 01:27:46 kind-control-plane kubelet[335]: Flag --container-runtime has been deprecated, will be removed in 1.27 as the only valid value is 'remote'
Mar 09 01:27:46 kind-control-plane kubelet[335]: Flag --pod-infra-container-image has been deprecated, will be removed in 1.27. Image garbage collector will get sandbox image information from CRI.
Mar 09 01:27:46 kind-control-plane kubelet[335]: Flag --provider-id has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:46 kind-control-plane kubelet[335]: Flag --fail-swap-on has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:46 kind-control-plane kubelet[335]: Flag --cgroup-root has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:46 kind-control-plane kubelet[335]: I0309 01:27:46.288997 335 server.go:193] "--pod-infra-container-image will not be pruned by the image garbage collector in kubelet and should also be set in the remote runtime"
Mar 09 01:27:46 kind-control-plane kubelet[335]: Flag --container-runtime has been deprecated, will be removed in 1.27 as the only valid value is 'remote'
Mar 09 01:27:46 kind-control-plane kubelet[335]: Flag --pod-infra-container-image has been deprecated, will be removed in 1.27. Image garbage collector will get sandbox image information from CRI.
Mar 09 01:27:46 kind-control-plane kubelet[335]: Flag --provider-id has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:46 kind-control-plane kubelet[335]: Flag --fail-swap-on has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:46 kind-control-plane kubelet[335]: Flag --cgroup-root has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:46 kind-control-plane kubelet[335]: I0309 01:27:46.301536 335 server.go:399] "Kubelet version" kubeletVersion="v1.24.10-sieve-5c1d2d4295f9b4eb12bfbf6429fdf989f2ca8a02-dirty"
Mar 09 01:27:46 kind-control-plane kubelet[335]: I0309 01:27:46.301608 335 server.go:401] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
Mar 09 01:27:46 kind-control-plane kubelet[335]: I0309 01:27:46.302046 335 server.go:813] "Client rotation is on, will bootstrap in background"
Mar 09 01:27:46 kind-control-plane kubelet[335]: I0309 01:27:46.304076 335 certificate_store.go:130] Loading cert/key pair from "/var/lib/kubelet/pki/kubelet-client-current.pem".
Mar 09 01:27:46 kind-control-plane kubelet[335]: I0309 01:27:46.305296 335 dynamic_cafile_content.go:157] "Starting controller" name="client-ca-bundle::/etc/kubernetes/pki/ca.crt"
Mar 09 01:27:46 kind-control-plane kubelet[335]: W0309 01:27:46.311821 335 sysinfo.go:203] Nodes topology is not available, providing CPU topology
Mar 09 01:27:46 kind-control-plane kubelet[335]: Error: failed to run Kubelet: invalid configuration: cgroup ["kubelet"] has some missing paths: /sys/fs/cgroup/cpuacct/kubelet.slice, /sys/fs/cgroup/memory/kubelet.slice, /sys/fs/cgroup/cpu/kubelet.slice, /sys/fs/cgroup/systemd/kubelet.slice, /sys/fs/cgroup/cpuset/kubelet.slice, /sys/fs/cgroup/hugetlb/kubelet.slice, /sys/fs/cgroup/pids/kubelet.slice
Mar 09 01:27:46 kind-control-plane kubelet[335]: Usage:
Mar 09 01:27:46 kind-control-plane kubelet[335]: kubelet [flags]
Mar 09 01:27:46 kind-control-plane kubelet[335]: Flags:
Mar 09 01:27:46 kind-control-plane kubelet[335]: --add-dir-header If true, adds the file directory to the header of the log messages (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --address ip The IP address for the Kubelet to serve on (set to '0.0.0.0' or '::' for listening in all interfaces and IP families) (default 0.0.0.0) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --allowed-unsafe-sysctls strings Comma-separated whitelist of unsafe sysctls or unsafe sysctl patterns (ending in *). Use these at your own risk. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --alsologtostderr log to standard error as well as files (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --anonymous-auth Enables anonymous requests to the Kubelet server. Requests that are not rejected by another authentication method are treated as anonymous requests. Anonymous requests have a username of system:anonymous, and a group name of system:unauthenticated. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --application-metrics-count-limit int Max number of application metrics to store (per container) (default 100) (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --authentication-token-webhook Use the TokenReview API to determine authentication for bearer tokens. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --authentication-token-webhook-cache-ttl duration The duration to cache responses from the webhook token authenticator. (default 2m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --authorization-mode string Authorization mode for Kubelet server. Valid options are AlwaysAllow or Webhook. Webhook mode uses the SubjectAccessReview API to determine authorization. (default "AlwaysAllow") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --authorization-webhook-cache-authorized-ttl duration The duration to cache 'authorized' responses from the webhook authorizer. (default 5m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --authorization-webhook-cache-unauthorized-ttl duration The duration to cache 'unauthorized' responses from the webhook authorizer. (default 30s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --azure-container-registry-config string Path to the file containing Azure container registry configuration information.
Mar 09 01:27:46 kind-control-plane kubelet[335]: --boot-id-file string Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --bootstrap-kubeconfig string Path to a kubeconfig file that will be used to get client certificate for kubelet. If the file specified by --kubeconfig does not exist, the bootstrap kubeconfig is used to request a client certificate from the API server. On success, a kubeconfig file referencing the generated client certificate and key is written to the path specified by --kubeconfig. The client certificate and key file will be stored in the directory pointed by --cert-dir.
Mar 09 01:27:46 kind-control-plane kubelet[335]: --cert-dir string The directory where the TLS certs are located. If --tls-cert-file and --tls-private-key-file are provided, this flag will be ignored. (default "/var/lib/kubelet/pki")
Mar 09 01:27:46 kind-control-plane kubelet[335]: --cgroup-driver string Driver that the kubelet uses to manipulate cgroups on the host. Possible values: 'cgroupfs', 'systemd' (default "cgroupfs") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --cgroup-root string Optional root cgroup to use for pods. This is handled by the container runtime on a best effort basis. Default: '', which means use the container runtime default. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --cgroups-per-qos Enable creation of QoS cgroup hierarchy, if true top level QoS and pod cgroups are created. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --client-ca-file string If set, any request presenting a client certificate signed by one of the authorities in the client-ca-file is authenticated with an identity corresponding to the CommonName of the client certificate. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --cloud-config string The path to the cloud provider configuration file. Empty string for no configuration file. (DEPRECATED: will be removed in 1.24 or later, in favor of removing cloud provider code from Kubelet.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --cloud-provider string The provider for cloud services. Set to empty string for running with no cloud provider. If set, the cloud provider determines the name of the node (consult cloud provider documentation to determine if and how the hostname is used). (DEPRECATED: will be removed in 1.24 or later, in favor of removing cloud provider code from Kubelet.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --cluster-dns strings Comma-separated list of DNS server IP address. This value is used for containers DNS server in case of Pods with "dnsPolicy=ClusterFirst". Note: all DNS servers appearing in the list MUST serve the same set of records otherwise name resolution within the cluster may not work correctly. There is no guarantee as to which DNS server may be contacted for name resolution. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --cluster-domain string Domain for this cluster. If set, kubelet will configure all containers to search this domain in addition to the host's search domains (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --config string The Kubelet will load its initial configuration from this file. The path may be absolute or relative; relative paths start at the Kubelet's current working directory. Omit this flag to use the built-in default configuration values. Command-line flags override configuration from this file.
Mar 09 01:27:46 kind-control-plane kubelet[335]: --container-hints string location of the container hints file (default "/etc/cadvisor/container_hints.json") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --container-log-max-files int32 <Warning: Beta feature> Set the maximum number of container log files that can be present for a container. The number must be >= 2. This flag can only be used with --container-runtime=remote. (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --container-log-max-size string <Warning: Beta feature> Set the maximum size (e.g. 10Mi) of container log file before it is rotated. This flag can only be used with --container-runtime=remote. (default "10Mi") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --container-runtime string The container runtime to use. Possible value: 'remote'. (default "remote") (DEPRECATED: will be removed in 1.27 as the only valid value is 'remote')
Mar 09 01:27:46 kind-control-plane kubelet[335]: --container-runtime-endpoint string The endpoint of remote runtime service. Unix Domain Sockets are supported on Linux, while npipe and tcp endpoints are supported on Windows. Examples:'unix:///path/to/runtime.sock', 'npipe:////./pipe/runtime'
Mar 09 01:27:46 kind-control-plane kubelet[335]: --containerd string containerd endpoint (default "/run/containerd/containerd.sock") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --containerd-namespace string containerd namespace (default "k8s.io") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --contention-profiling Enable lock contention profiling, if profiling is enabled (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --cpu-cfs-quota Enable CPU CFS quota enforcement for containers that specify CPU limits (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --cpu-cfs-quota-period duration Sets CPU CFS quota period value, cpu.cfs_period_us, defaults to Linux Kernel default (default 100ms) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --cpu-manager-policy string CPU Manager policy to use. Possible values: 'none', 'static'. (default "none") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --cpu-manager-policy-options mapStringString A set of key=value CPU Manager policy options to use, to fine tune their behaviour. If not supplied, keep the default behaviour. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --cpu-manager-reconcile-period duration <Warning: Alpha feature> CPU Manager reconciliation period. Examples: '10s', or '1m'. If not supplied, defaults to 'NodeStatusUpdateFrequency' (default 10s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --enable-controller-attach-detach Enables the Attach/Detach controller to manage attachment/detachment of volumes scheduled to this node, and disables kubelet from executing any attach/detach operations (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --enable-debugging-handlers Enables server endpoints for log collection and local running of containers and commands (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --enable-load-reader Whether to enable cpu load reader (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --enable-server Enable the Kubelet's server (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --enforce-node-allocatable strings A comma separated list of levels of node allocatable enforcement to be enforced by kubelet. Acceptable options are 'none', 'pods', 'system-reserved', and 'kube-reserved'. If the latter two options are specified, '--system-reserved-cgroup' and '--kube-reserved-cgroup' must also be set, respectively. If 'none' is specified, no additional options should be set. See https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/ for more details. (default [pods]) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --event-burst int32 Maximum size of a bursty event records, temporarily allows event records to burst to this number, while still not exceeding event-qps. The number must be >= 0. If 0 will use DefaultBurst: 10. (default 10) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --event-qps int32 QPS to limit event creations. The number must be >= 0. If 0 will use DefaultQPS: 5. (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --event-storage-age-limit string Max length of time for which to store events (per type). Value is a comma separated list of key values, where the keys are event types (e.g.: creation, oom) or "default" and the value is a duration. Default is applied to all non-specified event types (default "default=0") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --event-storage-event-limit string Max number of events to store (per type). Value is a comma separated list of key values, where the keys are event types (e.g.: creation, oom) or "default" and the value is an integer. Default is applied to all non-specified event types (default "default=0") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --eviction-hard mapStringString A set of eviction thresholds (e.g. memory.available<1Gi) that if met would trigger a pod eviction. (default imagefs.available<15%,memory.available<100Mi,nodefs.available<10%,nodefs.inodesFree<5%) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --eviction-max-pod-grace-period int32 Maximum allowed grace period (in seconds) to use when terminating pods in response to a soft eviction threshold being met. If negative, defer to pod specified value. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --eviction-minimum-reclaim mapStringString A set of minimum reclaims (e.g. imagefs.available=2Gi) that describes the minimum amount of resource the kubelet will reclaim when performing a pod eviction if that resource is under pressure. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --eviction-pressure-transition-period duration Duration for which the kubelet has to wait before transitioning out of an eviction pressure condition. (default 5m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --eviction-soft mapStringString A set of eviction thresholds (e.g. memory.available<1.5Gi) that if met over a corresponding grace period would trigger a pod eviction. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --eviction-soft-grace-period mapStringString A set of eviction grace periods (e.g. memory.available=1m30s) that correspond to how long a soft eviction threshold must hold before triggering a pod eviction. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --exit-on-lock-contention Whether kubelet should exit upon lock-file contention.
Mar 09 01:27:46 kind-control-plane kubelet[335]: --experimental-allocatable-ignore-eviction When set to 'true', Hard Eviction Thresholds will be ignored while calculating Node Allocatable. See https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/ for more details. [default=false] (DEPRECATED: will be removed in 1.24 or later.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --experimental-kernel-memcg-notification Use kernelMemcgNotification configuration, this flag will be removed in 1.24 or later. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --experimental-mounter-path string [Experimental] Path of mounter binary. Leave empty to use the default mount. (DEPRECATED: will be removed in 1.24 or later. in favor of using CSI.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --fail-swap-on Makes the Kubelet fail to start if swap is enabled on the node. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --feature-gates mapStringBool A set of key=value pairs that describe feature gates for alpha/experimental features. Options are:
Mar 09 01:27:46 kind-control-plane kubelet[335]: APIListChunking=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: APIPriorityAndFairness=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: APIResponseCompression=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: APIServerIdentity=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: APIServerTracing=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: AllAlpha=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: AllBeta=true|false (BETA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: AnyVolumeDataSource=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: AppArmor=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: CPUManager=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: CPUManagerPolicyAlphaOptions=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: CPUManagerPolicyBetaOptions=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: CPUManagerPolicyOptions=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: CSIInlineVolume=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: CSIMigration=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: CSIMigrationAWS=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: CSIMigrationAzureFile=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: CSIMigrationGCE=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: CSIMigrationPortworx=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: CSIMigrationRBD=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: CSIMigrationvSphere=true|false (BETA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: CSIVolumeHealth=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: ContextualLogging=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: CronJobTimeZone=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: CustomCPUCFSQuotaPeriod=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: CustomResourceValidationExpressions=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: DaemonSetUpdateSurge=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: DelegateFSGroupToCSIDriver=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: DevicePlugins=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: DisableAcceleratorUsageMetrics=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: DisableCloudProviders=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: DisableKubeletCloudCredentialProviders=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: DownwardAPIHugePages=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: EndpointSliceTerminatingCondition=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: EphemeralContainers=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: ExpandedDNSConfig=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: ExperimentalHostUserNamespaceDefaulting=true|false (BETA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: GRPCContainerProbe=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: GracefulNodeShutdown=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: GracefulNodeShutdownBasedOnPodPriority=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: HPAContainerMetrics=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: HPAScaleToZero=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: HonorPVReclaimPolicy=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: IdentifyPodOS=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: InTreePluginAWSUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: InTreePluginAzureDiskUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: InTreePluginAzureFileUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: InTreePluginGCEUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: InTreePluginOpenStackUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: InTreePluginPortworxUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: InTreePluginRBDUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: InTreePluginvSphereUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: JobMutableNodeSchedulingDirectives=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: JobReadyPods=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: JobTrackingWithFinalizers=true|false (BETA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: KubeletCredentialProviders=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: KubeletInUserNamespace=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: KubeletPodResources=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: KubeletPodResourcesGetAllocatable=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: LegacyServiceAccountTokenNoAutoGeneration=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: LocalStorageCapacityIsolation=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: LocalStorageCapacityIsolationFSQuotaMonitoring=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: LogarithmicScaleDown=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: MaxUnavailableStatefulSet=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: MemoryManager=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: MemoryQoS=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: MinDomainsInPodTopologySpread=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: MixedProtocolLBService=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: NetworkPolicyEndPort=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: NetworkPolicyStatus=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: NodeOutOfServiceVolumeDetach=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: NodeSwap=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: OpenAPIEnums=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: OpenAPIV3=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: PodAndContainerStatsFromCRI=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: PodDeletionCost=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: PodSecurity=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: ProbeTerminationGracePeriod=true|false (BETA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: ProcMountType=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: ProxyTerminatingEndpoints=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: QOSReserved=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: ReadWriteOncePod=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: RecoverVolumeExpansionFailure=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: RemainingItemCount=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: RotateKubeletServerCertificate=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: SeccompDefault=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: ServerSideFieldValidation=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: ServiceIPStaticSubrange=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: ServiceInternalTrafficPolicy=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: SizeMemoryBackedVolumes=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: StatefulSetAutoDeletePVC=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: StatefulSetMinReadySeconds=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: StorageVersionAPI=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: StorageVersionHash=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: TopologyAwareHints=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: TopologyManager=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: VolumeCapacityPriority=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: WinDSR=true|false (ALPHA - default=false)
Mar 09 01:27:46 kind-control-plane kubelet[335]: WinOverlay=true|false (BETA - default=true)
Mar 09 01:27:46 kind-control-plane kubelet[335]: WindowsHostProcessContainers=true|false (BETA - default=true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --file-check-frequency duration Duration between checking config files for new data (default 20s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --global-housekeeping-interval duration Interval between global housekeepings (default 1m0s) (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --hairpin-mode string How should the kubelet setup hairpin NAT. This allows endpoints of a Service to loadbalance back to themselves if they should try to access their own Service. Valid values are "promiscuous-bridge", "hairpin-veth" and "none". (default "promiscuous-bridge") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --healthz-bind-address ip The IP address for the healthz server to serve on (set to '0.0.0.0' or '::' for listening in all interfaces and IP families) (default 127.0.0.1) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --healthz-port int32 The port of the localhost healthz endpoint (set to 0 to disable) (default 10248) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: -h, --help help for kubelet
Mar 09 01:27:46 kind-control-plane kubelet[335]: --hostname-override string If non-empty, will use this string as identification instead of the actual hostname. If --cloud-provider is set, the cloud provider determines the name of the node (consult cloud provider documentation to determine if and how the hostname is used).
Mar 09 01:27:46 kind-control-plane kubelet[335]: --housekeeping-interval duration Interval between container housekeepings (default 10s)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --http-check-frequency duration Duration between checking http for new data (default 20s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --image-credential-provider-bin-dir string The path to the directory where credential provider plugin binaries are located.
Mar 09 01:27:46 kind-control-plane kubelet[335]: --image-credential-provider-config string The path to the credential provider plugin config file.
Mar 09 01:27:46 kind-control-plane kubelet[335]: --image-gc-high-threshold int32 The percent of disk usage after which image garbage collection is always run. Values must be within the range [0, 100], To disable image garbage collection, set to 100. (default 85) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --image-gc-low-threshold int32 The percent of disk usage before which image garbage collection is never run. Lowest disk usage to garbage collect to. Values must be within the range [0, 100] and should not be larger than that of --image-gc-high-threshold. (default 80) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --image-service-endpoint string The endpoint of remote image service. If not specified, it will be the same with --container-runtime-endpoint by default. Unix Domain Socket are supported on Linux, while npipe and tcp endpoints are supported on Windows. Examples:'unix:///path/to/runtime.sock', 'npipe:////./pipe/runtime'
Mar 09 01:27:46 kind-control-plane kubelet[335]: --iptables-drop-bit int32 The bit of the fwmark space to mark packets for dropping. Must be within the range [0, 31]. (default 15) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --iptables-masquerade-bit int32 The bit of the fwmark space to mark packets for SNAT. Must be within the range [0, 31]. Please match this parameter with corresponding parameter in kube-proxy. (default 14) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --keep-terminated-pod-volumes Keep terminated pod volumes mounted to the node after the pod terminates. Can be useful for debugging volume related issues. (DEPRECATED: will be removed in a future version)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --kernel-memcg-notification If enabled, the kubelet will integrate with the kernel memcg notification to determine if memory eviction thresholds are crossed rather than polling. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --kube-api-burst int32 Burst to use while talking with kubernetes apiserver. The number must be >= 0. If 0 will use DefaultBurst: 10. Doesn't cover events and node heartbeat apis which rate limiting is controlled by a different set of flags (default 10) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --kube-api-content-type string Content type of requests sent to apiserver. (default "application/vnd.kubernetes.protobuf") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --kube-api-qps int32 QPS to use while talking with kubernetes apiserver. The number must be >= 0. If 0 will use DefaultQPS: 5. Doesn't cover events and node heartbeat apis which rate limiting is controlled by a different set of flags (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --kube-reserved mapStringString A set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=500Mi,ephemeral-storage=1Gi) pairs that describe resources reserved for kubernetes system components. Currently cpu, memory and local ephemeral storage for root file system are supported. See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ for more detail. [default=none] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --kube-reserved-cgroup string Absolute name of the top level cgroup that is used to manage kubernetes components for which compute resources were reserved via '--kube-reserved' flag. Ex. '/kube-reserved'. [default=''] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --kubeconfig string Path to a kubeconfig file, specifying how to connect to the API server. Providing --kubeconfig enables API server mode, omitting --kubeconfig enables standalone mode.
Mar 09 01:27:46 kind-control-plane kubelet[335]: --kubelet-cgroups string Optional absolute name of cgroups to create and run the Kubelet in. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --lock-file string <Warning: Alpha feature> The path to file for kubelet to use as a lock file.
Mar 09 01:27:46 kind-control-plane kubelet[335]: --log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --log-cadvisor-usage Whether to log the usage of the cAdvisor container (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --log-dir string If non-empty, write log files in this directory (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --log-file string If non-empty, use this log file (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --log-json-info-buffer-size quantity [Experimental] In JSON format with split output streams, the info messages can be buffered for a while to increase performance. The default value of zero bytes disables buffering. The size can be specified as number of bytes (512), multiples of 1000 (1K), multiples of 1024 (2Ki), or powers of those (3M, 4G, 5Mi, 6Gi). (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --log-json-split-stream [Experimental] In JSON format, write error messages to stderr and info messages to stdout. The default is to write a single stream to stdout. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --logging-format string Sets the log format. Permitted formats: "json", "text".
Mar 09 01:27:46 kind-control-plane kubelet[335]: Non-default formats don't honor these flags: --add-dir-header, --alsologtostderr, --log-backtrace-at, --log-dir, --log-file, --log-file-max-size, --logtostderr, --one-output, --skip-headers, --skip-log-headers, --stderrthreshold, --vmodule.
Mar 09 01:27:46 kind-control-plane kubelet[335]: Non-default choices are currently alpha and subject to change without warning. (default "text") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --logtostderr log to standard error instead of files (default true) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --machine-id-file string Comma-separated list of files to check for machine-id. Use the first one that exists. (default "/etc/machine-id,/var/lib/dbus/machine-id") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --make-iptables-util-chains If true, kubelet will ensure iptables utility rules are present on host. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --manifest-url string URL for accessing additional Pod specifications to run (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --manifest-url-header colonSeparatedMultimapStringString Comma-separated list of HTTP headers to use when accessing the url provided to --manifest-url. Multiple headers with the same name will be added in the same order provided. This flag can be repeatedly invoked. For example: --manifest-url-header 'a:hello,b:again,c:world' --manifest-url-header 'b:beautiful' (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --master-service-namespace string The namespace from which the kubernetes master services should be injected into pods (default "default") (DEPRECATED: This flag will be removed in a future version.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --max-open-files int Number of files that can be opened by Kubelet process. (default 1000000) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --max-pods int32 Number of Pods that can run on this Kubelet. (default 110) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --maximum-dead-containers int32 Maximum number of old instances of containers to retain globally. Each container takes up some disk space. To disable, set to a negative number. (default -1) (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --maximum-dead-containers-per-container int32 Maximum number of old instances to retain per container. Each container takes up some disk space. (default 1) (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --memory-manager-policy string Memory Manager policy to use. Possible values: 'None', 'Static'. (default "None") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --minimum-container-ttl-duration duration Minimum age for a finished container before it is garbage collected. Examples: '300ms', '10s' or '2h45m' (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --minimum-image-ttl-duration duration Minimum age for an unused image before it is garbage collected. Examples: '300ms', '10s' or '2h45m'. (default 2m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --node-ip string IP address (or comma-separated dual-stack IP addresses) of the node. If unset, kubelet will use the node's default IPv4 address, if any, or its default IPv6 address if it has no IPv4 addresses. You can pass '::' to make it prefer the default IPv6 address rather than the default IPv4 address.
Mar 09 01:27:46 kind-control-plane kubelet[335]: --node-labels mapStringString <Warning: Alpha feature> Labels to add when registering the node in the cluster. Labels must be key=value pairs separated by ','. Labels in the 'kubernetes.io' namespace must begin with an allowed prefix (kubelet.kubernetes.io, node.kubernetes.io) or be in the specifically allowed set (beta.kubernetes.io/arch, beta.kubernetes.io/instance-type, beta.kubernetes.io/os, failure-domain.beta.kubernetes.io/region, failure-domain.beta.kubernetes.io/zone, kubernetes.io/arch, kubernetes.io/hostname, kubernetes.io/os, node.kubernetes.io/instance-type, topology.kubernetes.io/region, topology.kubernetes.io/zone)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --node-status-max-images int32 The maximum number of images to report in Node.Status.Images. If -1 is specified, no cap will be applied. (default 50) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --node-status-update-frequency duration Specifies how often kubelet posts node status to master. Note: be cautious when changing the constant, it must work with nodeMonitorGracePeriod in nodecontroller. (default 10s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --one-output If true, only write logs to their native severity level (vs also writing to each lower severity level) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --oom-score-adj int32 The oom-score-adj value for kubelet process. Values must be within the range [-1000, 1000] (default -999) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --pod-cidr string The CIDR to use for pod IP addresses, only used in standalone mode. In cluster mode, this is obtained from the master. For IPv6, the maximum number of IP's allocated is 65536 (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --pod-infra-container-image string Specified image will not be pruned by the image garbage collector. CRI implementations have their own configuration to set this image. (default "registry.k8s.io/pause:3.7") (DEPRECATED: will be removed in 1.27. Image garbage collector will get sandbox image information from CRI.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --pod-manifest-path string Path to the directory containing static pod files to run, or the path to a single static pod file. Files starting with dots will be ignored. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --pod-max-pids int Set the maximum number of processes per pod. If -1, the kubelet defaults to the node allocatable pid capacity. (default -1) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --pods-per-core int32 Number of Pods per core that can run on this Kubelet. The total number of Pods on this Kubelet cannot exceed max-pods, so max-pods will be used if this calculation results in a larger number of Pods allowed on the Kubelet. A value of 0 disables this limit. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --port int32 The port for the Kubelet to serve on. (default 10250) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --protect-kernel-defaults Default kubelet behaviour for kernel tuning. If set, kubelet errors if any of kernel tunables is different than kubelet defaults. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --provider-id string Unique identifier for identifying the node in a machine database, i.e cloudprovider (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --qos-reserved mapStringString <Warning: Alpha feature> A set of ResourceName=Percentage (e.g. memory=50%) pairs that describe how pod resource requests are reserved at the QoS level. Currently only memory is supported. Requires the QOSReserved feature gate to be enabled. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --read-only-port int32 The read-only port for the Kubelet to serve on with no authentication/authorization (set to 0 to disable) (default 10255) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --register-node Register the node with the apiserver. If --kubeconfig is not provided, this flag is irrelevant, as the Kubelet won't have an apiserver to register with. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --register-schedulable Register the node as schedulable. Won't have any effect if register-node is false. (default true) (DEPRECATED: will be removed in a future version)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --register-with-taints []v1.Taint Register the node with the given list of taints (comma separated "<key>=<value>:<effect>"). No-op if register-node is false. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --registry-burst int32 Maximum size of a bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry-qps. Only used if --registry-qps > 0 (default 10) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --registry-qps int32 If > 0, limit registry pull QPS to this value. If 0, unlimited. (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --reserved-cpus string A comma-separated list of CPUs or CPU ranges that are reserved for system and kubernetes usage. This specific list will supersede cpu counts in --system-reserved and --kube-reserved. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --reserved-memory reserved-memory A comma separated list of memory reservations for NUMA nodes. (e.g. --reserved-memory 0:memory=1Gi,hugepages-1M=2Gi --reserved-memory 1:memory=2Gi). The total sum for each memory type should be equal to the sum of kube-reserved, system-reserved and eviction-threshold. See https://kubernetes.io/docs/tasks/administer-cluster/memory-manager/#reserved-memory-flag for more details. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --resolv-conf string Resolver configuration file used as the basis for the container DNS resolution configuration. (default "/etc/resolv.conf") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --root-dir string Directory path for managing kubelet files (volume mounts,etc). (default "/var/lib/kubelet")
Mar 09 01:27:46 kind-control-plane kubelet[335]: --rotate-certificates <Warning: Beta feature> Auto rotate the kubelet client certificates by requesting new certificates from the kube-apiserver when the certificate expiration approaches. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --rotate-server-certificates Auto-request and rotate the kubelet serving certificates by requesting new certificates from the kube-apiserver when the certificate expiration approaches. Requires the RotateKubeletServerCertificate feature gate to be enabled, and approval of the submitted CertificateSigningRequest objects. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --runonce If true, exit after spawning pods from static pod files or remote urls. Exclusive with --enable-server (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --runtime-cgroups string Optional absolute name of cgroups to create and run the runtime in.
Mar 09 01:27:46 kind-control-plane kubelet[335]: --runtime-request-timeout duration Timeout of all runtime requests except long running request - pull, logs, exec and attach. When timeout exceeded, kubelet will cancel the request, throw out an error and retry later. (default 2m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --seccomp-default RuntimeDefault <Warning: Alpha feature> Enable the use of RuntimeDefault as the default seccomp profile for all workloads. The SeccompDefault feature gate must be enabled to allow this flag, which is disabled per default.
Mar 09 01:27:46 kind-control-plane kubelet[335]: --serialize-image-pulls Pull images one at a time. We recommend *not* changing the default value on nodes that run docker daemon with version < 1.9 or an Aufs storage backend. Issue #10959 has more details. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --skip-headers If true, avoid header prefixes in the log messages (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --skip-log-headers If true, avoid headers when opening log files (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --stderrthreshold severity logs at or above this threshold go to stderr (default 2) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --storage-driver-buffer-duration duration Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s) (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --storage-driver-db string database name (default "cadvisor") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --storage-driver-host string database host:port (default "localhost:8086") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --storage-driver-password string database password (default "root") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --storage-driver-secure use secure connection with database (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --storage-driver-table string table name (default "stats") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --storage-driver-user string database username (default "root") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --streaming-connection-idle-timeout duration Maximum time a streaming connection can be idle before the connection is automatically closed. 0 indicates no timeout. Example: '5m'. Note: All connections to the kubelet server have a maximum duration of 4 hours. (default 4h0m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --sync-frequency duration Max period between synchronizing running containers and config (default 1m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --system-cgroups string Optional absolute name of cgroups in which to place all non-kernel processes that are not already inside a cgroup under '/'. Empty for no container. Rolling back the flag requires a reboot. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --system-reserved mapStringString A set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=500Mi,ephemeral-storage=1Gi) pairs that describe resources reserved for non-kubernetes components. Currently only cpu and memory are supported. See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ for more detail. [default=none] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --system-reserved-cgroup string Absolute name of the top level cgroup that is used to manage non-kubernetes components for which compute resources were reserved via '--system-reserved' flag. Ex. '/system-reserved'. [default=''] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --tls-cert-file string File containing x509 Certificate used for serving HTTPS (with intermediate certs, if any, concatenated after server cert). If --tls-cert-file and --tls-private-key-file are not provided, a self-signed certificate and key are generated for the public address and saved to the directory passed to --cert-dir. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --tls-cipher-suites strings Comma-separated list of cipher suites for the server. If omitted, the default Go cipher suites will be used.
Mar 09 01:27:46 kind-control-plane kubelet[335]: Preferred values: TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384.
Mar 09 01:27:46 kind-control-plane kubelet[335]: Insecure values: TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_RC4_128_SHA, TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH_3DES_EDE_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_RC4_128_SHA. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --tls-min-version string Minimum TLS version supported. Possible values: VersionTLS10, VersionTLS11, VersionTLS12, VersionTLS13 (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --tls-private-key-file string File containing x509 private key matching --tls-cert-file. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --topology-manager-policy string Topology Manager policy to use. Possible values: 'none', 'best-effort', 'restricted', 'single-numa-node'. (default "none") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --topology-manager-scope string Scope to which topology hints applied. Topology Manager collects hints from Hint Providers and applies them to defined scope to ensure the pod admission. Possible values: 'container', 'pod'. (default "container") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: -v, --v Level number for the log level verbosity
Mar 09 01:27:46 kind-control-plane kubelet[335]: --version version[=true] Print version information and quit
Mar 09 01:27:46 kind-control-plane kubelet[335]: --vmodule pattern=N,... comma-separated list of pattern=N settings for file-filtered logging (only works for text log format)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --volume-plugin-dir string The full path of the directory in which to search for additional third party volume plugins (default "/usr/libexec/kubernetes/kubelet-plugins/volume/exec/") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: --volume-stats-agg-period duration Specifies interval for kubelet to calculate and cache the volume disk usage for all pods and volumes. To disable volume calculations, set to a negative number. (default 1m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:46 kind-control-plane kubelet[335]: Error: failed to run Kubelet: invalid configuration: cgroup ["kubelet"] has some missing paths: /sys/fs/cgroup/cpuacct/kubelet.slice, /sys/fs/cgroup/memory/kubelet.slice, /sys/fs/cgroup/cpu/kubelet.slice, /sys/fs/cgroup/systemd/kubelet.slice, /sys/fs/cgroup/cpuset/kubelet.slice, /sys/fs/cgroup/hugetlb/kubelet.slice, /sys/fs/cgroup/pids/kubelet.slice
Mar 09 01:27:46 kind-control-plane systemd[1]: kubelet.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 01:27:46 kind-control-plane systemd[1]: kubelet.service: Failed with result 'exit-code'.
Mar 09 01:27:47 kind-control-plane systemd[1]: kubelet.service: Scheduled restart job, restart counter is at 6.
Mar 09 01:27:47 kind-control-plane systemd[1]: Stopped kubelet: The Kubernetes Node Agent.
Mar 09 01:27:47 kind-control-plane systemd[1]: Starting kubelet: The Kubernetes Node Agent...
Mar 09 01:27:47 kind-control-plane systemd[1]: Started kubelet: The Kubernetes Node Agent.
Mar 09 01:27:47 kind-control-plane kubelet[351]: Flag --container-runtime has been deprecated, will be removed in 1.27 as the only valid value is 'remote'
Mar 09 01:27:47 kind-control-plane kubelet[351]: Flag --pod-infra-container-image has been deprecated, will be removed in 1.27. Image garbage collector will get sandbox image information from CRI.
Mar 09 01:27:47 kind-control-plane kubelet[351]: Flag --provider-id has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:47 kind-control-plane kubelet[351]: Flag --fail-swap-on has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:47 kind-control-plane kubelet[351]: Flag --cgroup-root has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:47 kind-control-plane kubelet[351]: I0309 01:27:47.538755 351 server.go:193] "--pod-infra-container-image will not be pruned by the image garbage collector in kubelet and should also be set in the remote runtime"
Mar 09 01:27:47 kind-control-plane kubelet[351]: Flag --container-runtime has been deprecated, will be removed in 1.27 as the only valid value is 'remote'
Mar 09 01:27:47 kind-control-plane kubelet[351]: Flag --pod-infra-container-image has been deprecated, will be removed in 1.27. Image garbage collector will get sandbox image information from CRI.
Mar 09 01:27:47 kind-control-plane kubelet[351]: Flag --provider-id has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:47 kind-control-plane kubelet[351]: Flag --fail-swap-on has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:47 kind-control-plane kubelet[351]: Flag --cgroup-root has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:47 kind-control-plane kubelet[351]: I0309 01:27:47.551085 351 server.go:399] "Kubelet version" kubeletVersion="v1.24.10-sieve-5c1d2d4295f9b4eb12bfbf6429fdf989f2ca8a02-dirty"
Mar 09 01:27:47 kind-control-plane kubelet[351]: I0309 01:27:47.551147 351 server.go:401] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
Mar 09 01:27:47 kind-control-plane kubelet[351]: I0309 01:27:47.554059 351 server.go:813] "Client rotation is on, will bootstrap in background"
Mar 09 01:27:47 kind-control-plane kubelet[351]: I0309 01:27:47.555807 351 certificate_store.go:130] Loading cert/key pair from "/var/lib/kubelet/pki/kubelet-client-current.pem".
Mar 09 01:27:47 kind-control-plane kubelet[351]: I0309 01:27:47.556684 351 dynamic_cafile_content.go:157] "Starting controller" name="client-ca-bundle::/etc/kubernetes/pki/ca.crt"
Mar 09 01:27:47 kind-control-plane kubelet[351]: W0309 01:27:47.561227 351 sysinfo.go:203] Nodes topology is not available, providing CPU topology
Mar 09 01:27:47 kind-control-plane kubelet[351]: Error: failed to run Kubelet: invalid configuration: cgroup ["kubelet"] has some missing paths: /sys/fs/cgroup/cpu/kubelet.slice, /sys/fs/cgroup/cpuset/kubelet.slice, /sys/fs/cgroup/cpuacct/kubelet.slice, /sys/fs/cgroup/hugetlb/kubelet.slice, /sys/fs/cgroup/memory/kubelet.slice, /sys/fs/cgroup/systemd/kubelet.slice, /sys/fs/cgroup/pids/kubelet.slice
Mar 09 01:27:47 kind-control-plane kubelet[351]: Usage:
Mar 09 01:27:47 kind-control-plane kubelet[351]: kubelet [flags]
Mar 09 01:27:47 kind-control-plane kubelet[351]: Flags:
Mar 09 01:27:47 kind-control-plane kubelet[351]: --add-dir-header If true, adds the file directory to the header of the log messages (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --address ip The IP address for the Kubelet to serve on (set to '0.0.0.0' or '::' for listening in all interfaces and IP families) (default 0.0.0.0) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --allowed-unsafe-sysctls strings Comma-separated whitelist of unsafe sysctls or unsafe sysctl patterns (ending in *). Use these at your own risk. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --alsologtostderr log to standard error as well as files (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --anonymous-auth Enables anonymous requests to the Kubelet server. Requests that are not rejected by another authentication method are treated as anonymous requests. Anonymous requests have a username of system:anonymous, and a group name of system:unauthenticated. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --application-metrics-count-limit int Max number of application metrics to store (per container) (default 100) (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --authentication-token-webhook Use the TokenReview API to determine authentication for bearer tokens. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --authentication-token-webhook-cache-ttl duration The duration to cache responses from the webhook token authenticator. (default 2m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --authorization-mode string Authorization mode for Kubelet server. Valid options are AlwaysAllow or Webhook. Webhook mode uses the SubjectAccessReview API to determine authorization. (default "AlwaysAllow") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --authorization-webhook-cache-authorized-ttl duration The duration to cache 'authorized' responses from the webhook authorizer. (default 5m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --authorization-webhook-cache-unauthorized-ttl duration The duration to cache 'unauthorized' responses from the webhook authorizer. (default 30s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --azure-container-registry-config string Path to the file containing Azure container registry configuration information.
Mar 09 01:27:47 kind-control-plane kubelet[351]: --boot-id-file string Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --bootstrap-kubeconfig string Path to a kubeconfig file that will be used to get client certificate for kubelet. If the file specified by --kubeconfig does not exist, the bootstrap kubeconfig is used to request a client certificate from the API server. On success, a kubeconfig file referencing the generated client certificate and key is written to the path specified by --kubeconfig. The client certificate and key file will be stored in the directory pointed by --cert-dir.
Mar 09 01:27:47 kind-control-plane kubelet[351]: --cert-dir string The directory where the TLS certs are located. If --tls-cert-file and --tls-private-key-file are provided, this flag will be ignored. (default "/var/lib/kubelet/pki")
Mar 09 01:27:47 kind-control-plane kubelet[351]: --cgroup-driver string Driver that the kubelet uses to manipulate cgroups on the host. Possible values: 'cgroupfs', 'systemd' (default "cgroupfs") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --cgroup-root string Optional root cgroup to use for pods. This is handled by the container runtime on a best effort basis. Default: '', which means use the container runtime default. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --cgroups-per-qos Enable creation of QoS cgroup hierarchy, if true top level QoS and pod cgroups are created. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --client-ca-file string If set, any request presenting a client certificate signed by one of the authorities in the client-ca-file is authenticated with an identity corresponding to the CommonName of the client certificate. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --cloud-config string The path to the cloud provider configuration file. Empty string for no configuration file. (DEPRECATED: will be removed in 1.24 or later, in favor of removing cloud provider code from Kubelet.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --cloud-provider string The provider for cloud services. Set to empty string for running with no cloud provider. If set, the cloud provider determines the name of the node (consult cloud provider documentation to determine if and how the hostname is used). (DEPRECATED: will be removed in 1.24 or later, in favor of removing cloud provider code from Kubelet.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --cluster-dns strings Comma-separated list of DNS server IP address. This value is used for containers DNS server in case of Pods with "dnsPolicy=ClusterFirst". Note: all DNS servers appearing in the list MUST serve the same set of records otherwise name resolution within the cluster may not work correctly. There is no guarantee as to which DNS server may be contacted for name resolution. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --cluster-domain string Domain for this cluster. If set, kubelet will configure all containers to search this domain in addition to the host's search domains (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --config string The Kubelet will load its initial configuration from this file. The path may be absolute or relative; relative paths start at the Kubelet's current working directory. Omit this flag to use the built-in default configuration values. Command-line flags override configuration from this file.
Mar 09 01:27:47 kind-control-plane kubelet[351]: --container-hints string location of the container hints file (default "/etc/cadvisor/container_hints.json") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --container-log-max-files int32 <Warning: Beta feature> Set the maximum number of container log files that can be present for a container. The number must be >= 2. This flag can only be used with --container-runtime=remote. (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --container-log-max-size string <Warning: Beta feature> Set the maximum size (e.g. 10Mi) of container log file before it is rotated. This flag can only be used with --container-runtime=remote. (default "10Mi") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --container-runtime string The container runtime to use. Possible value: 'remote'. (default "remote") (DEPRECATED: will be removed in 1.27 as the only valid value is 'remote')
Mar 09 01:27:47 kind-control-plane kubelet[351]: --container-runtime-endpoint string The endpoint of remote runtime service. Unix Domain Sockets are supported on Linux, while npipe and tcp endpoints are supported on Windows. Examples:'unix:///path/to/runtime.sock', 'npipe:////./pipe/runtime'
Mar 09 01:27:47 kind-control-plane kubelet[351]: --containerd string containerd endpoint (default "/run/containerd/containerd.sock") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --containerd-namespace string containerd namespace (default "k8s.io") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --contention-profiling Enable lock contention profiling, if profiling is enabled (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --cpu-cfs-quota Enable CPU CFS quota enforcement for containers that specify CPU limits (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --cpu-cfs-quota-period duration Sets CPU CFS quota period value, cpu.cfs_period_us, defaults to Linux Kernel default (default 100ms) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --cpu-manager-policy string CPU Manager policy to use. Possible values: 'none', 'static'. (default "none") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --cpu-manager-policy-options mapStringString A set of key=value CPU Manager policy options to use, to fine tune their behaviour. If not supplied, keep the default behaviour. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --cpu-manager-reconcile-period duration <Warning: Alpha feature> CPU Manager reconciliation period. Examples: '10s', or '1m'. If not supplied, defaults to 'NodeStatusUpdateFrequency' (default 10s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --enable-controller-attach-detach Enables the Attach/Detach controller to manage attachment/detachment of volumes scheduled to this node, and disables kubelet from executing any attach/detach operations (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --enable-debugging-handlers Enables server endpoints for log collection and local running of containers and commands (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --enable-load-reader Whether to enable cpu load reader (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --enable-server Enable the Kubelet's server (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --enforce-node-allocatable strings A comma separated list of levels of node allocatable enforcement to be enforced by kubelet. Acceptable options are 'none', 'pods', 'system-reserved', and 'kube-reserved'. If the latter two options are specified, '--system-reserved-cgroup' and '--kube-reserved-cgroup' must also be set, respectively. If 'none' is specified, no additional options should be set. See https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/ for more details. (default [pods]) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --event-burst int32 Maximum size of a bursty event records, temporarily allows event records to burst to this number, while still not exceeding event-qps. The number must be >= 0. If 0 will use DefaultBurst: 10. (default 10) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --event-qps int32 QPS to limit event creations. The number must be >= 0. If 0 will use DefaultQPS: 5. (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --event-storage-age-limit string Max length of time for which to store events (per type). Value is a comma separated list of key values, where the keys are event types (e.g.: creation, oom) or "default" and the value is a duration. Default is applied to all non-specified event types (default "default=0") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --event-storage-event-limit string Max number of events to store (per type). Value is a comma separated list of key values, where the keys are event types (e.g.: creation, oom) or "default" and the value is an integer. Default is applied to all non-specified event types (default "default=0") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --eviction-hard mapStringString A set of eviction thresholds (e.g. memory.available<1Gi) that if met would trigger a pod eviction. (default imagefs.available<15%,memory.available<100Mi,nodefs.available<10%,nodefs.inodesFree<5%) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --eviction-max-pod-grace-period int32 Maximum allowed grace period (in seconds) to use when terminating pods in response to a soft eviction threshold being met. If negative, defer to pod specified value. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --eviction-minimum-reclaim mapStringString A set of minimum reclaims (e.g. imagefs.available=2Gi) that describes the minimum amount of resource the kubelet will reclaim when performing a pod eviction if that resource is under pressure. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --eviction-pressure-transition-period duration Duration for which the kubelet has to wait before transitioning out of an eviction pressure condition. (default 5m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --eviction-soft mapStringString A set of eviction thresholds (e.g. memory.available<1.5Gi) that if met over a corresponding grace period would trigger a pod eviction. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --eviction-soft-grace-period mapStringString A set of eviction grace periods (e.g. memory.available=1m30s) that correspond to how long a soft eviction threshold must hold before triggering a pod eviction. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --exit-on-lock-contention Whether kubelet should exit upon lock-file contention.
Mar 09 01:27:47 kind-control-plane kubelet[351]: --experimental-allocatable-ignore-eviction When set to 'true', Hard Eviction Thresholds will be ignored while calculating Node Allocatable. See https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/ for more details. [default=false] (DEPRECATED: will be removed in 1.24 or later.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --experimental-kernel-memcg-notification Use kernelMemcgNotification configuration, this flag will be removed in 1.24 or later. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --experimental-mounter-path string [Experimental] Path of mounter binary. Leave empty to use the default mount. (DEPRECATED: will be removed in 1.24 or later. in favor of using CSI.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --fail-swap-on Makes the Kubelet fail to start if swap is enabled on the node. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --feature-gates mapStringBool A set of key=value pairs that describe feature gates for alpha/experimental features. Options are:
Mar 09 01:27:47 kind-control-plane kubelet[351]: APIListChunking=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: APIPriorityAndFairness=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: APIResponseCompression=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: APIServerIdentity=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: APIServerTracing=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: AllAlpha=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: AllBeta=true|false (BETA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: AnyVolumeDataSource=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: AppArmor=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: CPUManager=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: CPUManagerPolicyAlphaOptions=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: CPUManagerPolicyBetaOptions=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: CPUManagerPolicyOptions=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: CSIInlineVolume=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: CSIMigration=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: CSIMigrationAWS=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: CSIMigrationAzureFile=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: CSIMigrationGCE=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: CSIMigrationPortworx=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: CSIMigrationRBD=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: CSIMigrationvSphere=true|false (BETA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: CSIVolumeHealth=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: ContextualLogging=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: CronJobTimeZone=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: CustomCPUCFSQuotaPeriod=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: CustomResourceValidationExpressions=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: DaemonSetUpdateSurge=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: DelegateFSGroupToCSIDriver=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: DevicePlugins=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: DisableAcceleratorUsageMetrics=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: DisableCloudProviders=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: DisableKubeletCloudCredentialProviders=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: DownwardAPIHugePages=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: EndpointSliceTerminatingCondition=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: EphemeralContainers=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: ExpandedDNSConfig=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: ExperimentalHostUserNamespaceDefaulting=true|false (BETA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: GRPCContainerProbe=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: GracefulNodeShutdown=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: GracefulNodeShutdownBasedOnPodPriority=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: HPAContainerMetrics=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: HPAScaleToZero=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: HonorPVReclaimPolicy=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: IdentifyPodOS=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: InTreePluginAWSUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: InTreePluginAzureDiskUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: InTreePluginAzureFileUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: InTreePluginGCEUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: InTreePluginOpenStackUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: InTreePluginPortworxUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: InTreePluginRBDUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: InTreePluginvSphereUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: JobMutableNodeSchedulingDirectives=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: JobReadyPods=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: JobTrackingWithFinalizers=true|false (BETA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: KubeletCredentialProviders=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: KubeletInUserNamespace=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: KubeletPodResources=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: KubeletPodResourcesGetAllocatable=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: LegacyServiceAccountTokenNoAutoGeneration=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: LocalStorageCapacityIsolation=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: LocalStorageCapacityIsolationFSQuotaMonitoring=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: LogarithmicScaleDown=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: MaxUnavailableStatefulSet=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: MemoryManager=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: MemoryQoS=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: MinDomainsInPodTopologySpread=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: MixedProtocolLBService=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: NetworkPolicyEndPort=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: NetworkPolicyStatus=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: NodeOutOfServiceVolumeDetach=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: NodeSwap=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: OpenAPIEnums=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: OpenAPIV3=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: PodAndContainerStatsFromCRI=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: PodDeletionCost=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: PodSecurity=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: ProbeTerminationGracePeriod=true|false (BETA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: ProcMountType=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: ProxyTerminatingEndpoints=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: QOSReserved=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: ReadWriteOncePod=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: RecoverVolumeExpansionFailure=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: RemainingItemCount=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: RotateKubeletServerCertificate=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: SeccompDefault=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: ServerSideFieldValidation=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: ServiceIPStaticSubrange=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: ServiceInternalTrafficPolicy=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: SizeMemoryBackedVolumes=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: StatefulSetAutoDeletePVC=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: StatefulSetMinReadySeconds=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: StorageVersionAPI=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: StorageVersionHash=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: TopologyAwareHints=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: TopologyManager=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: VolumeCapacityPriority=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: WinDSR=true|false (ALPHA - default=false)
Mar 09 01:27:47 kind-control-plane kubelet[351]: WinOverlay=true|false (BETA - default=true)
Mar 09 01:27:47 kind-control-plane kubelet[351]: WindowsHostProcessContainers=true|false (BETA - default=true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --file-check-frequency duration Duration between checking config files for new data (default 20s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --global-housekeeping-interval duration Interval between global housekeepings (default 1m0s) (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --hairpin-mode string How should the kubelet setup hairpin NAT. This allows endpoints of a Service to loadbalance back to themselves if they should try to access their own Service. Valid values are "promiscuous-bridge", "hairpin-veth" and "none". (default "promiscuous-bridge") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --healthz-bind-address ip The IP address for the healthz server to serve on (set to '0.0.0.0' or '::' for listening in all interfaces and IP families) (default 127.0.0.1) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --healthz-port int32 The port of the localhost healthz endpoint (set to 0 to disable) (default 10248) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: -h, --help help for kubelet
Mar 09 01:27:47 kind-control-plane kubelet[351]: --hostname-override string If non-empty, will use this string as identification instead of the actual hostname. If --cloud-provider is set, the cloud provider determines the name of the node (consult cloud provider documentation to determine if and how the hostname is used).
Mar 09 01:27:47 kind-control-plane kubelet[351]: --housekeeping-interval duration Interval between container housekeepings (default 10s)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --http-check-frequency duration Duration between checking http for new data (default 20s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --image-credential-provider-bin-dir string The path to the directory where credential provider plugin binaries are located.
Mar 09 01:27:47 kind-control-plane kubelet[351]: --image-credential-provider-config string The path to the credential provider plugin config file.
Mar 09 01:27:47 kind-control-plane kubelet[351]: --image-gc-high-threshold int32 The percent of disk usage after which image garbage collection is always run. Values must be within the range [0, 100], To disable image garbage collection, set to 100. (default 85) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --image-gc-low-threshold int32 The percent of disk usage before which image garbage collection is never run. Lowest disk usage to garbage collect to. Values must be within the range [0, 100] and should not be larger than that of --image-gc-high-threshold. (default 80) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --image-service-endpoint string The endpoint of remote image service. If not specified, it will be the same with --container-runtime-endpoint by default. Unix Domain Socket are supported on Linux, while npipe and tcp endpoints are supported on Windows. Examples:'unix:///path/to/runtime.sock', 'npipe:////./pipe/runtime'
Mar 09 01:27:47 kind-control-plane kubelet[351]: --iptables-drop-bit int32 The bit of the fwmark space to mark packets for dropping. Must be within the range [0, 31]. (default 15) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --iptables-masquerade-bit int32 The bit of the fwmark space to mark packets for SNAT. Must be within the range [0, 31]. Please match this parameter with corresponding parameter in kube-proxy. (default 14) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --keep-terminated-pod-volumes Keep terminated pod volumes mounted to the node after the pod terminates. Can be useful for debugging volume related issues. (DEPRECATED: will be removed in a future version)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --kernel-memcg-notification If enabled, the kubelet will integrate with the kernel memcg notification to determine if memory eviction thresholds are crossed rather than polling. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --kube-api-burst int32 Burst to use while talking with kubernetes apiserver. The number must be >= 0. If 0 will use DefaultBurst: 10. Doesn't cover events and node heartbeat apis which rate limiting is controlled by a different set of flags (default 10) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --kube-api-content-type string Content type of requests sent to apiserver. (default "application/vnd.kubernetes.protobuf") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --kube-api-qps int32 QPS to use while talking with kubernetes apiserver. The number must be >= 0. If 0 will use DefaultQPS: 5. Doesn't cover events and node heartbeat apis which rate limiting is controlled by a different set of flags (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --kube-reserved mapStringString A set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=500Mi,ephemeral-storage=1Gi) pairs that describe resources reserved for kubernetes system components. Currently cpu, memory and local ephemeral storage for root file system are supported. See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ for more detail. [default=none] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --kube-reserved-cgroup string Absolute name of the top level cgroup that is used to manage kubernetes components for which compute resources were reserved via '--kube-reserved' flag. Ex. '/kube-reserved'. [default=''] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --kubeconfig string Path to a kubeconfig file, specifying how to connect to the API server. Providing --kubeconfig enables API server mode, omitting --kubeconfig enables standalone mode.
Mar 09 01:27:47 kind-control-plane kubelet[351]: --kubelet-cgroups string Optional absolute name of cgroups to create and run the Kubelet in. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --lock-file string <Warning: Alpha feature> The path to file for kubelet to use as a lock file.
Mar 09 01:27:47 kind-control-plane kubelet[351]: --log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --log-cadvisor-usage Whether to log the usage of the cAdvisor container (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --log-dir string If non-empty, write log files in this directory (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --log-file string If non-empty, use this log file (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --log-json-info-buffer-size quantity [Experimental] In JSON format with split output streams, the info messages can be buffered for a while to increase performance. The default value of zero bytes disables buffering. The size can be specified as number of bytes (512), multiples of 1000 (1K), multiples of 1024 (2Ki), or powers of those (3M, 4G, 5Mi, 6Gi). (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --log-json-split-stream [Experimental] In JSON format, write error messages to stderr and info messages to stdout. The default is to write a single stream to stdout. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --logging-format string Sets the log format. Permitted formats: "json", "text".
Mar 09 01:27:47 kind-control-plane kubelet[351]: Non-default formats don't honor these flags: --add-dir-header, --alsologtostderr, --log-backtrace-at, --log-dir, --log-file, --log-file-max-size, --logtostderr, --one-output, --skip-headers, --skip-log-headers, --stderrthreshold, --vmodule.
Mar 09 01:27:47 kind-control-plane kubelet[351]: Non-default choices are currently alpha and subject to change without warning. (default "text") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --logtostderr log to standard error instead of files (default true) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --machine-id-file string Comma-separated list of files to check for machine-id. Use the first one that exists. (default "/etc/machine-id,/var/lib/dbus/machine-id") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --make-iptables-util-chains If true, kubelet will ensure iptables utility rules are present on host. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --manifest-url string URL for accessing additional Pod specifications to run (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --manifest-url-header colonSeparatedMultimapStringString Comma-separated list of HTTP headers to use when accessing the url provided to --manifest-url. Multiple headers with the same name will be added in the same order provided. This flag can be repeatedly invoked. For example: --manifest-url-header 'a:hello,b:again,c:world' --manifest-url-header 'b:beautiful' (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --master-service-namespace string The namespace from which the kubernetes master services should be injected into pods (default "default") (DEPRECATED: This flag will be removed in a future version.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --max-open-files int Number of files that can be opened by Kubelet process. (default 1000000) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --max-pods int32 Number of Pods that can run on this Kubelet. (default 110) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --maximum-dead-containers int32 Maximum number of old instances of containers to retain globally. Each container takes up some disk space. To disable, set to a negative number. (default -1) (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --maximum-dead-containers-per-container int32 Maximum number of old instances to retain per container. Each container takes up some disk space. (default 1) (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --memory-manager-policy string Memory Manager policy to use. Possible values: 'None', 'Static'. (default "None") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --minimum-container-ttl-duration duration Minimum age for a finished container before it is garbage collected. Examples: '300ms', '10s' or '2h45m' (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --minimum-image-ttl-duration duration Minimum age for an unused image before it is garbage collected. Examples: '300ms', '10s' or '2h45m'. (default 2m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --node-ip string IP address (or comma-separated dual-stack IP addresses) of the node. If unset, kubelet will use the node's default IPv4 address, if any, or its default IPv6 address if it has no IPv4 addresses. You can pass '::' to make it prefer the default IPv6 address rather than the default IPv4 address.
Mar 09 01:27:47 kind-control-plane kubelet[351]: --node-labels mapStringString <Warning: Alpha feature> Labels to add when registering the node in the cluster. Labels must be key=value pairs separated by ','. Labels in the 'kubernetes.io' namespace must begin with an allowed prefix (kubelet.kubernetes.io, node.kubernetes.io) or be in the specifically allowed set (beta.kubernetes.io/arch, beta.kubernetes.io/instance-type, beta.kubernetes.io/os, failure-domain.beta.kubernetes.io/region, failure-domain.beta.kubernetes.io/zone, kubernetes.io/arch, kubernetes.io/hostname, kubernetes.io/os, node.kubernetes.io/instance-type, topology.kubernetes.io/region, topology.kubernetes.io/zone)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --node-status-max-images int32 The maximum number of images to report in Node.Status.Images. If -1 is specified, no cap will be applied. (default 50) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --node-status-update-frequency duration Specifies how often kubelet posts node status to master. Note: be cautious when changing the constant, it must work with nodeMonitorGracePeriod in nodecontroller. (default 10s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --one-output If true, only write logs to their native severity level (vs also writing to each lower severity level) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --oom-score-adj int32 The oom-score-adj value for kubelet process. Values must be within the range [-1000, 1000] (default -999) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --pod-cidr string The CIDR to use for pod IP addresses, only used in standalone mode. In cluster mode, this is obtained from the master. For IPv6, the maximum number of IP's allocated is 65536 (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --pod-infra-container-image string Specified image will not be pruned by the image garbage collector. CRI implementations have their own configuration to set this image. (default "registry.k8s.io/pause:3.7") (DEPRECATED: will be removed in 1.27. Image garbage collector will get sandbox image information from CRI.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --pod-manifest-path string Path to the directory containing static pod files to run, or the path to a single static pod file. Files starting with dots will be ignored. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --pod-max-pids int Set the maximum number of processes per pod. If -1, the kubelet defaults to the node allocatable pid capacity. (default -1) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --pods-per-core int32 Number of Pods per core that can run on this Kubelet. The total number of Pods on this Kubelet cannot exceed max-pods, so max-pods will be used if this calculation results in a larger number of Pods allowed on the Kubelet. A value of 0 disables this limit. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --port int32 The port for the Kubelet to serve on. (default 10250) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --protect-kernel-defaults Default kubelet behaviour for kernel tuning. If set, kubelet errors if any of kernel tunables is different than kubelet defaults. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --provider-id string Unique identifier for identifying the node in a machine database, i.e cloudprovider (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --qos-reserved mapStringString <Warning: Alpha feature> A set of ResourceName=Percentage (e.g. memory=50%) pairs that describe how pod resource requests are reserved at the QoS level. Currently only memory is supported. Requires the QOSReserved feature gate to be enabled. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --read-only-port int32 The read-only port for the Kubelet to serve on with no authentication/authorization (set to 0 to disable) (default 10255) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --register-node Register the node with the apiserver. If --kubeconfig is not provided, this flag is irrelevant, as the Kubelet won't have an apiserver to register with. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --register-schedulable Register the node as schedulable. Won't have any effect if register-node is false. (default true) (DEPRECATED: will be removed in a future version)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --register-with-taints []v1.Taint Register the node with the given list of taints (comma separated "<key>=<value>:<effect>"). No-op if register-node is false. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --registry-burst int32 Maximum size of a bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry-qps. Only used if --registry-qps > 0 (default 10) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --registry-qps int32 If > 0, limit registry pull QPS to this value. If 0, unlimited. (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --reserved-cpus string A comma-separated list of CPUs or CPU ranges that are reserved for system and kubernetes usage. This specific list will supersede cpu counts in --system-reserved and --kube-reserved. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --reserved-memory reserved-memory A comma separated list of memory reservations for NUMA nodes. (e.g. --reserved-memory 0:memory=1Gi,hugepages-1M=2Gi --reserved-memory 1:memory=2Gi). The total sum for each memory type should be equal to the sum of kube-reserved, system-reserved and eviction-threshold. See https://kubernetes.io/docs/tasks/administer-cluster/memory-manager/#reserved-memory-flag for more details. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --resolv-conf string Resolver configuration file used as the basis for the container DNS resolution configuration. (default "/etc/resolv.conf") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --root-dir string Directory path for managing kubelet files (volume mounts,etc). (default "/var/lib/kubelet")
Mar 09 01:27:47 kind-control-plane kubelet[351]: --rotate-certificates <Warning: Beta feature> Auto rotate the kubelet client certificates by requesting new certificates from the kube-apiserver when the certificate expiration approaches. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --rotate-server-certificates Auto-request and rotate the kubelet serving certificates by requesting new certificates from the kube-apiserver when the certificate expiration approaches. Requires the RotateKubeletServerCertificate feature gate to be enabled, and approval of the submitted CertificateSigningRequest objects. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --runonce If true, exit after spawning pods from static pod files or remote urls. Exclusive with --enable-server (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --runtime-cgroups string Optional absolute name of cgroups to create and run the runtime in.
Mar 09 01:27:47 kind-control-plane kubelet[351]: --runtime-request-timeout duration Timeout of all runtime requests except long running request - pull, logs, exec and attach. When timeout exceeded, kubelet will cancel the request, throw out an error and retry later. (default 2m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --seccomp-default RuntimeDefault <Warning: Alpha feature> Enable the use of RuntimeDefault as the default seccomp profile for all workloads. The SeccompDefault feature gate must be enabled to allow this flag, which is disabled per default.
Mar 09 01:27:47 kind-control-plane kubelet[351]: --serialize-image-pulls Pull images one at a time. We recommend *not* changing the default value on nodes that run docker daemon with version < 1.9 or an Aufs storage backend. Issue #10959 has more details. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --skip-headers If true, avoid header prefixes in the log messages (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --skip-log-headers If true, avoid headers when opening log files (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --stderrthreshold severity logs at or above this threshold go to stderr (default 2) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --storage-driver-buffer-duration duration Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s) (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --storage-driver-db string database name (default "cadvisor") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --storage-driver-host string database host:port (default "localhost:8086") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --storage-driver-password string database password (default "root") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --storage-driver-secure use secure connection with database (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --storage-driver-table string table name (default "stats") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --storage-driver-user string database username (default "root") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --streaming-connection-idle-timeout duration Maximum time a streaming connection can be idle before the connection is automatically closed. 0 indicates no timeout. Example: '5m'. Note: All connections to the kubelet server have a maximum duration of 4 hours. (default 4h0m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --sync-frequency duration Max period between synchronizing running containers and config (default 1m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --system-cgroups string Optional absolute name of cgroups in which to place all non-kernel processes that are not already inside a cgroup under '/'. Empty for no container. Rolling back the flag requires a reboot. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --system-reserved mapStringString A set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=500Mi,ephemeral-storage=1Gi) pairs that describe resources reserved for non-kubernetes components. Currently only cpu and memory are supported. See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ for more detail. [default=none] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --system-reserved-cgroup string Absolute name of the top level cgroup that is used to manage non-kubernetes components for which compute resources were reserved via '--system-reserved' flag. Ex. '/system-reserved'. [default=''] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --tls-cert-file string File containing x509 Certificate used for serving HTTPS (with intermediate certs, if any, concatenated after server cert). If --tls-cert-file and --tls-private-key-file are not provided, a self-signed certificate and key are generated for the public address and saved to the directory passed to --cert-dir. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --tls-cipher-suites strings Comma-separated list of cipher suites for the server. If omitted, the default Go cipher suites will be used.
Mar 09 01:27:47 kind-control-plane kubelet[351]: Preferred values: TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384.
Mar 09 01:27:47 kind-control-plane kubelet[351]: Insecure values: TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_RC4_128_SHA, TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH_3DES_EDE_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_RC4_128_SHA. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --tls-min-version string Minimum TLS version supported. Possible values: VersionTLS10, VersionTLS11, VersionTLS12, VersionTLS13 (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --tls-private-key-file string File containing x509 private key matching --tls-cert-file. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --topology-manager-policy string Topology Manager policy to use. Possible values: 'none', 'best-effort', 'restricted', 'single-numa-node'. (default "none") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --topology-manager-scope string Scope to which topology hints applied. Topology Manager collects hints from Hint Providers and applies them to defined scope to ensure the pod admission. Possible values: 'container', 'pod'. (default "container") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: -v, --v Level number for the log level verbosity
Mar 09 01:27:47 kind-control-plane kubelet[351]: --version version[=true] Print version information and quit
Mar 09 01:27:47 kind-control-plane kubelet[351]: --vmodule pattern=N,... comma-separated list of pattern=N settings for file-filtered logging (only works for text log format)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --volume-plugin-dir string The full path of the directory in which to search for additional third party volume plugins (default "/usr/libexec/kubernetes/kubelet-plugins/volume/exec/") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: --volume-stats-agg-period duration Specifies interval for kubelet to calculate and cache the volume disk usage for all pods and volumes. To disable volume calculations, set to a negative number. (default 1m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:47 kind-control-plane kubelet[351]: Error: failed to run Kubelet: invalid configuration: cgroup ["kubelet"] has some missing paths: /sys/fs/cgroup/cpu/kubelet.slice, /sys/fs/cgroup/cpuset/kubelet.slice, /sys/fs/cgroup/cpuacct/kubelet.slice, /sys/fs/cgroup/hugetlb/kubelet.slice, /sys/fs/cgroup/memory/kubelet.slice, /sys/fs/cgroup/systemd/kubelet.slice, /sys/fs/cgroup/pids/kubelet.slice
Mar 09 01:27:47 kind-control-plane systemd[1]: kubelet.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 01:27:47 kind-control-plane systemd[1]: kubelet.service: Failed with result 'exit-code'.
Mar 09 01:27:48 kind-control-plane systemd[1]: kubelet.service: Scheduled restart job, restart counter is at 7.
Mar 09 01:27:48 kind-control-plane systemd[1]: Stopped kubelet: The Kubernetes Node Agent.
Mar 09 01:27:48 kind-control-plane systemd[1]: Starting kubelet: The Kubernetes Node Agent...
Mar 09 01:27:48 kind-control-plane systemd[1]: Started kubelet: The Kubernetes Node Agent.
Mar 09 01:27:48 kind-control-plane kubelet[365]: Flag --container-runtime has been deprecated, will be removed in 1.27 as the only valid value is 'remote'
Mar 09 01:27:48 kind-control-plane kubelet[365]: Flag --pod-infra-container-image has been deprecated, will be removed in 1.27. Image garbage collector will get sandbox image information from CRI.
Mar 09 01:27:48 kind-control-plane kubelet[365]: Flag --provider-id has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:48 kind-control-plane kubelet[365]: Flag --fail-swap-on has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:48 kind-control-plane kubelet[365]: Flag --cgroup-root has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:48 kind-control-plane kubelet[365]: I0309 01:27:48.795020 365 server.go:193] "--pod-infra-container-image will not be pruned by the image garbage collector in kubelet and should also be set in the remote runtime"
Mar 09 01:27:48 kind-control-plane kubelet[365]: Flag --container-runtime has been deprecated, will be removed in 1.27 as the only valid value is 'remote'
Mar 09 01:27:48 kind-control-plane kubelet[365]: Flag --pod-infra-container-image has been deprecated, will be removed in 1.27. Image garbage collector will get sandbox image information from CRI.
Mar 09 01:27:48 kind-control-plane kubelet[365]: Flag --provider-id has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:48 kind-control-plane kubelet[365]: Flag --fail-swap-on has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:48 kind-control-plane kubelet[365]: Flag --cgroup-root has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:48 kind-control-plane kubelet[365]: I0309 01:27:48.806869 365 server.go:399] "Kubelet version" kubeletVersion="v1.24.10-sieve-5c1d2d4295f9b4eb12bfbf6429fdf989f2ca8a02-dirty"
Mar 09 01:27:48 kind-control-plane kubelet[365]: I0309 01:27:48.806927 365 server.go:401] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
Mar 09 01:27:48 kind-control-plane kubelet[365]: I0309 01:27:48.807278 365 server.go:813] "Client rotation is on, will bootstrap in background"
Mar 09 01:27:48 kind-control-plane kubelet[365]: I0309 01:27:48.808978 365 certificate_store.go:130] Loading cert/key pair from "/var/lib/kubelet/pki/kubelet-client-current.pem".
Mar 09 01:27:48 kind-control-plane kubelet[365]: I0309 01:27:48.809885 365 dynamic_cafile_content.go:157] "Starting controller" name="client-ca-bundle::/etc/kubernetes/pki/ca.crt"
Mar 09 01:27:48 kind-control-plane kubelet[365]: W0309 01:27:48.814306 365 sysinfo.go:203] Nodes topology is not available, providing CPU topology
Mar 09 01:27:48 kind-control-plane kubelet[365]: Error: failed to run Kubelet: invalid configuration: cgroup ["kubelet"] has some missing paths: /sys/fs/cgroup/cpuset/kubelet.slice, /sys/fs/cgroup/pids/kubelet.slice, /sys/fs/cgroup/cpuacct/kubelet.slice, /sys/fs/cgroup/cpu/kubelet.slice, /sys/fs/cgroup/hugetlb/kubelet.slice, /sys/fs/cgroup/systemd/kubelet.slice, /sys/fs/cgroup/memory/kubelet.slice
Mar 09 01:27:48 kind-control-plane kubelet[365]: Usage:
Mar 09 01:27:48 kind-control-plane kubelet[365]: kubelet [flags]
Mar 09 01:27:48 kind-control-plane kubelet[365]: Flags:
Mar 09 01:27:48 kind-control-plane kubelet[365]: --add-dir-header If true, adds the file directory to the header of the log messages (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --address ip The IP address for the Kubelet to serve on (set to '0.0.0.0' or '::' for listening in all interfaces and IP families) (default 0.0.0.0) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --allowed-unsafe-sysctls strings Comma-separated whitelist of unsafe sysctls or unsafe sysctl patterns (ending in *). Use these at your own risk. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --alsologtostderr log to standard error as well as files (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --anonymous-auth Enables anonymous requests to the Kubelet server. Requests that are not rejected by another authentication method are treated as anonymous requests. Anonymous requests have a username of system:anonymous, and a group name of system:unauthenticated. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --application-metrics-count-limit int Max number of application metrics to store (per container) (default 100) (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --authentication-token-webhook Use the TokenReview API to determine authentication for bearer tokens. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --authentication-token-webhook-cache-ttl duration The duration to cache responses from the webhook token authenticator. (default 2m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --authorization-mode string Authorization mode for Kubelet server. Valid options are AlwaysAllow or Webhook. Webhook mode uses the SubjectAccessReview API to determine authorization. (default "AlwaysAllow") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --authorization-webhook-cache-authorized-ttl duration The duration to cache 'authorized' responses from the webhook authorizer. (default 5m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --authorization-webhook-cache-unauthorized-ttl duration The duration to cache 'unauthorized' responses from the webhook authorizer. (default 30s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --azure-container-registry-config string Path to the file containing Azure container registry configuration information.
Mar 09 01:27:48 kind-control-plane kubelet[365]: --boot-id-file string Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --bootstrap-kubeconfig string Path to a kubeconfig file that will be used to get client certificate for kubelet. If the file specified by --kubeconfig does not exist, the bootstrap kubeconfig is used to request a client certificate from the API server. On success, a kubeconfig file referencing the generated client certificate and key is written to the path specified by --kubeconfig. The client certificate and key file will be stored in the directory pointed by --cert-dir.
Mar 09 01:27:48 kind-control-plane kubelet[365]: --cert-dir string The directory where the TLS certs are located. If --tls-cert-file and --tls-private-key-file are provided, this flag will be ignored. (default "/var/lib/kubelet/pki")
Mar 09 01:27:48 kind-control-plane kubelet[365]: --cgroup-driver string Driver that the kubelet uses to manipulate cgroups on the host. Possible values: 'cgroupfs', 'systemd' (default "cgroupfs") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --cgroup-root string Optional root cgroup to use for pods. This is handled by the container runtime on a best effort basis. Default: '', which means use the container runtime default. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --cgroups-per-qos Enable creation of QoS cgroup hierarchy, if true top level QoS and pod cgroups are created. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --client-ca-file string If set, any request presenting a client certificate signed by one of the authorities in the client-ca-file is authenticated with an identity corresponding to the CommonName of the client certificate. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --cloud-config string The path to the cloud provider configuration file. Empty string for no configuration file. (DEPRECATED: will be removed in 1.24 or later, in favor of removing cloud provider code from Kubelet.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --cloud-provider string The provider for cloud services. Set to empty string for running with no cloud provider. If set, the cloud provider determines the name of the node (consult cloud provider documentation to determine if and how the hostname is used). (DEPRECATED: will be removed in 1.24 or later, in favor of removing cloud provider code from Kubelet.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --cluster-dns strings Comma-separated list of DNS server IP address. This value is used for containers DNS server in case of Pods with "dnsPolicy=ClusterFirst". Note: all DNS servers appearing in the list MUST serve the same set of records otherwise name resolution within the cluster may not work correctly. There is no guarantee as to which DNS server may be contacted for name resolution. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --cluster-domain string Domain for this cluster. If set, kubelet will configure all containers to search this domain in addition to the host's search domains (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --config string The Kubelet will load its initial configuration from this file. The path may be absolute or relative; relative paths start at the Kubelet's current working directory. Omit this flag to use the built-in default configuration values. Command-line flags override configuration from this file.
Mar 09 01:27:48 kind-control-plane kubelet[365]: --container-hints string location of the container hints file (default "/etc/cadvisor/container_hints.json") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --container-log-max-files int32 <Warning: Beta feature> Set the maximum number of container log files that can be present for a container. The number must be >= 2. This flag can only be used with --container-runtime=remote. (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --container-log-max-size string <Warning: Beta feature> Set the maximum size (e.g. 10Mi) of container log file before it is rotated. This flag can only be used with --container-runtime=remote. (default "10Mi") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --container-runtime string The container runtime to use. Possible value: 'remote'. (default "remote") (DEPRECATED: will be removed in 1.27 as the only valid value is 'remote')
Mar 09 01:27:48 kind-control-plane kubelet[365]: --container-runtime-endpoint string The endpoint of remote runtime service. Unix Domain Sockets are supported on Linux, while npipe and tcp endpoints are supported on Windows. Examples:'unix:///path/to/runtime.sock', 'npipe:////./pipe/runtime'
Mar 09 01:27:48 kind-control-plane kubelet[365]: --containerd string containerd endpoint (default "/run/containerd/containerd.sock") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --containerd-namespace string containerd namespace (default "k8s.io") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --contention-profiling Enable lock contention profiling, if profiling is enabled (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --cpu-cfs-quota Enable CPU CFS quota enforcement for containers that specify CPU limits (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --cpu-cfs-quota-period duration Sets CPU CFS quota period value, cpu.cfs_period_us, defaults to Linux Kernel default (default 100ms) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --cpu-manager-policy string CPU Manager policy to use. Possible values: 'none', 'static'. (default "none") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --cpu-manager-policy-options mapStringString A set of key=value CPU Manager policy options to use, to fine tune their behaviour. If not supplied, keep the default behaviour. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --cpu-manager-reconcile-period duration <Warning: Alpha feature> CPU Manager reconciliation period. Examples: '10s', or '1m'. If not supplied, defaults to 'NodeStatusUpdateFrequency' (default 10s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --enable-controller-attach-detach Enables the Attach/Detach controller to manage attachment/detachment of volumes scheduled to this node, and disables kubelet from executing any attach/detach operations (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --enable-debugging-handlers Enables server endpoints for log collection and local running of containers and commands (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --enable-load-reader Whether to enable cpu load reader (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --enable-server Enable the Kubelet's server (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --enforce-node-allocatable strings A comma separated list of levels of node allocatable enforcement to be enforced by kubelet. Acceptable options are 'none', 'pods', 'system-reserved', and 'kube-reserved'. If the latter two options are specified, '--system-reserved-cgroup' and '--kube-reserved-cgroup' must also be set, respectively. If 'none' is specified, no additional options should be set. See https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/ for more details. (default [pods]) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --event-burst int32 Maximum size of a bursty event records, temporarily allows event records to burst to this number, while still not exceeding event-qps. The number must be >= 0. If 0 will use DefaultBurst: 10. (default 10) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --event-qps int32 QPS to limit event creations. The number must be >= 0. If 0 will use DefaultQPS: 5. (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --event-storage-age-limit string Max length of time for which to store events (per type). Value is a comma separated list of key values, where the keys are event types (e.g.: creation, oom) or "default" and the value is a duration. Default is applied to all non-specified event types (default "default=0") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --event-storage-event-limit string Max number of events to store (per type). Value is a comma separated list of key values, where the keys are event types (e.g.: creation, oom) or "default" and the value is an integer. Default is applied to all non-specified event types (default "default=0") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --eviction-hard mapStringString A set of eviction thresholds (e.g. memory.available<1Gi) that if met would trigger a pod eviction. (default imagefs.available<15%,memory.available<100Mi,nodefs.available<10%,nodefs.inodesFree<5%) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --eviction-max-pod-grace-period int32 Maximum allowed grace period (in seconds) to use when terminating pods in response to a soft eviction threshold being met. If negative, defer to pod specified value. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --eviction-minimum-reclaim mapStringString A set of minimum reclaims (e.g. imagefs.available=2Gi) that describes the minimum amount of resource the kubelet will reclaim when performing a pod eviction if that resource is under pressure. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --eviction-pressure-transition-period duration Duration for which the kubelet has to wait before transitioning out of an eviction pressure condition. (default 5m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --eviction-soft mapStringString A set of eviction thresholds (e.g. memory.available<1.5Gi) that if met over a corresponding grace period would trigger a pod eviction. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --eviction-soft-grace-period mapStringString A set of eviction grace periods (e.g. memory.available=1m30s) that correspond to how long a soft eviction threshold must hold before triggering a pod eviction. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --exit-on-lock-contention Whether kubelet should exit upon lock-file contention.
Mar 09 01:27:48 kind-control-plane kubelet[365]: --experimental-allocatable-ignore-eviction When set to 'true', Hard Eviction Thresholds will be ignored while calculating Node Allocatable. See https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/ for more details. [default=false] (DEPRECATED: will be removed in 1.24 or later.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --experimental-kernel-memcg-notification Use kernelMemcgNotification configuration, this flag will be removed in 1.24 or later. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --experimental-mounter-path string [Experimental] Path of mounter binary. Leave empty to use the default mount. (DEPRECATED: will be removed in 1.24 or later. in favor of using CSI.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --fail-swap-on Makes the Kubelet fail to start if swap is enabled on the node. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --feature-gates mapStringBool A set of key=value pairs that describe feature gates for alpha/experimental features. Options are:
Mar 09 01:27:48 kind-control-plane kubelet[365]: APIListChunking=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: APIPriorityAndFairness=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: APIResponseCompression=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: APIServerIdentity=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: APIServerTracing=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: AllAlpha=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: AllBeta=true|false (BETA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: AnyVolumeDataSource=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: AppArmor=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: CPUManager=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: CPUManagerPolicyAlphaOptions=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: CPUManagerPolicyBetaOptions=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: CPUManagerPolicyOptions=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: CSIInlineVolume=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: CSIMigration=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: CSIMigrationAWS=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: CSIMigrationAzureFile=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: CSIMigrationGCE=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: CSIMigrationPortworx=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: CSIMigrationRBD=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: CSIMigrationvSphere=true|false (BETA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: CSIVolumeHealth=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: ContextualLogging=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: CronJobTimeZone=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: CustomCPUCFSQuotaPeriod=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: CustomResourceValidationExpressions=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: DaemonSetUpdateSurge=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: DelegateFSGroupToCSIDriver=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: DevicePlugins=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: DisableAcceleratorUsageMetrics=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: DisableCloudProviders=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: DisableKubeletCloudCredentialProviders=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: DownwardAPIHugePages=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: EndpointSliceTerminatingCondition=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: EphemeralContainers=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: ExpandedDNSConfig=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: ExperimentalHostUserNamespaceDefaulting=true|false (BETA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: GRPCContainerProbe=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: GracefulNodeShutdown=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: GracefulNodeShutdownBasedOnPodPriority=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: HPAContainerMetrics=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: HPAScaleToZero=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: HonorPVReclaimPolicy=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: IdentifyPodOS=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: InTreePluginAWSUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: InTreePluginAzureDiskUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: InTreePluginAzureFileUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: InTreePluginGCEUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: InTreePluginOpenStackUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: InTreePluginPortworxUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: InTreePluginRBDUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: InTreePluginvSphereUnregister=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: JobMutableNodeSchedulingDirectives=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: JobReadyPods=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: JobTrackingWithFinalizers=true|false (BETA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: KubeletCredentialProviders=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: KubeletInUserNamespace=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: KubeletPodResources=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: KubeletPodResourcesGetAllocatable=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: LegacyServiceAccountTokenNoAutoGeneration=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: LocalStorageCapacityIsolation=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: LocalStorageCapacityIsolationFSQuotaMonitoring=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: LogarithmicScaleDown=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: MaxUnavailableStatefulSet=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: MemoryManager=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: MemoryQoS=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: MinDomainsInPodTopologySpread=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: MixedProtocolLBService=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: NetworkPolicyEndPort=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: NetworkPolicyStatus=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: NodeOutOfServiceVolumeDetach=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: NodeSwap=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: OpenAPIEnums=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: OpenAPIV3=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: PodAndContainerStatsFromCRI=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: PodDeletionCost=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: PodSecurity=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: ProbeTerminationGracePeriod=true|false (BETA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: ProcMountType=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: ProxyTerminatingEndpoints=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: QOSReserved=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: ReadWriteOncePod=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: RecoverVolumeExpansionFailure=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: RemainingItemCount=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: RotateKubeletServerCertificate=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: SeccompDefault=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: ServerSideFieldValidation=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: ServiceIPStaticSubrange=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: ServiceInternalTrafficPolicy=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: SizeMemoryBackedVolumes=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: StatefulSetAutoDeletePVC=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: StatefulSetMinReadySeconds=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: StorageVersionAPI=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: StorageVersionHash=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: TopologyAwareHints=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: TopologyManager=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: VolumeCapacityPriority=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: WinDSR=true|false (ALPHA - default=false)
Mar 09 01:27:48 kind-control-plane kubelet[365]: WinOverlay=true|false (BETA - default=true)
Mar 09 01:27:48 kind-control-plane kubelet[365]: WindowsHostProcessContainers=true|false (BETA - default=true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --file-check-frequency duration Duration between checking config files for new data (default 20s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --global-housekeeping-interval duration Interval between global housekeepings (default 1m0s) (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --hairpin-mode string How should the kubelet setup hairpin NAT. This allows endpoints of a Service to loadbalance back to themselves if they should try to access their own Service. Valid values are "promiscuous-bridge", "hairpin-veth" and "none". (default "promiscuous-bridge") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --healthz-bind-address ip The IP address for the healthz server to serve on (set to '0.0.0.0' or '::' for listening in all interfaces and IP families) (default 127.0.0.1) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --healthz-port int32 The port of the localhost healthz endpoint (set to 0 to disable) (default 10248) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: -h, --help help for kubelet
Mar 09 01:27:48 kind-control-plane kubelet[365]: --hostname-override string If non-empty, will use this string as identification instead of the actual hostname. If --cloud-provider is set, the cloud provider determines the name of the node (consult cloud provider documentation to determine if and how the hostname is used).
Mar 09 01:27:48 kind-control-plane kubelet[365]: --housekeeping-interval duration Interval between container housekeepings (default 10s)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --http-check-frequency duration Duration between checking http for new data (default 20s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --image-credential-provider-bin-dir string The path to the directory where credential provider plugin binaries are located.
Mar 09 01:27:48 kind-control-plane kubelet[365]: --image-credential-provider-config string The path to the credential provider plugin config file.
Mar 09 01:27:48 kind-control-plane kubelet[365]: --image-gc-high-threshold int32 The percent of disk usage after which image garbage collection is always run. Values must be within the range [0, 100], To disable image garbage collection, set to 100. (default 85) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --image-gc-low-threshold int32 The percent of disk usage before which image garbage collection is never run. Lowest disk usage to garbage collect to. Values must be within the range [0, 100] and should not be larger than that of --image-gc-high-threshold. (default 80) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --image-service-endpoint string The endpoint of remote image service. If not specified, it will be the same with --container-runtime-endpoint by default. Unix Domain Socket are supported on Linux, while npipe and tcp endpoints are supported on Windows. Examples:'unix:///path/to/runtime.sock', 'npipe:////./pipe/runtime'
Mar 09 01:27:48 kind-control-plane kubelet[365]: --iptables-drop-bit int32 The bit of the fwmark space to mark packets for dropping. Must be within the range [0, 31]. (default 15) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --iptables-masquerade-bit int32 The bit of the fwmark space to mark packets for SNAT. Must be within the range [0, 31]. Please match this parameter with corresponding parameter in kube-proxy. (default 14) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --keep-terminated-pod-volumes Keep terminated pod volumes mounted to the node after the pod terminates. Can be useful for debugging volume related issues. (DEPRECATED: will be removed in a future version)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --kernel-memcg-notification If enabled, the kubelet will integrate with the kernel memcg notification to determine if memory eviction thresholds are crossed rather than polling. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --kube-api-burst int32 Burst to use while talking with kubernetes apiserver. The number must be >= 0. If 0 will use DefaultBurst: 10. Doesn't cover events and node heartbeat apis which rate limiting is controlled by a different set of flags (default 10) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --kube-api-content-type string Content type of requests sent to apiserver. (default "application/vnd.kubernetes.protobuf") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --kube-api-qps int32 QPS to use while talking with kubernetes apiserver. The number must be >= 0. If 0 will use DefaultQPS: 5. Doesn't cover events and node heartbeat apis which rate limiting is controlled by a different set of flags (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --kube-reserved mapStringString A set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=500Mi,ephemeral-storage=1Gi) pairs that describe resources reserved for kubernetes system components. Currently cpu, memory and local ephemeral storage for root file system are supported. See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ for more detail. [default=none] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --kube-reserved-cgroup string Absolute name of the top level cgroup that is used to manage kubernetes components for which compute resources were reserved via '--kube-reserved' flag. Ex. '/kube-reserved'. [default=''] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --kubeconfig string Path to a kubeconfig file, specifying how to connect to the API server. Providing --kubeconfig enables API server mode, omitting --kubeconfig enables standalone mode.
Mar 09 01:27:48 kind-control-plane kubelet[365]: --kubelet-cgroups string Optional absolute name of cgroups to create and run the Kubelet in. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --lock-file string <Warning: Alpha feature> The path to file for kubelet to use as a lock file.
Mar 09 01:27:48 kind-control-plane kubelet[365]: --log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --log-cadvisor-usage Whether to log the usage of the cAdvisor container (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --log-dir string If non-empty, write log files in this directory (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --log-file string If non-empty, use this log file (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --log-file-max-size uint Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --log-json-info-buffer-size quantity [Experimental] In JSON format with split output streams, the info messages can be buffered for a while to increase performance. The default value of zero bytes disables buffering. The size can be specified as number of bytes (512), multiples of 1000 (1K), multiples of 1024 (2Ki), or powers of those (3M, 4G, 5Mi, 6Gi). (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --log-json-split-stream [Experimental] In JSON format, write error messages to stderr and info messages to stdout. The default is to write a single stream to stdout. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --logging-format string Sets the log format. Permitted formats: "json", "text".
Mar 09 01:27:48 kind-control-plane kubelet[365]: Non-default formats don't honor these flags: --add-dir-header, --alsologtostderr, --log-backtrace-at, --log-dir, --log-file, --log-file-max-size, --logtostderr, --one-output, --skip-headers, --skip-log-headers, --stderrthreshold, --vmodule.
Mar 09 01:27:48 kind-control-plane kubelet[365]: Non-default choices are currently alpha and subject to change without warning. (default "text") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --logtostderr log to standard error instead of files (default true) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --machine-id-file string Comma-separated list of files to check for machine-id. Use the first one that exists. (default "/etc/machine-id,/var/lib/dbus/machine-id") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --make-iptables-util-chains If true, kubelet will ensure iptables utility rules are present on host. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --manifest-url string URL for accessing additional Pod specifications to run (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --manifest-url-header colonSeparatedMultimapStringString Comma-separated list of HTTP headers to use when accessing the url provided to --manifest-url. Multiple headers with the same name will be added in the same order provided. This flag can be repeatedly invoked. For example: --manifest-url-header 'a:hello,b:again,c:world' --manifest-url-header 'b:beautiful' (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --master-service-namespace string The namespace from which the kubernetes master services should be injected into pods (default "default") (DEPRECATED: This flag will be removed in a future version.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --max-open-files int Number of files that can be opened by Kubelet process. (default 1000000) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --max-pods int32 Number of Pods that can run on this Kubelet. (default 110) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --maximum-dead-containers int32 Maximum number of old instances of containers to retain globally. Each container takes up some disk space. To disable, set to a negative number. (default -1) (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --maximum-dead-containers-per-container int32 Maximum number of old instances to retain per container. Each container takes up some disk space. (default 1) (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --memory-manager-policy string Memory Manager policy to use. Possible values: 'None', 'Static'. (default "None") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --minimum-container-ttl-duration duration Minimum age for a finished container before it is garbage collected. Examples: '300ms', '10s' or '2h45m' (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --minimum-image-ttl-duration duration Minimum age for an unused image before it is garbage collected. Examples: '300ms', '10s' or '2h45m'. (default 2m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --node-ip string IP address (or comma-separated dual-stack IP addresses) of the node. If unset, kubelet will use the node's default IPv4 address, if any, or its default IPv6 address if it has no IPv4 addresses. You can pass '::' to make it prefer the default IPv6 address rather than the default IPv4 address.
Mar 09 01:27:48 kind-control-plane kubelet[365]: --node-labels mapStringString <Warning: Alpha feature> Labels to add when registering the node in the cluster. Labels must be key=value pairs separated by ','. Labels in the 'kubernetes.io' namespace must begin with an allowed prefix (kubelet.kubernetes.io, node.kubernetes.io) or be in the specifically allowed set (beta.kubernetes.io/arch, beta.kubernetes.io/instance-type, beta.kubernetes.io/os, failure-domain.beta.kubernetes.io/region, failure-domain.beta.kubernetes.io/zone, kubernetes.io/arch, kubernetes.io/hostname, kubernetes.io/os, node.kubernetes.io/instance-type, topology.kubernetes.io/region, topology.kubernetes.io/zone)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --node-status-max-images int32 The maximum number of images to report in Node.Status.Images. If -1 is specified, no cap will be applied. (default 50) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --node-status-update-frequency duration Specifies how often kubelet posts node status to master. Note: be cautious when changing the constant, it must work with nodeMonitorGracePeriod in nodecontroller. (default 10s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --one-output If true, only write logs to their native severity level (vs also writing to each lower severity level) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --oom-score-adj int32 The oom-score-adj value for kubelet process. Values must be within the range [-1000, 1000] (default -999) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --pod-cidr string The CIDR to use for pod IP addresses, only used in standalone mode. In cluster mode, this is obtained from the master. For IPv6, the maximum number of IP's allocated is 65536 (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --pod-infra-container-image string Specified image will not be pruned by the image garbage collector. CRI implementations have their own configuration to set this image. (default "registry.k8s.io/pause:3.7") (DEPRECATED: will be removed in 1.27. Image garbage collector will get sandbox image information from CRI.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --pod-manifest-path string Path to the directory containing static pod files to run, or the path to a single static pod file. Files starting with dots will be ignored. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --pod-max-pids int Set the maximum number of processes per pod. If -1, the kubelet defaults to the node allocatable pid capacity. (default -1) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --pods-per-core int32 Number of Pods per core that can run on this Kubelet. The total number of Pods on this Kubelet cannot exceed max-pods, so max-pods will be used if this calculation results in a larger number of Pods allowed on the Kubelet. A value of 0 disables this limit. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --port int32 The port for the Kubelet to serve on. (default 10250) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --protect-kernel-defaults Default kubelet behaviour for kernel tuning. If set, kubelet errors if any of kernel tunables is different than kubelet defaults. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --provider-id string Unique identifier for identifying the node in a machine database, i.e cloudprovider (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --qos-reserved mapStringString <Warning: Alpha feature> A set of ResourceName=Percentage (e.g. memory=50%) pairs that describe how pod resource requests are reserved at the QoS level. Currently only memory is supported. Requires the QOSReserved feature gate to be enabled. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --read-only-port int32 The read-only port for the Kubelet to serve on with no authentication/authorization (set to 0 to disable) (default 10255) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --register-node Register the node with the apiserver. If --kubeconfig is not provided, this flag is irrelevant, as the Kubelet won't have an apiserver to register with. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --register-schedulable Register the node as schedulable. Won't have any effect if register-node is false. (default true) (DEPRECATED: will be removed in a future version)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --register-with-taints []v1.Taint Register the node with the given list of taints (comma separated "<key>=<value>:<effect>"). No-op if register-node is false. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --registry-burst int32 Maximum size of a bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry-qps. Only used if --registry-qps > 0 (default 10) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --registry-qps int32 If > 0, limit registry pull QPS to this value. If 0, unlimited. (default 5) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --reserved-cpus string A comma-separated list of CPUs or CPU ranges that are reserved for system and kubernetes usage. This specific list will supersede cpu counts in --system-reserved and --kube-reserved. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --reserved-memory reserved-memory A comma separated list of memory reservations for NUMA nodes. (e.g. --reserved-memory 0:memory=1Gi,hugepages-1M=2Gi --reserved-memory 1:memory=2Gi). The total sum for each memory type should be equal to the sum of kube-reserved, system-reserved and eviction-threshold. See https://kubernetes.io/docs/tasks/administer-cluster/memory-manager/#reserved-memory-flag for more details. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --resolv-conf string Resolver configuration file used as the basis for the container DNS resolution configuration. (default "/etc/resolv.conf") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --root-dir string Directory path for managing kubelet files (volume mounts,etc). (default "/var/lib/kubelet")
Mar 09 01:27:48 kind-control-plane kubelet[365]: --rotate-certificates <Warning: Beta feature> Auto rotate the kubelet client certificates by requesting new certificates from the kube-apiserver when the certificate expiration approaches. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --rotate-server-certificates Auto-request and rotate the kubelet serving certificates by requesting new certificates from the kube-apiserver when the certificate expiration approaches. Requires the RotateKubeletServerCertificate feature gate to be enabled, and approval of the submitted CertificateSigningRequest objects. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --runonce If true, exit after spawning pods from static pod files or remote urls. Exclusive with --enable-server (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --runtime-cgroups string Optional absolute name of cgroups to create and run the runtime in.
Mar 09 01:27:48 kind-control-plane kubelet[365]: --runtime-request-timeout duration Timeout of all runtime requests except long running request - pull, logs, exec and attach. When timeout exceeded, kubelet will cancel the request, throw out an error and retry later. (default 2m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --seccomp-default RuntimeDefault <Warning: Alpha feature> Enable the use of RuntimeDefault as the default seccomp profile for all workloads. The SeccompDefault feature gate must be enabled to allow this flag, which is disabled per default.
Mar 09 01:27:48 kind-control-plane kubelet[365]: --serialize-image-pulls Pull images one at a time. We recommend *not* changing the default value on nodes that run docker daemon with version < 1.9 or an Aufs storage backend. Issue #10959 has more details. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --skip-headers If true, avoid header prefixes in the log messages (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --skip-log-headers If true, avoid headers when opening log files (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --stderrthreshold severity logs at or above this threshold go to stderr (default 2) (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --storage-driver-buffer-duration duration Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s) (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --storage-driver-db string database name (default "cadvisor") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --storage-driver-host string database host:port (default "localhost:8086") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --storage-driver-password string database password (default "root") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --storage-driver-secure use secure connection with database (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --storage-driver-table string table name (default "stats") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --storage-driver-user string database username (default "root") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --streaming-connection-idle-timeout duration Maximum time a streaming connection can be idle before the connection is automatically closed. 0 indicates no timeout. Example: '5m'. Note: All connections to the kubelet server have a maximum duration of 4 hours. (default 4h0m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --sync-frequency duration Max period between synchronizing running containers and config (default 1m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --system-cgroups string Optional absolute name of cgroups in which to place all non-kernel processes that are not already inside a cgroup under '/'. Empty for no container. Rolling back the flag requires a reboot. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --system-reserved mapStringString A set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=500Mi,ephemeral-storage=1Gi) pairs that describe resources reserved for non-kubernetes components. Currently only cpu and memory are supported. See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ for more detail. [default=none] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --system-reserved-cgroup string Absolute name of the top level cgroup that is used to manage non-kubernetes components for which compute resources were reserved via '--system-reserved' flag. Ex. '/system-reserved'. [default=''] (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --tls-cert-file string File containing x509 Certificate used for serving HTTPS (with intermediate certs, if any, concatenated after server cert). If --tls-cert-file and --tls-private-key-file are not provided, a self-signed certificate and key are generated for the public address and saved to the directory passed to --cert-dir. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --tls-cipher-suites strings Comma-separated list of cipher suites for the server. If omitted, the default Go cipher suites will be used.
Mar 09 01:27:48 kind-control-plane kubelet[365]: Preferred values: TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384.
Mar 09 01:27:48 kind-control-plane kubelet[365]: Insecure values: TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_RC4_128_SHA, TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH_3DES_EDE_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_RC4_128_SHA. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --tls-min-version string Minimum TLS version supported. Possible values: VersionTLS10, VersionTLS11, VersionTLS12, VersionTLS13 (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --tls-private-key-file string File containing x509 private key matching --tls-cert-file. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --topology-manager-policy string Topology Manager policy to use. Possible values: 'none', 'best-effort', 'restricted', 'single-numa-node'. (default "none") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --topology-manager-scope string Scope to which topology hints applied. Topology Manager collects hints from Hint Providers and applies them to defined scope to ensure the pod admission. Possible values: 'container', 'pod'. (default "container") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: -v, --v Level number for the log level verbosity
Mar 09 01:27:48 kind-control-plane kubelet[365]: --version version[=true] Print version information and quit
Mar 09 01:27:48 kind-control-plane kubelet[365]: --vmodule pattern=N,... comma-separated list of pattern=N settings for file-filtered logging (only works for text log format)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --volume-plugin-dir string The full path of the directory in which to search for additional third party volume plugins (default "/usr/libexec/kubernetes/kubelet-plugins/volume/exec/") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: --volume-stats-agg-period duration Specifies interval for kubelet to calculate and cache the volume disk usage for all pods and volumes. To disable volume calculations, set to a negative number. (default 1m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:48 kind-control-plane kubelet[365]: Error: failed to run Kubelet: invalid configuration: cgroup ["kubelet"] has some missing paths: /sys/fs/cgroup/cpuset/kubelet.slice, /sys/fs/cgroup/pids/kubelet.slice, /sys/fs/cgroup/cpuacct/kubelet.slice, /sys/fs/cgroup/cpu/kubelet.slice, /sys/fs/cgroup/hugetlb/kubelet.slice, /sys/fs/cgroup/systemd/kubelet.slice, /sys/fs/cgroup/memory/kubelet.slice
Mar 09 01:27:48 kind-control-plane systemd[1]: kubelet.service: Main process exited, code=exited, status=1/FAILURE
Mar 09 01:27:48 kind-control-plane systemd[1]: kubelet.service: Failed with result 'exit-code'.
Mar 09 01:27:49 kind-control-plane systemd[1]: kubelet.service: Scheduled restart job, restart counter is at 8.
Mar 09 01:27:49 kind-control-plane systemd[1]: Stopped kubelet: The Kubernetes Node Agent.
Mar 09 01:27:49 kind-control-plane systemd[1]: Starting kubelet: The Kubernetes Node Agent...
Mar 09 01:27:49 kind-control-plane systemd[1]: Started kubelet: The Kubernetes Node Agent.
Mar 09 01:27:50 kind-control-plane kubelet[379]: Flag --container-runtime has been deprecated, will be removed in 1.27 as the only valid value is 'remote'
Mar 09 01:27:50 kind-control-plane kubelet[379]: Flag --pod-infra-container-image has been deprecated, will be removed in 1.27. Image garbage collector will get sandbox image information from CRI.
Mar 09 01:27:50 kind-control-plane kubelet[379]: Flag --provider-id has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:50 kind-control-plane kubelet[379]: Flag --fail-swap-on has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:50 kind-control-plane kubelet[379]: Flag --cgroup-root has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:50 kind-control-plane kubelet[379]: I0309 01:27:50.043267 379 server.go:193] "--pod-infra-container-image will not be pruned by the image garbage collector in kubelet and should also be set in the remote runtime"
Mar 09 01:27:50 kind-control-plane kubelet[379]: Flag --container-runtime has been deprecated, will be removed in 1.27 as the only valid value is 'remote'
Mar 09 01:27:50 kind-control-plane kubelet[379]: Flag --pod-infra-container-image has been deprecated, will be removed in 1.27. Image garbage collector will get sandbox image information from CRI.
Mar 09 01:27:50 kind-control-plane kubelet[379]: Flag --provider-id has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:50 kind-control-plane kubelet[379]: Flag --fail-swap-on has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:50 kind-control-plane kubelet[379]: Flag --cgroup-root has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
Mar 09 01:27:50 kind-control-plane kubelet[379]: I0309 01:27:50.055193 379 server.go:399] "Kubelet version" kubeletVersion="v1.24.10-sieve-5c1d2d4295f9b4eb12bfbf6429fdf989f2ca8a02-dirty"
Mar 09 01:27:50 kind-control-plane kubelet[379]: I0309 01:27:50.055255 379 server.go:401] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
Mar 09 01:27:50 kind-control-plane kubelet[379]: I0309 01:27:50.055575 379 server.go:813] "Client rotation is on, will bootstrap in background"
Mar 09 01:27:50 kind-control-plane kubelet[379]: I0309 01:27:50.057536 379 certificate_store.go:130] Loading cert/key pair from "/var/lib/kubelet/pki/kubelet-client-current.pem".
Mar 09 01:27:50 kind-control-plane kubelet[379]: I0309 01:27:50.058620 379 dynamic_cafile_content.go:157] "Starting controller" name="client-ca-bundle::/etc/kubernetes/pki/ca.crt"
Mar 09 01:27:50 kind-control-plane kubelet[379]: W0309 01:27:50.064863 379 sysinfo.go:203] Nodes topology is not available, providing CPU topology
Mar 09 01:27:50 kind-control-plane kubelet[379]: Error: failed to run Kubelet: invalid configuration: cgroup ["kubelet"] has some missing paths: /sys/fs/cgroup/systemd/kubelet.slice, /sys/fs/cgroup/memory/kubelet.slice, /sys/fs/cgroup/cpuset/kubelet.slice, /sys/fs/cgroup/hugetlb/kubelet.slice, /sys/fs/cgroup/cpuacct/kubelet.slice, /sys/fs/cgroup/pids/kubelet.slice, /sys/fs/cgroup/cpu/kubelet.slice
Mar 09 01:27:50 kind-control-plane kubelet[379]: Usage:
Mar 09 01:27:50 kind-control-plane kubelet[379]: kubelet [flags]
Mar 09 01:27:50 kind-control-plane kubelet[379]: Flags:
Mar 09 01:27:50 kind-control-plane kubelet[379]: --add-dir-header If true, adds the file directory to the header of the log messages (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:50 kind-control-plane kubelet[379]: --address ip The IP address for the Kubelet to serve on (set to '0.0.0.0' or '::' for listening in all interfaces and IP families) (default 0.0.0.0) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:50 kind-control-plane kubelet[379]: --allowed-unsafe-sysctls strings Comma-separated whitelist of unsafe sysctls or unsafe sysctl patterns (ending in *). Use these at your own risk. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:50 kind-control-plane kubelet[379]: --alsologtostderr log to standard error as well as files (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)
Mar 09 01:27:50 kind-control-plane kubelet[379]: --anonymous-auth Enables anonymous requests to the Kubelet server. Requests that are not rejected by another authentication method are treated as anonymous requests. Anonymous requests have a username of system:anonymous, and a group name of system:unauthenticated. (default true) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:50 kind-control-plane kubelet[379]: --application-metrics-count-limit int Max number of application metrics to store (per container) (default 100) (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
Mar 09 01:27:50 kind-control-plane kubelet[379]: --authentication-token-webhook Use the TokenReview API to determine authentication for bearer tokens. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:50 kind-control-plane kubelet[379]: --authentication-token-webhook-cache-ttl duration The duration to cache responses from the webhook token authenticator. (default 2m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:50 kind-control-plane kubelet[379]: --authorization-mode string Authorization mode for Kubelet server. Valid options are AlwaysAllow or Webhook. Webhook mode uses the SubjectAccessReview API to determine authorization. (default "AlwaysAllow") (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:50 kind-control-plane kubelet[379]: --authorization-webhook-cache-authorized-ttl duration The duration to cache 'authorized' responses from the webhook authorizer. (default 5m0s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:50 kind-control-plane kubelet[379]: --authorization-webhook-cache-unauthorized-ttl duration The duration to cache 'unauthorized' responses from the webhook authorizer. (default 30s) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
Mar 09 01:27:50 kind-control-plane kubelet[379]: --azure-container-registry-config string Path to the file containing Azure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment