cd build/ ./run.sh make kubeadm +++ [0612 01:11:16] Verifying Prerequisites.... +++ [0612 01:11:16] Building Docker image kube-build:build-3c3906e106-5-v1.28.0-go1.22.8-bullseye.0 +++ [0612 01:11:30] Creating data container kube-build-data-3c3906e106-5-v1.28.0-go1.22.8-bullseye.0 +++ [0612 01:11:30] Syncing sources to container +++ [0612 01:11:35] Output from this container will be rsynced out upon completion. Set KUBE_RUN_COPY_OUTPUT=n to disable. +++ [0612 01:11:35] Running build command... Go version: go version go1.22.8 linux/amd64 +++ [0612 01:11:35] Building go targets for linux/amd64 k8s.io/kubernetes/cmd/kubeadm (static) Env for linux/amd64: GOOS=linux GOARCH=amd64 GOROOT=/usr/local/go CGO_ENABLED= CC= Coverage is disabled. +++ [0612 01:12:07] Placing binaries +++ [0612 01:12:08] Syncing out of container
cd ~ kubeadm init --config=kubeadm.yaml ... Your Kubernetes control-plane has initialized successfully!
kubectl get nodes NAME STATUS ROLES AGE VERSION test NotReady control-plane 89s v1.28.1
kubeadm certs check-expiration [check-expiration] Reading configuration from the cluster... [check-expiration] FYI: You can look at this config file with 'kubectl -n kube-system get cm kubeadm-config -o yaml'
CERTIFICATE EXPIRES RESIDUAL TIME CERTIFICATE AUTHORITY EXTERNALLY MANAGED admin.conf Jun 10, 2035 05:16 UTC 9y ca no apiserver Jun 10, 2035 05:16 UTC 9y ca no apiserver-etcd-client Jun 10, 2035 05:16 UTC 9y etcd-ca no apiserver-kubelet-client Jun 10, 2035 05:16 UTC 9y ca no controller-manager.conf Jun 10, 2035 05:16 UTC 9y ca no etcd-healthcheck-client Jun 10, 2035 05:16 UTC 9y etcd-ca no etcd-peer Jun 10, 2035 05:16 UTC 9y etcd-ca no etcd-server Jun 10, 2035 05:16 UTC 9y etcd-ca no front-proxy-client Jun 10, 2035 05:16 UTC 9y front-proxy-ca no scheduler.conf Jun 10, 2035 05:16 UTC 9y ca no
CERTIFICATE AUTHORITY EXPIRES RESIDUAL TIME EXTERNALLY MANAGED ca Jun 10, 2035 05:16 UTC 9y no etcd-ca Jun 10, 2035 05:16 UTC 9y no front-proxy-ca Jun 10, 2035 05:16 UTC 9y no