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
223
[preflight] This might take a minute or two, depending on the speed of your internet connection
@@ -216,19 +226,19 @@ kubeadm init \
216
226
[kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
217
227
[kubelet-start] Activating the kubelet service
218
228
[certs] Using certificateDir folder "/etc/kubernetes/pki"
219
-
[certs] Generating "ca" certificate and key
220
-
[certs] Generating "apiserver" certificate and key
221
-
[certs] apiserver serving cert is signed for DNS names [k8s-master-1 kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local] and IPs [10.96.0.1 192.168.0.127]
222
-
[certs] Generating "apiserver-kubelet-client" certificate and key
223
229
[certs] Generating "front-proxy-ca" certificate and key
224
230
[certs] Generating "front-proxy-client" certificate and key
225
231
[certs] Generating "etcd/ca" certificate and key
226
232
[certs] Generating "etcd/server" certificate and key
227
233
[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
229
234
[certs] Generating "etcd/peer" certificate and key
230
235
[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
236
[certs] Generating "etcd/healthcheck-client" certificate and key
237
+
[certs] Generating "apiserver-etcd-client" certificate and key
238
+
[certs] Generating "ca" certificate and key
239
+
[certs] Generating "apiserver-kubelet-client" certificate and key
240
+
[certs] Generating "apiserver" certificate and key
241
+
[certs] apiserver serving cert is signed for DNS names [k8s-master-1 kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local] and IPs [10.96.0.1 192.168.0.127]
232
242
[certs] Generating "sa" key and public key
233
243
[kubeconfig] Using kubeconfig folder "/etc/kubernetes"
234
244
[kubeconfig] Writing "admin.conf" kubeconfig file
@@ -241,13 +251,13 @@ kubeadm init \
241
251
[control-plane] Creating static Pod manifest for "kube-scheduler"
242
252
[etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
243
253
[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
-
[apiclient] All control plane components are healthy after 18.002437 seconds
254
+
[apiclient] All control plane components are healthy after 19.001686 seconds
245
255
[uploadconfig] storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
246
256
[kubelet] Creating a ConfigMap "kubelet-config-1.13" in namespace kube-system with the configuration for the kubelets in the cluster
247
257
[patchnode] Uploading the CRI Socket information "/var/run/dockershim.sock" to the Node API object "k8s-master-1" as an annotation
248
258
[mark-control-plane] Marking the node k8s-master-1 as control-plane by adding the label "node-role.kubernetes.io/master=''"
249
259
[mark-control-plane] Marking the node k8s-master-1 as control-plane by adding the taints [node-role.kubernetes.io/master:NoSchedule]
250
-
[bootstrap-token] Using token: yes6xf.5huewerdtfxafde5
260
+
[bootstrap-token] Using token: 8tpo9l.jlw135r8559kaad4
0 commit comments