Created
October 31, 2018 19:50
-
-
Save sebastien-prudhomme/e200293cf68261cbf0174aedded6ad0b 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] [dialer] Setup tunnel for host [192.168.99.101] | |
INFO[0000] [state] Found local kube config file, trying to get state from cluster | |
INFO[0000] [state] Fetching cluster state from Kubernetes | |
INFO[0000] [state] Successfully Fetched cluster state to Kubernetes ConfigMap: cluster-state | |
INFO[0000] [certificates] Getting Cluster certificates from Kubernetes | |
INFO[0000] [certificates] Successfully fetched Cluster certificates from Kubernetes | |
INFO[0000] [network] Deploying port listener containers | |
INFO[0000] [network] Pulling image [rancher/rke-tools:v0.1.13] on host [192.168.99.101] | |
INFO[0033] [network] Successfully pulled image [rancher/rke-tools:v0.1.13] on host [192.168.99.101] | |
INFO[0033] [network] Successfully started [rke-worker-port-listener] container on host [192.168.99.101] | |
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[0034] [network] Running workers -> control plane port checks | |
INFO[0034] [network] Successfully started [rke-port-checker] container on host [192.168.99.101] | |
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-worker-port-listener] Successfully removed container on host [192.168.99.101] | |
INFO[0034] [network] Port listener containers removed successfully | |
INFO[0035] [reconcile] Reconciling cluster state | |
INFO[0035] [reconcile] Check etcd hosts to be deleted | |
INFO[0035] [reconcile] Check etcd hosts to be added | |
INFO[0035] [reconcile] Rebuilding and updating local kube config | |
INFO[0035] Successfully Deployed local admin kubeconfig at [./kube_config_cluster.yml] | |
INFO[0035] [reconcile] host [192.168.99.100] is active master on the cluster | |
INFO[0035] [reconcile] Reconciled cluster state successfully | |
INFO[0035] [certificates] Deploying kubernetes certificates to Cluster nodes | |
INFO[0040] Successfully Deployed local admin kubeconfig at [./kube_config_cluster.yml] | |
INFO[0040] [certificates] Successfully deployed kubernetes certificates to Cluster nodes | |
INFO[0040] Pre-pulling kubernetes images | |
INFO[0040] [pre-deploy] Pulling image [rancher/hyperkube:v1.11.1-rancher1] on host [192.168.99.101] | |
INFO[0216] [pre-deploy] Successfully pulled image [rancher/hyperkube:v1.11.1-rancher1] on host [192.168.99.101] | |
INFO[0216] Kubernetes images pulled successfully | |
INFO[0216] [etcd] Building up etcd plane.. | |
INFO[0217] [etcd] Successfully started [rke-log-linker] container on host [192.168.99.100] | |
INFO[0217] [remove/rke-log-linker] Successfully removed container on host [192.168.99.100] | |
INFO[0217] [etcd] Successfully started etcd plane.. | |
INFO[0217] [controlplane] Building up Controller Plane.. | |
INFO[0217] [remove/service-sidekick] Successfully removed container on host [192.168.99.100] | |
INFO[0217] [healthcheck] Start Healthcheck on service [kube-apiserver] on host [192.168.99.100] | |
INFO[0217] [healthcheck] service [kube-apiserver] on host [192.168.99.100] is healthy | |
INFO[0217] [controlplane] Successfully started [rke-log-linker] container on host [192.168.99.100] | |
INFO[0218] [remove/rke-log-linker] Successfully removed container on host [192.168.99.100] | |
INFO[0218] [healthcheck] Start Healthcheck on service [kube-controller-manager] on host [192.168.99.100] | |
INFO[0218] [healthcheck] service [kube-controller-manager] on host [192.168.99.100] is healthy | |
INFO[0218] [controlplane] Successfully started [rke-log-linker] container on host [192.168.99.100] | |
INFO[0218] [remove/rke-log-linker] Successfully removed container on host [192.168.99.100] | |
INFO[0218] [healthcheck] Start Healthcheck on service [kube-scheduler] on host [192.168.99.100] | |
INFO[0218] [healthcheck] service [kube-scheduler] on host [192.168.99.100] is healthy | |
INFO[0219] [controlplane] Successfully started [rke-log-linker] container on host [192.168.99.100] | |
INFO[0219] [remove/rke-log-linker] Successfully removed container on host [192.168.99.100] | |
INFO[0219] [controlplane] Successfully started Controller Plane.. | |
INFO[0219] [authz] Creating rke-job-deployer ServiceAccount | |
INFO[0219] [authz] rke-job-deployer ServiceAccount created successfully | |
INFO[0219] [authz] Creating system:node ClusterRoleBinding | |
INFO[0219] [authz] system:node ClusterRoleBinding created successfully | |
INFO[0219] [certificates] Save kubernetes certificates as secrets | |
INFO[0221] [certificates] Successfully saved certificates as kubernetes secret [k8s-certs] | |
INFO[0221] [state] Saving cluster state to Kubernetes | |
INFO[0222] [state] Successfully Saved cluster state to Kubernetes ConfigMap: cluster-state | |
INFO[0222] [worker] Building up Worker Plane.. | |
INFO[0222] [remove/service-sidekick] Successfully removed container on host [192.168.99.100] | |
INFO[0222] [healthcheck] Start Healthcheck on service [kubelet] on host [192.168.99.100] | |
INFO[0222] [healthcheck] service [kubelet] on host [192.168.99.100] is healthy | |
INFO[0222] [worker] Successfully started [nginx-proxy] container on host [192.168.99.101] | |
INFO[0222] [worker] Successfully started [rke-log-linker] container on host [192.168.99.100] | |
INFO[0222] [worker] Successfully started [rke-log-linker] container on host [192.168.99.101] | |
INFO[0222] [remove/rke-log-linker] Successfully removed container on host [192.168.99.100] | |
INFO[0222] [healthcheck] Start Healthcheck on service [kube-proxy] on host [192.168.99.100] | |
INFO[0222] [remove/rke-log-linker] Successfully removed container on host [192.168.99.101] | |
INFO[0222] [healthcheck] service [kube-proxy] on host [192.168.99.100] is healthy | |
INFO[0222] [worker] Successfully started [kubelet] container on host [192.168.99.101] | |
INFO[0222] [healthcheck] Start Healthcheck on service [kubelet] on host [192.168.99.101] | |
INFO[0223] [worker] Successfully started [rke-log-linker] container on host [192.168.99.100] | |
INFO[0223] [remove/rke-log-linker] Successfully removed container on host [192.168.99.100] | |
INFO[0228] [healthcheck] service [kubelet] on host [192.168.99.101] is healthy | |
INFO[0228] [worker] Successfully started [rke-log-linker] container on host [192.168.99.101] | |
INFO[0228] [remove/rke-log-linker] Successfully removed container on host [192.168.99.101] | |
INFO[0228] [worker] Successfully started [kube-proxy] container on host [192.168.99.101] | |
INFO[0228] [healthcheck] Start Healthcheck on service [kube-proxy] on host [192.168.99.101] | |
INFO[0233] [healthcheck] service [kube-proxy] on host [192.168.99.101] is healthy | |
INFO[0233] [worker] Successfully started [rke-log-linker] container on host [192.168.99.101] | |
INFO[0234] [remove/rke-log-linker] Successfully removed container on host [192.168.99.101] | |
INFO[0234] [worker] Successfully started Worker Plane.. | |
INFO[0234] [cleanup] Successfully started [rke-log-cleaner] container on host [192.168.99.101] | |
INFO[0234] [remove/rke-log-cleaner] Successfully removed container on host [192.168.99.101] | |
INFO[0234] [sync] Syncing nodes Labels and Taints | |
INFO[0234] [sync] Successfully synced nodes Labels and Taints | |
INFO[0234] [network] Setting up network plugin: canal | |
INFO[0234] [addons] Saving addon ConfigMap to Kubernetes | |
INFO[0234] [addons] Successfully Saved addon to Kubernetes ConfigMap: rke-network-plugin | |
INFO[0234] [addons] Executing deploy job.. | |
INFO[0234] [addons] Setting up KubeDNS | |
INFO[0234] [addons] Saving addon ConfigMap to Kubernetes | |
INFO[0234] [addons] Successfully Saved addon to Kubernetes ConfigMap: rke-kubedns-addon | |
INFO[0234] [addons] Executing deploy job.. | |
INFO[0234] [addons] KubeDNS deployed successfully.. | |
INFO[0234] [addons] Setting up Metrics Server | |
INFO[0234] [addons] Saving addon ConfigMap to Kubernetes | |
INFO[0234] [addons] Successfully Saved addon to Kubernetes ConfigMap: rke-metrics-addon | |
INFO[0234] [addons] Executing deploy job.. | |
INFO[0234] [addons] KubeDNS deployed successfully.. | |
INFO[0234] [ingress] Setting up nginx ingress controller | |
INFO[0234] [addons] Saving addon ConfigMap to Kubernetes | |
INFO[0234] [addons] Successfully Saved addon to Kubernetes ConfigMap: rke-ingress-controller | |
INFO[0234] [addons] Executing deploy job.. | |
INFO[0234] [ingress] ingress controller nginx is successfully deployed | |
INFO[0234] [addons] Setting up user addons | |
INFO[0234] [addons] no user addons defined | |
INFO[0234] Finished building Kubernetes cluster successfully |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment