You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[preflight] Pulling images required for setting up a Kubernetes cluster
213
213
[preflight] This might take a minute or two, depending on the speed of your internet connection
@@ -223,12 +223,12 @@ kubeadm init \
223
223
[certs] Generating "front-proxy-ca" certificate and key
224
224
[certs] Generating "front-proxy-client" certificate and key
225
225
[certs] Generating "etcd/ca" certificate and key
226
-
[certs] Generating "etcd/healthcheck-client" certificate and key
227
-
[certs] Generating "apiserver-etcd-client" certificate and key
228
226
[certs] Generating "etcd/server" certificate and key
229
227
[certs] etcd/server serving cert is signed for DNS names [k8s-master-1 localhost] and IPs [192.168.0.127 127.0.0.1 ::1]
228
+
[certs] Generating "apiserver-etcd-client" certificate and key
230
229
[certs] Generating "etcd/peer" certificate and key
231
230
[certs] etcd/peer serving cert is signed for DNS names [k8s-master-1 localhost] and IPs [192.168.0.127 127.0.0.1 ::1]
231
+
[certs] Generating "etcd/healthcheck-client" certificate and key
232
232
[certs] Generating "sa" key and public key
233
233
[kubeconfig] Using kubeconfig folder "/etc/kubernetes"
234
234
[kubeconfig] Writing "admin.conf" kubeconfig file
@@ -241,14 +241,13 @@ kubeadm init \
241
241
[control-plane] Creating static Pod manifest for "kube-scheduler"
242
242
[etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
243
243
[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
244
-
[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
245
-
[apiclient] All control plane components are healthy after 32.002189 seconds
244
+
[apiclient] All control plane components are healthy after 18.002437 seconds
246
245
[uploadconfig] storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
247
246
[kubelet] Creating a ConfigMap "kubelet-config-1.13" in namespace kube-system with the configuration for the kubelets in the cluster
248
247
[patchnode] Uploading the CRI Socket information "/var/run/dockershim.sock" to the Node API object "k8s-master-1" as an annotation
249
248
[mark-control-plane] Marking the node k8s-master-1 as control-plane by adding the label "node-role.kubernetes.io/master=''"
250
249
[mark-control-plane] Marking the node k8s-master-1 as control-plane by adding the taints [node-role.kubernetes.io/master:NoSchedule]
251
-
[bootstrap-token] Using token: 3ag6sz.y8rmcz5xec50xkz1
250
+
[bootstrap-token] Using token: yes6xf.5huewerdtfxafde5
0 commit comments