Created
October 2, 2018 16:59
-
-
Save sebastien-prudhomme/27f05e1119905e59808f25b725a44731 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rke up | |
INFO[0000] Building Kubernetes cluster | |
INFO[0000] [dialer] Setup tunnel for host [192.168.99.100] | |
INFO[0000] [network] Deploying port listener containers | |
INFO[0000] [network] Pulling image [rancher/rke-tools:v0.1.13] on host [192.168.99.100] | |
INFO[0031] [network] Successfully pulled image [rancher/rke-tools:v0.1.13] on host [192.168.99.100] | |
INFO[0032] [network] Successfully started [rke-etcd-port-listener] container on host [192.168.99.100] | |
INFO[0033] [network] Successfully started [rke-cp-port-listener] container on host [192.168.99.100] | |
INFO[0033] [network] Successfully started [rke-worker-port-listener] container on host [192.168.99.100] | |
INFO[0033] [network] Port listener containers deployed successfully | |
INFO[0033] [network] Running control plane -> etcd port checks | |
INFO[0033] [network] Successfully started [rke-port-checker] container on host [192.168.99.100] | |
INFO[0033] [network] Running control plane -> worker port checks | |
INFO[0033] [network] Successfully started [rke-port-checker] container on host [192.168.99.100] | |
INFO[0033] [network] Running workers -> control plane port checks | |
INFO[0034] [network] Successfully started [rke-port-checker] container on host [192.168.99.100] | |
INFO[0034] [network] Checking KubeAPI port Control Plane hosts | |
INFO[0034] [network] Removing port listener containers | |
INFO[0034] [remove/rke-etcd-port-listener] Successfully removed container on host [192.168.99.100] | |
INFO[0034] [remove/rke-cp-port-listener] Successfully removed container on host [192.168.99.100] | |
INFO[0034] [remove/rke-worker-port-listener] Successfully removed container on host [192.168.99.100] | |
INFO[0034] [network] Port listener containers removed successfully | |
INFO[0034] [certificates] Attempting to recover certificates from backup on [etcd,controlPlane] hosts | |
INFO[0034] [certificates] Successfully started [cert-fetcher] container on host [192.168.99.100] | |
INFO[0034] [certificates] No Certificate backup found on [etcd,controlPlane] hosts | |
INFO[0034] [certificates] Generating CA kubernetes certificates | |
INFO[0034] [certificates] Generating Kubernetes API server certificates | |
INFO[0034] [certificates] Generating Kube Controller certificates | |
INFO[0034] [certificates] Generating Kube Scheduler certificates | |
INFO[0035] [certificates] Generating Kube Proxy certificates | |
INFO[0035] [certificates] Generating Node certificate | |
INFO[0035] [certificates] Generating admin certificates and kubeconfig | |
INFO[0035] [certificates] Generating etcd-192.168.99.100 certificate and key | |
INFO[0035] [certificates] Generating Kubernetes API server aggregation layer requestheader client CA certificates | |
INFO[0035] [certificates] Generating Kubernetes API server proxy client certificates | |
INFO[0036] [certificates] Temporarily saving certs to [etcd,controlPlane] hosts | |
INFO[0041] [certificates] Saved certs to [etcd,controlPlane] hosts | |
INFO[0041] [reconcile] Reconciling cluster state | |
INFO[0041] [reconcile] This is newly generated cluster | |
INFO[0041] [certificates] Deploying kubernetes certificates to Cluster nodes | |
INFO[0047] Successfully Deployed local admin kubeconfig at [./kube_config_cluster.yml] | |
INFO[0047] [certificates] Successfully deployed kubernetes certificates to Cluster nodes | |
INFO[0047] Pre-pulling kubernetes images | |
INFO[0047] [pre-deploy] Pulling image [rancher/hyperkube:v1.11.1-rancher1] on host [192.168.99.100] | |
INFO[0229] [pre-deploy] Successfully pulled image [rancher/hyperkube:v1.11.1-rancher1] on host [192.168.99.100] | |
INFO[0229] Kubernetes images pulled successfully | |
INFO[0230] [etcd] Building up etcd plane.. | |
INFO[0230] [etcd] Pulling image [rancher/coreos-etcd:v3.2.18] on host [192.168.99.100] | |
INFO[0243] [etcd] Successfully pulled image [rancher/coreos-etcd:v3.2.18] on host [192.168.99.100] | |
INFO[0244] [etcd] Successfully started [etcd] container on host [192.168.99.100] | |
INFO[0244] [etcd] Successfully started [rke-log-linker] container on host [192.168.99.100] | |
INFO[0244] [remove/rke-log-linker] Successfully removed container on host [192.168.99.100] | |
INFO[0244] [etcd] Successfully started etcd plane.. | |
INFO[0244] [controlplane] Building up Controller Plane.. | |
INFO[0245] [controlplane] Successfully started [kube-apiserver] container on host [192.168.99.100] | |
INFO[0245] [healthcheck] Start Healthcheck on service [kube-apiserver] on host [192.168.99.100] | |
INFO[0258] [healthcheck] service [kube-apiserver] on host [192.168.99.100] is healthy | |
INFO[0258] [controlplane] Successfully started [rke-log-linker] container on host [192.168.99.100] | |
INFO[0258] [remove/rke-log-linker] Successfully removed container on host [192.168.99.100] | |
INFO[0258] [controlplane] Successfully started [kube-controller-manager] container on host [192.168.99.100] | |
INFO[0258] [healthcheck] Start Healthcheck on service [kube-controller-manager] on host [192.168.99.100] | |
INFO[0264] [healthcheck] service [kube-controller-manager] on host [192.168.99.100] is healthy | |
INFO[0264] [controlplane] Successfully started [rke-log-linker] container on host [192.168.99.100] | |
INFO[0264] [remove/rke-log-linker] Successfully removed container on host [192.168.99.100] | |
INFO[0264] [controlplane] Successfully started [kube-scheduler] container on host [192.168.99.100] | |
INFO[0264] [healthcheck] Start Healthcheck on service [kube-scheduler] on host [192.168.99.100] | |
INFO[0269] [healthcheck] service [kube-scheduler] on host [192.168.99.100] is healthy | |
INFO[0269] [controlplane] Successfully started [rke-log-linker] container on host [192.168.99.100] | |
INFO[0269] [remove/rke-log-linker] Successfully removed container on host [192.168.99.100] | |
INFO[0269] [controlplane] Successfully started Controller Plane.. | |
INFO[0269] [authz] Creating rke-job-deployer ServiceAccount | |
INFO[0269] [authz] rke-job-deployer ServiceAccount created successfully | |
INFO[0269] [authz] Creating system:node ClusterRoleBinding | |
INFO[0269] [authz] system:node ClusterRoleBinding created successfully | |
INFO[0269] [certificates] Save kubernetes certificates as secrets | |
INFO[0269] [certificates] Successfully saved certificates as kubernetes secret [k8s-certs] | |
INFO[0269] [state] Saving cluster state to Kubernetes | |
INFO[0270] [state] Successfully Saved cluster state to Kubernetes ConfigMap: cluster-state | |
INFO[0270] [worker] Building up Worker Plane.. | |
INFO[0270] [remove/service-sidekick] Successfully removed container on host [192.168.99.100] | |
INFO[0270] [worker] Successfully started [kubelet] container on host [192.168.99.100] | |
INFO[0270] [healthcheck] Start Healthcheck on service [kubelet] on host [192.168.99.100] | |
INFO[0276] [healthcheck] service [kubelet] on host [192.168.99.100] is healthy | |
INFO[0276] [worker] Successfully started [rke-log-linker] container on host [192.168.99.100] | |
INFO[0276] [remove/rke-log-linker] Successfully removed container on host [192.168.99.100] | |
INFO[0276] [worker] Successfully started [kube-proxy] container on host [192.168.99.100] | |
INFO[0276] [healthcheck] Start Healthcheck on service [kube-proxy] on host [192.168.99.100] | |
INFO[0281] [healthcheck] service [kube-proxy] on host [192.168.99.100] is healthy | |
INFO[0282] [worker] Successfully started [rke-log-linker] container on host [192.168.99.100] | |
INFO[0282] [remove/rke-log-linker] Successfully removed container on host [192.168.99.100] | |
INFO[0282] [worker] Successfully started Worker Plane.. | |
INFO[0282] [sync] Syncing nodes Labels and Taints | |
INFO[0282] [sync] Successfully synced nodes Labels and Taints | |
INFO[0282] [network] Setting up network plugin: canal | |
INFO[0282] [addons] Saving addon ConfigMap to Kubernetes | |
INFO[0282] [addons] Successfully Saved addon to Kubernetes ConfigMap: rke-network-plugin | |
INFO[0282] [addons] Executing deploy job.. | |
INFO[0292] [addons] Setting up KubeDNS | |
INFO[0292] [addons] Saving addon ConfigMap to Kubernetes | |
INFO[0292] [addons] Successfully Saved addon to Kubernetes ConfigMap: rke-kubedns-addon | |
INFO[0292] [addons] Executing deploy job.. | |
INFO[0297] [addons] KubeDNS deployed successfully.. | |
INFO[0297] [addons] Setting up Metrics Server | |
INFO[0297] [addons] Saving addon ConfigMap to Kubernetes | |
INFO[0297] [addons] Successfully Saved addon to Kubernetes ConfigMap: rke-metrics-addon | |
INFO[0297] [addons] Executing deploy job.. | |
INFO[0302] [addons] KubeDNS deployed successfully.. | |
INFO[0302] [ingress] Setting up nginx ingress controller | |
INFO[0302] [addons] Saving addon ConfigMap to Kubernetes | |
INFO[0303] [addons] Successfully Saved addon to Kubernetes ConfigMap: rke-ingress-controller | |
INFO[0303] [addons] Executing deploy job.. | |
INFO[0308] [ingress] ingress controller nginx is successfully deployed | |
INFO[0308] [addons] Setting up user addons | |
INFO[0308] [addons] no user addons defined | |
INFO[0308] Finished building Kubernetes cluster successfully |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment