rancher / rke

Rancher Kubernetes Engine (RKE), an extremely simple, lightning fast Kubernetes distribution that runs entirely within containers.
Apache License 2.0
3.21k stars 582 forks source link

RKE network plugin containers dont start #2756

Closed prajnadnayak closed 2 years ago

prajnadnayak commented 2 years ago

RKE version: v1.3.1

Docker version: (docker version,docker info preferred) Client: Docker Engine - Community Version: 20.10.11 API version: 1.40 Go version: go1.16.9 Git commit: dea9396 Built: Thu Nov 18 00:37:08 2021 OS/Arch: linux/amd64 Context: default Experimental: true

Server: Docker Engine - Community Engine: Version: 19.03.6 API version: 1.40 (minimum version 1.12) Go version: go1.12.16 Git commit: 369ce74a3c Built: Thu Feb 13 01:26:21 2020 OS/Arch: linux/amd64 Experimental: false containerd: Version: 1.4.12 GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d runc: Version: 1.0.2 GitCommit: v1.0.2-0-g52b36a2 docker-init: Version: 0.18.0 GitCommit: fec3683

Operating system and kernel: (cat /etc/os-release, uname -r preferred) cat /etc/os-release NAME="Ubuntu" VERSION="18.04.4 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04.4 LTS" VERSION_ID="18.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=bionic UBUNTU_CODENAME=bionic

uname -r 4.15.0-88-generic

Type/provider of hosts: (VirtualBox/Bare-metal/AWS/GCE/DO) VmWare VM

cluster.yml file: nodes:

services: etcd: snapshot: true creation: 6h retention: 24h

addon_job_timeout: 100 system_images: etcd: "rancher/mirrored-coreos-etcd:v3.4.15-rancher1" kubernetes: "rancher/hyperkube:v1.18.20-rancher1" alpine: "rancher/rke-tools:v0.1.75" nginxproxy: "rancher/rke-tools:v0.1.75" certdownloader: "rancher/rke-tools:v0.1.75" kubernetesservicessidecar: "rancher/rke-tools:v0.1.75" kubedns: "rancher/mirrored-k8s-dns-kube-dns:1.15.2" dnsmasq: "rancher/mirrored-k8s-dns-dnsmasq-nanny:1.15.2" kubednssidecar: "rancher/mirrored-k8s-dns-sidecar:1.15.2" kubednsautoscaler: "rancher/mirrored-cluster-proportional-autoscaler:1.7.1" flannel: "rancher/mirrored-coreos-flannel:v0.12.0" flannelcni: "rancher/flannel-cni:v0.3.0-rancher6" caliconode: "rancher/mirrored-calico-node:v3.13.4" calicocni: "rancher/mirrored-calico-cni:v3.13.4" calicocontrollers: "rancher/mirrored-calico-kube-controllers:v3.13.4" calicoctl: "rancher/mirrored-calico-ctl:v3.13.4" calicoflexvol: "rancher/mirrored-calico-pod2daemon-flexvol:v3.13.4" canalnode: "rancher/mirrored-calico-node:v3.13.4" canalcni: "rancher/mirrored-calico-cni:v3.13.4" canalflannel: "rancher/mirrored-coreos-flannel:v0.12.0" canalflexvol: "rancher/mirrored-calico-pod2daemon-flexvol:v3.13.4" weavenode: "weaveworks/weave-kube:2.6.4" weavecni: "weaveworks/weave-npc:2.6.4" acicnideploycontainer: "noiro/cnideploy:5.1.1.0.1ae238a" acihostcontainer: "noiro/aci-containers-host:5.1.1.0.1ae238a" aciopflexcontainer: "noiro/opflex:5.1.1.0.1ae238a" acimcastcontainer: "noiro/opflex:5.1.1.0.1ae238a" aciopenvswitchcontainer: "noiro/openvswitch:5.1.1.0.1ae238a" acicontrollercontainer: "noiro/aci-containers-controller:5.1.1.0.1ae238a" acigbpservercontainer: "noiro/gbp-server:5.1.1.0.1ae238a" aciopflexservercontainer: "noiro/opflex-server:5.1.1.0.1ae238a" podinfracontainer: "rancher/mirrored-pause:3.1" ingress: "rancher/nginx-ingress-controller:nginx-0.35.0-rancher2" ingressbackend: "rancher/mirrored-nginx-ingress-controller-defaultbackend:1.5-rancher1" metricsserver: "rancher/mirrored-metrics-server:v0.3.6" coredns: "rancher/mirrored-coredns-coredns:1.6.9" corednsautoscaler: "rancher/mirrored-cluster-proportional-autoscaler:1.7.1" windowspodinfracontainer: "rancher/kubelet-pause:v0.1.6" nodelocal: "rancher/mirrored-k8s-dns-node-cache:1.15.7"

network: plugin: canal

Steps to Reproduce: rke up --config config.yaml

Results: Network containers (k8s_autoscaler_coredns-autoscaler, k8s_kube-flannel_canal, k8s_calico-node_canal-, k8s_POD_coredns-autoscaler, k8s_flexvol-driver_canal, k8s_install-cni_canal, k8s_POD_canal) don't start which results in creation failure.

snippet of RKE up output log: Now checking status of node , try rancher/rke#1\"", "time=\"2021-11-29T15:12:10Z\" level=error msg=\"Host 10.53.5.62 failed to report Ready status with error: [controlplane] Error getting node : \\"10.x.x.x.\\" not found\"", "time=\"2021-11-29T15:12:10Z\" level=info msg=\"[controlplane] Processing controlplane hosts for upgrade 1 at a time\"", "time=\"2021-11-29T15:12:10Z\" level=info msg=\"Processing controlplane host 10.x.x.x\"", "time=\"2021-11-29T15:12:10Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.x, try rancher/rke#1\"", "time=\"2021-11-29T15:12:35Z\" level=error msg=\"Failed to upgrade hosts: 10.53.5.60 with error [[controlplane] Error getting node 10.x.x.x: \\"10.x.x.x\\" not found]\"", "time=\"2021-11-29T15:12:35Z\" level=fatal msg=\"[controlPlane] Failed to upgrade Control Plane: [[[controlplane] Error getting node 10.53.5.60: \\"10.x.x.x\\" not found]]\"

superseb commented 2 years ago

Using system_images is no longer supported, please remove it from the YAML and start using kubernetes_version. This will set all the correct images for that version, you can list supported k8s versions using rke config -l -a.

If you still encounter issues after using the correct configuration, please share full log of rke up, and outputs of kubectl get nodes -o wide and kubectl get pods -A.

prajnadnayak commented 2 years ago

I removed the system images from the cluster file but I still see same problem. Network pods don't start. Here is the output from rke up.

fatal: [127.0.0.1]: FAILED! => {"changed": true, "cmd": ["rke", "up", "--config", "./rancher-cluster.yml", "--disable-port-check"], "delta": "0:09:04.008117", "end": "2021-11-30 11:59:47.318061", "msg": "non-zero return code", "rc": 1, "start": "2021-11-30 11:50:43.309944", "stderr": "", "stderr_lines": [], "stdout": "time=\"2021-11-30T11:50:43Z\" level=info msg=\"Running RKE version: v1.3.1\"\ntime=\"2021-11-30T11:50:43Z\" level=info msg=\"Initiating Kubernetes cluster\"\ntime=\"2021-11-30T11:50:43Z\" level=info msg=\"[certificates] GenerateServingCertificate is disabled, checking if there are unused kubelet certificates\"\ntime=\"2021-11-30T11:50:43Z\" level=info msg=\"[certificates] Generating admin certificates and kubeconfig\"\ntime=\"2021-11-30T11:50:43Z\" level=info msg=\"Successfully Deployed state file at [./rancher-cluster.rkestate]\"\ntime=\"2021-11-30T11:50:43Z\" level=info msg=\"Building Kubernetes cluster\"\ntime=\"2021-11-30T11:50:43Z\" level=info msg=\"[dialer] Setup tunnel for host [10.x.x.1]\"\ntime=\"2021-11-30T11:50:43Z\" level=info msg=\"[dialer] Setup tunnel for host [10.x.x.2]\"\ntime=\"2021-11-30T11:50:43Z\" level=info msg=\"[dialer] Setup tunnel for host [10.x.x.3]\"\ntime=\"2021-11-30T11:50:44Z\" level=info msg=\"[certificates] Deploying kubernetes certificates to Cluster nodes\"\ntime=\"2021-11-30T11:50:44Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:50:44Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:50:44Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:50:44Z\" level=info msg=\"Pulling image [rancher/rke-tools:v0.1.78] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:50:44Z\" level=info msg=\"Pulling image [rancher/rke-tools:v0.1.78] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:50:44Z\" level=info msg=\"Pulling image [rancher/rke-tools:v0.1.78] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:50:50Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T11:50:50Z\" level=info msg=\"Starting container [cert-deployer] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:50:51Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T11:50:51Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T11:50:51Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:50:51Z\" level=info msg=\"Starting container [cert-deployer] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:50:51Z\" level=info msg=\"Starting container [cert-deployer] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:50:52Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:50:52Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:50:56Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:50:56Z\" level=info msg=\"Removing container [cert-deployer] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:50:57Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:50:57Z\" level=info msg=\"Removing container [cert-deployer] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:50:57Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:50:57Z\" level=info msg=\"Removing container [cert-deployer] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:50:57Z\" level=info msg=\"[reconcile] Rebuilding and updating local kube config\"\ntime=\"2021-11-30T11:50:57Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"\ntime=\"2021-11-30T11:50:57Z\" level=warning msg=\"[reconcile] host [10.x.x.1] is a control plane node without reachable Kubernetes API endpoint in the cluster\"\ntime=\"2021-11-30T11:50:57Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"\ntime=\"2021-11-30T11:50:57Z\" level=warning msg=\"[reconcile] host [10.x.x.2] is a control plane node without reachable Kubernetes API endpoint in the cluster\"\ntime=\"2021-11-30T11:50:57Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"\ntime=\"2021-11-30T11:50:57Z\" level=warning msg=\"[reconcile] host [10.x.x.3] is a control plane node without reachable Kubernetes API endpoint in the cluster\"\ntime=\"2021-11-30T11:50:57Z\" level=warning msg=\"[reconcile] no control plane node with reachable Kubernetes API endpoint in the cluster found\"\ntime=\"2021-11-30T11:50:57Z\" level=info msg=\"[certificates] Successfully deployed kubernetes certificates to Cluster nodes\"\ntime=\"2021-11-30T11:50:57Z\" level=info msg=\"[file-deploy] Deploying file [/etc/kubernetes/audit-policy.yaml] to node [10.x.x.1]\"\ntime=\"2021-11-30T11:50:57Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T11:50:57Z\" level=info msg=\"Starting container [file-deployer] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:50:58Z\" level=info msg=\"Successfully started [file-deployer] container on host [10.x.x.1]\"\ntime=\"2021-11-30T11:50:58Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.1]\"\ntime=\"2021-11-30T11:50:58Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.1]\"\ntime=\"2021-11-30T11:50:58Z\" level=info msg=\"Container [file-deployer] is still running on host [10.x.x.1]: stderr: [], stdout: []\"\ntime=\"2021-11-30T11:50:59Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.1]\"\ntime=\"2021-11-30T11:50:59Z\" level=info msg=\"Removing container [file-deployer] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:50:59Z\" level=info msg=\"[remove/file-deployer] Successfully removed container on host [10.x.x.1]\"\ntime=\"2021-11-30T11:50:59Z\" level=info msg=\"[file-deploy] Deploying file [/etc/kubernetes/audit-policy.yaml] to node [10.x.x.2]\"\ntime=\"2021-11-30T11:50:59Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T11:50:59Z\" level=info msg=\"Starting container [file-deployer] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:50:59Z\" level=info msg=\"Successfully started [file-deployer] container on host [10.x.x.2]\"\ntime=\"2021-11-30T11:50:59Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.2]\"\ntime=\"2021-11-30T11:50:59Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.2]\"\ntime=\"2021-11-30T11:50:59Z\" level=info msg=\"Container [file-deployer] is still running on host [10.x.x.2]: stderr: [], stdout: []\"\ntime=\"2021-11-30T11:51:00Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.2]\"\ntime=\"2021-11-30T11:51:00Z\" level=info msg=\"Removing container [file-deployer] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:51:00Z\" level=info msg=\"[remove/file-deployer] Successfully removed container on host [10.x.x.2]\"\ntime=\"2021-11-30T11:51:00Z\" level=info msg=\"[file-deploy] Deploying file [/etc/kubernetes/audit-policy.yaml] to node [10.x.x.3]\"\ntime=\"2021-11-30T11:51:00Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T11:51:01Z\" level=info msg=\"Starting container [file-deployer] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:51:01Z\" level=info msg=\"Successfully started [file-deployer] container on host [10.x.x.3]\"\ntime=\"2021-11-30T11:51:01Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.3]\"\ntime=\"2021-11-30T11:51:01Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.3]\"\ntime=\"2021-11-30T11:51:01Z\" level=info msg=\"Container [file-deployer] is still running on host [10.x.x.3]: stderr: [], stdout: []\"\ntime=\"2021-11-30T11:51:02Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.3]\"\ntime=\"2021-11-30T11:51:02Z\" level=info msg=\"Removing container [file-deployer] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:51:02Z\" level=info msg=\"[remove/file-deployer] Successfully removed container on host [10.x.x.3]\"\ntime=\"2021-11-30T11:51:02Z\" level=info msg=\"[/etc/kubernetes/audit-policy.yaml] Successfully deployed audit policy file to Cluster control nodes\"\ntime=\"2021-11-30T11:51:02Z\" level=info msg=\"[reconcile] Reconciling cluster state\"\ntime=\"2021-11-30T11:51:02Z\" level=info msg=\"[reconcile] Check etcd hosts to be deleted\"\ntime=\"2021-11-30T11:51:02Z\" level=info msg=\"[reconcile] Check etcd hosts to be added\"\ntime=\"2021-11-30T11:51:02Z\" level=info msg=\"[reconcile] Rebuilding and updating local kube config\"\ntime=\"2021-11-30T11:51:02Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"\ntime=\"2021-11-30T11:51:02Z\" level=warning msg=\"[reconcile] host [10.x.x.1] is a control plane node without reachable Kubernetes API endpoint in the cluster\"\ntime=\"2021-11-30T11:51:02Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"\ntime=\"2021-11-30T11:51:02Z\" level=warning msg=\"[reconcile] host [10.x.x.2] is a control plane node without reachable Kubernetes API endpoint in the cluster\"\ntime=\"2021-11-30T11:51:02Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"\ntime=\"2021-11-30T11:51:02Z\" level=warning msg=\"[reconcile] host [10.x.x.3] is a control plane node without reachable Kubernetes API endpoint in the cluster\"\ntime=\"2021-11-30T11:51:02Z\" level=warning msg=\"[reconcile] no control plane node with reachable Kubernetes API endpoint in the cluster found\"\ntime=\"2021-11-30T11:51:02Z\" level=info msg=\"[reconcile] Reconciled cluster state successfully\"\ntime=\"2021-11-30T11:51:02Z\" level=info msg=\"max_unavailable_worker got rounded down to 0, resetting to 1\"\ntime=\"2021-11-30T11:51:02Z\" level=info msg=\"Setting maxUnavailable for worker nodes to: 1\"\ntime=\"2021-11-30T11:51:02Z\" level=info msg=\"Setting maxUnavailable for controlplane nodes to: 1\"\ntime=\"2021-11-30T11:51:02Z\" level=info msg=\"Pre-pulling kubernetes images\"\ntime=\"2021-11-30T11:51:02Z\" level=info msg=\"Pulling image [rancher/hyperkube:v1.20.11-rancher1] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:51:02Z\" level=info msg=\"Pulling image [rancher/hyperkube:v1.20.11-rancher1] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:51:02Z\" level=info msg=\"Pulling image [rancher/hyperkube:v1.20.11-rancher1] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:51:50Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T11:52:12Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T11:53:14Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T11:53:14Z\" level=info msg=\"Kubernetes images pulled successfully\"\ntime=\"2021-11-30T11:53:14Z\" level=info msg=\"[etcd] Building up etcd plane..\"\ntime=\"2021-11-30T11:53:14Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T11:53:37Z\" level=info msg=\"Starting container [etcd-fix-perm] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:53:38Z\" level=info msg=\"Successfully started [etcd-fix-perm] container on host [10.x.x.1]\"\ntime=\"2021-11-30T11:53:38Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.1]\"\ntime=\"2021-11-30T11:53:38Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.1]\"\ntime=\"2021-11-30T11:53:38Z\" level=info msg=\"Container [etcd-fix-perm] is still running on host [10.x.x.1]: stderr: [], stdout: []\"\ntime=\"2021-11-30T11:53:39Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.1]\"\ntime=\"2021-11-30T11:53:39Z\" level=info msg=\"Removing container [etcd-fix-perm] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:53:39Z\" level=info msg=\"[remove/etcd-fix-perm] Successfully removed container on host [10.x.x.1]\"\ntime=\"2021-11-30T11:53:39Z\" level=info msg=\"Pulling image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:53:44Z\" level=info msg=\"Image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T11:54:14Z\" level=info msg=\"Starting container [etcd] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:54:15Z\" level=info msg=\"[etcd] Successfully started [etcd] container on host [10.x.x.1]\"\ntime=\"2021-11-30T11:54:15Z\" level=info msg=\"[etcd] Running rolling snapshot container [etcd-snapshot-once] on host [10.x.x.1]\"\ntime=\"2021-11-30T11:54:15Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T11:54:15Z\" level=info msg=\"Starting container [etcd-rolling-snapshots] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:54:15Z\" level=info msg=\"[etcd] Successfully started [etcd-rolling-snapshots] container on host [10.x.x.1]\"\ntime=\"2021-11-30T11:54:20Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T11:54:21Z\" level=info msg=\"Starting container [rke-bundle-cert] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:54:21Z\" level=info msg=\"[certificates] Successfully started [rke-bundle-cert] container on host [10.x.x.1]\"\ntime=\"2021-11-30T11:54:21Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.1]\"\ntime=\"2021-11-30T11:54:21Z\" level=info msg=\"Container [rke-bundle-cert] is still running on host [10.x.x.1]: stderr: [], stdout: []\"\ntime=\"2021-11-30T11:54:22Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.1]\"\ntime=\"2021-11-30T11:54:22Z\" level=info msg=\"[certificates] successfully saved certificate bundle [/opt/rke/etcd-snapshots//pki.bundle.tar.gz] on host [10.x.x.1]\"\ntime=\"2021-11-30T11:54:22Z\" level=info msg=\"Removing container [rke-bundle-cert] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:54:22Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T11:54:22Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:54:23Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.1]\"\ntime=\"2021-11-30T11:54:23Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:54:23Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"\ntime=\"2021-11-30T11:54:23Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T11:54:23Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:54:23Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.1]\"\ntime=\"2021-11-30T11:54:23Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:54:24Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"\ntime=\"2021-11-30T11:54:24Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T11:54:24Z\" level=info msg=\"Starting container [etcd-fix-perm] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:54:25Z\" level=info msg=\"Successfully started [etcd-fix-perm] container on host [10.x.x.2]\"\ntime=\"2021-11-30T11:54:25Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.2]\"\ntime=\"2021-11-30T11:54:25Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.2]\"\ntime=\"2021-11-30T11:54:25Z\" level=info msg=\"Container [etcd-fix-perm] is still running on host [10.x.x.2]: stderr: [], stdout: []\"\ntime=\"2021-11-30T11:54:26Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.2]\"\ntime=\"2021-11-30T11:54:26Z\" level=info msg=\"Removing container [etcd-fix-perm] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:54:26Z\" level=info msg=\"[remove/etcd-fix-perm] Successfully removed container on host [10.x.x.2]\"\ntime=\"2021-11-30T11:54:26Z\" level=info msg=\"Pulling image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:54:29Z\" level=info msg=\"Image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T11:54:29Z\" level=info msg=\"Starting container [etcd] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:54:30Z\" level=info msg=\"[etcd] Successfully started [etcd] container on host [10.x.x.2]\"\ntime=\"2021-11-30T11:54:30Z\" level=info msg=\"[etcd] Running rolling snapshot container [etcd-snapshot-once] on host [10.x.x.2]\"\ntime=\"2021-11-30T11:54:30Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T11:54:49Z\" level=info msg=\"Starting container [etcd-rolling-snapshots] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:54:49Z\" level=info msg=\"[etcd] Successfully started [etcd-rolling-snapshots] container on host [10.x.x.2]\"\ntime=\"2021-11-30T11:54:54Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T11:54:54Z\" level=info msg=\"Starting container [rke-bundle-cert] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:54:55Z\" level=info msg=\"[certificates] Successfully started [rke-bundle-cert] container on host [10.x.x.2]\"\ntime=\"2021-11-30T11:54:55Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.2]\"\ntime=\"2021-11-30T11:54:55Z\" level=info msg=\"Container [rke-bundle-cert] is still running on host [10.x.x.2]: stderr: [], stdout: []\"\ntime=\"2021-11-30T11:54:56Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.2]\"\ntime=\"2021-11-30T11:54:56Z\" level=info msg=\"[certificates] successfully saved certificate bundle [/opt/rke/etcd-snapshots//pki.bundle.tar.gz] on host [10.x.x.2]\"\ntime=\"2021-11-30T11:54:56Z\" level=info msg=\"Removing container [rke-bundle-cert] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:54:56Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T11:54:56Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:54:56Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.2]\"\ntime=\"2021-11-30T11:54:56Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:54:56Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"\ntime=\"2021-11-30T11:54:56Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T11:54:57Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:54:57Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.2]\"\ntime=\"2021-11-30T11:54:57Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:54:57Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"\ntime=\"2021-11-30T11:54:58Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T11:54:58Z\" level=info msg=\"Starting container [etcd-fix-perm] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:54:59Z\" level=info msg=\"Successfully started [etcd-fix-perm] container on host [10.x.x.3]\"\ntime=\"2021-11-30T11:54:59Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.3]\"\ntime=\"2021-11-30T11:54:59Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.3]\"\ntime=\"2021-11-30T11:54:59Z\" level=info msg=\"Container [etcd-fix-perm] is still running on host [10.x.x.3]: stderr: [], stdout: []\"\ntime=\"2021-11-30T11:55:00Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.3]\"\ntime=\"2021-11-30T11:55:00Z\" level=info msg=\"Removing container [etcd-fix-perm] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:55:00Z\" level=info msg=\"[remove/etcd-fix-perm] Successfully removed container on host [10.x.x.3]\"\ntime=\"2021-11-30T11:55:00Z\" level=info msg=\"Pulling image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:55:03Z\" level=info msg=\"Image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T11:55:03Z\" level=info msg=\"Starting container [etcd] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:55:03Z\" level=info msg=\"[etcd] Successfully started [etcd] container on host [10.x.x.3]\"\ntime=\"2021-11-30T11:55:03Z\" level=info msg=\"[etcd] Running rolling snapshot container [etcd-snapshot-once] on host [10.x.x.3]\"\ntime=\"2021-11-30T11:55:03Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T11:55:22Z\" level=info msg=\"Starting container [etcd-rolling-snapshots] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:55:22Z\" level=info msg=\"[etcd] Successfully started [etcd-rolling-snapshots] container on host [10.x.x.3]\"\ntime=\"2021-11-30T11:55:27Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T11:55:27Z\" level=info msg=\"Starting container [rke-bundle-cert] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:55:28Z\" level=info msg=\"[certificates] Successfully started [rke-bundle-cert] container on host [10.x.x.3]\"\ntime=\"2021-11-30T11:55:28Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.3]\"\ntime=\"2021-11-30T11:55:28Z\" level=info msg=\"Container [rke-bundle-cert] is still running on host [10.x.x.3]: stderr: [], stdout: []\"\ntime=\"2021-11-30T11:55:29Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.3]\"\ntime=\"2021-11-30T11:55:29Z\" level=info msg=\"[certificates] successfully saved certificate bundle [/opt/rke/etcd-snapshots//pki.bundle.tar.gz] on host [10.x.x.3]\"\ntime=\"2021-11-30T11:55:29Z\" level=info msg=\"Removing container [rke-bundle-cert] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:55:29Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T11:55:29Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:55:29Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.3]\"\ntime=\"2021-11-30T11:55:29Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:55:30Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"\ntime=\"2021-11-30T11:55:30Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T11:55:30Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:55:30Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.3]\"\ntime=\"2021-11-30T11:55:30Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:55:31Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"\ntime=\"2021-11-30T11:55:31Z\" level=info msg=\"[etcd] Successfully started etcd plane.. Checking etcd cluster health\"\ntime=\"2021-11-30T11:55:31Z\" level=info msg=\"[etcd] etcd host [10.x.x.1] reported healthy=true\"\ntime=\"2021-11-30T11:55:31Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.1, try #1\"\ntime=\"2021-11-30T11:55:56Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.2, try #1\"\ntime=\"2021-11-30T11:56:21Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.3, try #1\"\ntime=\"2021-11-30T11:56:46Z\" level=info msg=\"Attempting upgrade of controlplane components on following hosts in NotReady status: 10.x.x.1,10.x.x.2,10.x.x.3\"\ntime=\"2021-11-30T11:56:46Z\" level=info msg=\"[controlplane] Building up Controller Plane..\"\ntime=\"2021-11-30T11:56:47Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:56:47Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T11:56:47Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:56:47Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T11:56:47Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:56:47Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T11:56:47Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T11:56:47Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T11:56:47Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T11:56:47Z\" level=info msg=\"Starting container [kube-apiserver] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:56:47Z\" level=info msg=\"Starting container [kube-apiserver] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:56:47Z\" level=info msg=\"Starting container [kube-apiserver] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:56:48Z\" level=info msg=\"[controlplane] Successfully started [kube-apiserver] container on host [10.x.x.1]\"\ntime=\"2021-11-30T11:56:48Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-apiserver] on host [10.x.x.1]\"\ntime=\"2021-11-30T11:56:48Z\" level=info msg=\"[controlplane] Successfully started [kube-apiserver] container on host [10.x.x.2]\"\ntime=\"2021-11-30T11:56:48Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-apiserver] on host [10.x.x.2]\"\ntime=\"2021-11-30T11:56:48Z\" level=info msg=\"[controlplane] Successfully started [kube-apiserver] container on host [10.x.x.3]\"\ntime=\"2021-11-30T11:56:48Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-apiserver] on host [10.x.x.3]\"\ntime=\"2021-11-30T11:56:56Z\" level=info msg=\"[healthcheck] service [kube-apiserver] on host [10.x.x.2] is healthy\"\ntime=\"2021-11-30T11:56:56Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T11:56:57Z\" level=info msg=\"[healthcheck] service [kube-apiserver] on host [10.x.x.3] is healthy\"\ntime=\"2021-11-30T11:56:57Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T11:56:57Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:56:57Z\" level=info msg=\"[healthcheck] service [kube-apiserver] on host [10.x.x.1] is healthy\"\ntime=\"2021-11-30T11:56:57Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T11:56:57Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:56:57Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.2]\"\ntime=\"2021-11-30T11:56:57Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:56:57Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:56:57Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.3]\"\ntime=\"2021-11-30T11:56:57Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:56:57Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"\ntime=\"2021-11-30T11:56:57Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T11:56:57Z\" level=info msg=\"Starting container [kube-controller-manager] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:56:57Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.1]\"\ntime=\"2021-11-30T11:56:58Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:56:58Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"\ntime=\"2021-11-30T11:56:58Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T11:56:58Z\" level=info msg=\"Starting container [kube-controller-manager] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:56:58Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"\ntime=\"2021-11-30T11:56:58Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T11:56:58Z\" level=info msg=\"[controlplane] Successfully started [kube-controller-manager] container on host [10.x.x.2]\"\ntime=\"2021-11-30T11:56:58Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-controller-manager] on host [10.x.x.2]\"\ntime=\"2021-11-30T11:56:58Z\" level=info msg=\"Starting container [kube-controller-manager] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:56:58Z\" level=info msg=\"[controlplane] Successfully started [kube-controller-manager] container on host [10.x.x.3]\"\ntime=\"2021-11-30T11:56:58Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-controller-manager] on host [10.x.x.3]\"\ntime=\"2021-11-30T11:56:58Z\" level=info msg=\"[controlplane] Successfully started [kube-controller-manager] container on host [10.x.x.1]\"\ntime=\"2021-11-30T11:56:58Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-controller-manager] on host [10.x.x.1]\"\ntime=\"2021-11-30T11:57:04Z\" level=info msg=\"[healthcheck] service [kube-controller-manager] on host [10.x.x.2] is healthy\"\ntime=\"2021-11-30T11:57:04Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T11:57:04Z\" level=info msg=\"[healthcheck] service [kube-controller-manager] on host [10.x.x.3] is healthy\"\ntime=\"2021-11-30T11:57:04Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T11:57:04Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:57:04Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:57:04Z\" level=info msg=\"[healthcheck] service [kube-controller-manager] on host [10.x.x.1] is healthy\"\ntime=\"2021-11-30T11:57:04Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T11:57:05Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.2]\"\ntime=\"2021-11-30T11:57:05Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:57:05Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:57:05Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.3]\"\ntime=\"2021-11-30T11:57:05Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:57:05Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"\ntime=\"2021-11-30T11:57:05Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T11:57:05Z\" level=info msg=\"Starting container [kube-scheduler] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:57:05Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.1]\"\ntime=\"2021-11-30T11:57:05Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:57:05Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"\ntime=\"2021-11-30T11:57:05Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T11:57:05Z\" level=info msg=\"Starting container [kube-scheduler] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:57:05Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"\ntime=\"2021-11-30T11:57:05Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T11:57:05Z\" level=info msg=\"[controlplane] Successfully started [kube-scheduler] container on host [10.x.x.2]\"\ntime=\"2021-11-30T11:57:05Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-scheduler] on host [10.x.x.2]\"\ntime=\"2021-11-30T11:57:05Z\" level=info msg=\"Starting container [kube-scheduler] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:57:05Z\" level=info msg=\"[controlplane] Successfully started [kube-scheduler] container on host [10.x.x.3]\"\ntime=\"2021-11-30T11:57:05Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-scheduler] on host [10.x.x.3]\"\ntime=\"2021-11-30T11:57:06Z\" level=info msg=\"[controlplane] Successfully started [kube-scheduler] container on host [10.x.x.1]\"\ntime=\"2021-11-30T11:57:06Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-scheduler] on host [10.x.x.1]\"\ntime=\"2021-11-30T11:57:07Z\" level=info msg=\"[healthcheck] service [kube-scheduler] on host [10.x.x.1] is healthy\"\ntime=\"2021-11-30T11:57:07Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T11:57:07Z\" level=info msg=\"[healthcheck] service [kube-scheduler] on host [10.x.x.3] is healthy\"\ntime=\"2021-11-30T11:57:07Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T11:57:07Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:57:07Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:57:07Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.1]\"\ntime=\"2021-11-30T11:57:07Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:57:07Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.3]\"\ntime=\"2021-11-30T11:57:07Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:57:07Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"\ntime=\"2021-11-30T11:57:08Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"\ntime=\"2021-11-30T11:57:11Z\" level=info msg=\"[healthcheck] service [kube-scheduler] on host [10.x.x.2] is healthy\"\ntime=\"2021-11-30T11:57:11Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T11:57:12Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:57:12Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.2]\"\ntime=\"2021-11-30T11:57:12Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:57:12Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"\ntime=\"2021-11-30T11:57:12Z\" level=info msg=\"[controlplane] Successfully started Controller Plane..\"\ntime=\"2021-11-30T11:57:12Z\" level=info msg=\"[worker] Building up Worker Plane..\"\ntime=\"2021-11-30T11:57:12Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:57:12Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:57:12Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:57:12Z\" level=info msg=\"[sidekick] Sidekick container already created on host [10.x.x.3]\"\ntime=\"2021-11-30T11:57:12Z\" level=info msg=\"[sidekick] Sidekick container already created on host [10.x.x.2]\"\ntime=\"2021-11-30T11:57:12Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T11:57:12Z\" level=info msg=\"[sidekick] Sidekick container already created on host [10.x.x.1]\"\ntime=\"2021-11-30T11:57:12Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T11:57:12Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T11:57:12Z\" level=info msg=\"Starting container [kubelet] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:57:13Z\" level=info msg=\"Starting container [kubelet] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:57:13Z\" level=info msg=\"Starting container [kubelet] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:57:13Z\" level=info msg=\"[worker] Successfully started [kubelet] container on host [10.x.x.2]\"\ntime=\"2021-11-30T11:57:13Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kubelet] on host [10.x.x.2]\"\ntime=\"2021-11-30T11:57:13Z\" level=info msg=\"[worker] Successfully started [kubelet] container on host [10.x.x.3]\"\ntime=\"2021-11-30T11:57:13Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kubelet] on host [10.x.x.3]\"\ntime=\"2021-11-30T11:57:13Z\" level=info msg=\"[worker] Successfully started [kubelet] container on host [10.x.x.1]\"\ntime=\"2021-11-30T11:57:13Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kubelet] on host [10.x.x.1]\"\ntime=\"2021-11-30T11:57:24Z\" level=info msg=\"[healthcheck] service [kubelet] on host [10.x.x.2] is healthy\"\ntime=\"2021-11-30T11:57:24Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T11:57:25Z\" level=info msg=\"[healthcheck] service [kubelet] on host [10.x.x.3] is healthy\"\ntime=\"2021-11-30T11:57:25Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T11:57:25Z\" level=info msg=\"[healthcheck] service [kubelet] on host [10.x.x.1] is healthy\"\ntime=\"2021-11-30T11:57:25Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T11:57:25Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:57:25Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:57:25Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:57:25Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.2]\"\ntime=\"2021-11-30T11:57:25Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:57:25Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.1]\"\ntime=\"2021-11-30T11:57:25Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:57:25Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.3]\"\ntime=\"2021-11-30T11:57:25Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:57:25Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"\ntime=\"2021-11-30T11:57:25Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T11:57:25Z\" level=info msg=\"Starting container [kube-proxy] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:57:25Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"\ntime=\"2021-11-30T11:57:25Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T11:57:25Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"\ntime=\"2021-11-30T11:57:25Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T11:57:25Z\" level=info msg=\"[worker] Successfully started [kube-proxy] container on host [10.x.x.2]\"\ntime=\"2021-11-30T11:57:25Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-proxy] on host [10.x.x.2]\"\ntime=\"2021-11-30T11:57:26Z\" level=info msg=\"Starting container [kube-proxy] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:57:26Z\" level=info msg=\"Starting container [kube-proxy] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:57:26Z\" level=info msg=\"[worker] Successfully started [kube-proxy] container on host [10.x.x.3]\"\ntime=\"2021-11-30T11:57:26Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-proxy] on host [10.x.x.3]\"\ntime=\"2021-11-30T11:57:26Z\" level=info msg=\"[worker] Successfully started [kube-proxy] container on host [10.x.x.1]\"\ntime=\"2021-11-30T11:57:26Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-proxy] on host [10.x.x.1]\"\ntime=\"2021-11-30T11:58:00Z\" level=info msg=\"[healthcheck] service [kube-proxy] on host [10.x.x.1] is healthy\"\ntime=\"2021-11-30T11:58:00Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T11:58:00Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:58:01Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.1]\"\ntime=\"2021-11-30T11:58:01Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T11:58:01Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"\ntime=\"2021-11-30T11:58:05Z\" level=info msg=\"[healthcheck] service [kube-proxy] on host [10.x.x.2] is healthy\"\ntime=\"2021-11-30T11:58:05Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T11:58:06Z\" level=info msg=\"[healthcheck] service [kube-proxy] on host [10.x.x.3] is healthy\"\ntime=\"2021-11-30T11:58:06Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T11:58:06Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:58:06Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:58:06Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.2]\"\ntime=\"2021-11-30T11:58:06Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T11:58:06Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.3]\"\ntime=\"2021-11-30T11:58:06Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T11:58:06Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"\ntime=\"2021-11-30T11:58:07Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"\ntime=\"2021-11-30T11:58:07Z\" level=info msg=\"[worker] Successfully started Worker Plane..\"\ntime=\"2021-11-30T11:58:07Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.1, try #1\"\ntime=\"2021-11-30T11:58:32Z\" level=error msg=\"Host 10.x.x.1 failed to report Ready status with error: [controlplane] Error getting node 10.x.x.1: \\"10.x.x.1\\" not found\"\ntime=\"2021-11-30T11:58:32Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.2, try #1\"\ntime=\"2021-11-30T11:58:57Z\" level=error msg=\"Host 10.x.x.2 failed to report Ready status with error: [controlplane] Error getting node 10.x.x.2: \\"10.x.x.2\\" not found\"\ntime=\"2021-11-30T11:58:57Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.3, try #1\"\ntime=\"2021-11-30T11:59:22Z\" level=error msg=\"Host 10.x.x.3 failed to report Ready status with error: [controlplane] Error getting node 10.x.x.3: \\"10.x.x.3\\" not found\"\ntime=\"2021-11-30T11:59:22Z\" level=info msg=\"[controlplane] Processing controlplane hosts for upgrade 1 at a time\"\ntime=\"2021-11-30T11:59:22Z\" level=info msg=\"Processing controlplane host 10.x.x.1\"\ntime=\"2021-11-30T11:59:22Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.1, try #1\"\ntime=\"2021-11-30T11:59:47Z\" level=error msg=\"Failed to upgrade hosts: 10.x.x.1 with error [[controlplane] Error getting node 10.x.x.1: \\"10.x.x.1\\" not found]\"\ntime=\"2021-11-30T11:59:47Z\" level=fatal msg=\"[controlPlane] Failed to upgrade Control Plane: [[[controlplane] Error getting node 10.x.x.1: \\"10.x.x.1\\" not found]]\"", "stdout_lines": ["time=\"2021-11-30T11:50:43Z\" level=info msg=\"Running RKE version: v1.3.1\"", "time=\"2021-11-30T11:50:43Z\" level=info msg=\"Initiating Kubernetes cluster\"", "time=\"2021-11-30T11:50:43Z\" level=info msg=\"[certificates] GenerateServingCertificate is disabled, checking if there are unused kubelet certificates\"", "time=\"2021-11-30T11:50:43Z\" level=info msg=\"[certificates] Generating admin certificates and kubeconfig\"", "time=\"2021-11-30T11:50:43Z\" level=info msg=\"Successfully Deployed state file at [./rancher-cluster.rkestate]\"", "time=\"2021-11-30T11:50:43Z\" level=info msg=\"Building Kubernetes cluster\"", "time=\"2021-11-30T11:50:43Z\" level=info msg=\"[dialer] Setup tunnel for host [10.x.x.1]\"", "time=\"2021-11-30T11:50:43Z\" level=info msg=\"[dialer] Setup tunnel for host [10.x.x.2]\"", "time=\"2021-11-30T11:50:43Z\" level=info msg=\"[dialer] Setup tunnel for host [10.x.x.3]\"", "time=\"2021-11-30T11:50:44Z\" level=info msg=\"[certificates] Deploying kubernetes certificates to Cluster nodes\"", "time=\"2021-11-30T11:50:44Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:50:44Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:50:44Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:50:44Z\" level=info msg=\"Pulling image [rancher/rke-tools:v0.1.78] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:50:44Z\" level=info msg=\"Pulling image [rancher/rke-tools:v0.1.78] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:50:44Z\" level=info msg=\"Pulling image [rancher/rke-tools:v0.1.78] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:50:50Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-11-30T11:50:50Z\" level=info msg=\"Starting container [cert-deployer] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:50:51Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-11-30T11:50:51Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-11-30T11:50:51Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:50:51Z\" level=info msg=\"Starting container [cert-deployer] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:50:51Z\" level=info msg=\"Starting container [cert-deployer] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:50:52Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:50:52Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:50:56Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:50:56Z\" level=info msg=\"Removing container [cert-deployer] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:50:57Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:50:57Z\" level=info msg=\"Removing container [cert-deployer] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:50:57Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:50:57Z\" level=info msg=\"Removing container [cert-deployer] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:50:57Z\" level=info msg=\"[reconcile] Rebuilding and updating local kube config\"", "time=\"2021-11-30T11:50:57Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"", "time=\"2021-11-30T11:50:57Z\" level=warning msg=\"[reconcile] host [10.x.x.1] is a control plane node without reachable Kubernetes API endpoint in the cluster\"", "time=\"2021-11-30T11:50:57Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"", "time=\"2021-11-30T11:50:57Z\" level=warning msg=\"[reconcile] host [10.x.x.2] is a control plane node without reachable Kubernetes API endpoint in the cluster\"", "time=\"2021-11-30T11:50:57Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"", "time=\"2021-11-30T11:50:57Z\" level=warning msg=\"[reconcile] host [10.x.x.3] is a control plane node without reachable Kubernetes API endpoint in the cluster\"", "time=\"2021-11-30T11:50:57Z\" level=warning msg=\"[reconcile] no control plane node with reachable Kubernetes API endpoint in the cluster found\"", "time=\"2021-11-30T11:50:57Z\" level=info msg=\"[certificates] Successfully deployed kubernetes certificates to Cluster nodes\"", "time=\"2021-11-30T11:50:57Z\" level=info msg=\"[file-deploy] Deploying file [/etc/kubernetes/audit-policy.yaml] to node [10.x.x.1]\"", "time=\"2021-11-30T11:50:57Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-11-30T11:50:57Z\" level=info msg=\"Starting container [file-deployer] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:50:58Z\" level=info msg=\"Successfully started [file-deployer] container on host [10.x.x.1]\"", "time=\"2021-11-30T11:50:58Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.1]\"", "time=\"2021-11-30T11:50:58Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.1]\"", "time=\"2021-11-30T11:50:58Z\" level=info msg=\"Container [file-deployer] is still running on host [10.x.x.1]: stderr: [], stdout: []\"", "time=\"2021-11-30T11:50:59Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.1]\"", "time=\"2021-11-30T11:50:59Z\" level=info msg=\"Removing container [file-deployer] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:50:59Z\" level=info msg=\"[remove/file-deployer] Successfully removed container on host [10.x.x.1]\"", "time=\"2021-11-30T11:50:59Z\" level=info msg=\"[file-deploy] Deploying file [/etc/kubernetes/audit-policy.yaml] to node [10.x.x.2]\"", "time=\"2021-11-30T11:50:59Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-11-30T11:50:59Z\" level=info msg=\"Starting container [file-deployer] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:50:59Z\" level=info msg=\"Successfully started [file-deployer] container on host [10.x.x.2]\"", "time=\"2021-11-30T11:50:59Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.2]\"", "time=\"2021-11-30T11:50:59Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.2]\"", "time=\"2021-11-30T11:50:59Z\" level=info msg=\"Container [file-deployer] is still running on host [10.x.x.2]: stderr: [], stdout: []\"", "time=\"2021-11-30T11:51:00Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.2]\"", "time=\"2021-11-30T11:51:00Z\" level=info msg=\"Removing container [file-deployer] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:51:00Z\" level=info msg=\"[remove/file-deployer] Successfully removed container on host [10.x.x.2]\"", "time=\"2021-11-30T11:51:00Z\" level=info msg=\"[file-deploy] Deploying file [/etc/kubernetes/audit-policy.yaml] to node [10.x.x.3]\"", "time=\"2021-11-30T11:51:00Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-11-30T11:51:01Z\" level=info msg=\"Starting container [file-deployer] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:51:01Z\" level=info msg=\"Successfully started [file-deployer] container on host [10.x.x.3]\"", "time=\"2021-11-30T11:51:01Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.3]\"", "time=\"2021-11-30T11:51:01Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.3]\"", "time=\"2021-11-30T11:51:01Z\" level=info msg=\"Container [file-deployer] is still running on host [10.x.x.3]: stderr: [], stdout: []\"", "time=\"2021-11-30T11:51:02Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.3]\"", "time=\"2021-11-30T11:51:02Z\" level=info msg=\"Removing container [file-deployer] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:51:02Z\" level=info msg=\"[remove/file-deployer] Successfully removed container on host [10.x.x.3]\"", "time=\"2021-11-30T11:51:02Z\" level=info msg=\"[/etc/kubernetes/audit-policy.yaml] Successfully deployed audit policy file to Cluster control nodes\"", "time=\"2021-11-30T11:51:02Z\" level=info msg=\"[reconcile] Reconciling cluster state\"", "time=\"2021-11-30T11:51:02Z\" level=info msg=\"[reconcile] Check etcd hosts to be deleted\"", "time=\"2021-11-30T11:51:02Z\" level=info msg=\"[reconcile] Check etcd hosts to be added\"", "time=\"2021-11-30T11:51:02Z\" level=info msg=\"[reconcile] Rebuilding and updating local kube config\"", "time=\"2021-11-30T11:51:02Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"", "time=\"2021-11-30T11:51:02Z\" level=warning msg=\"[reconcile] host [10.x.x.1] is a control plane node without reachable Kubernetes API endpoint in the cluster\"", "time=\"2021-11-30T11:51:02Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"", "time=\"2021-11-30T11:51:02Z\" level=warning msg=\"[reconcile] host [10.x.x.2] is a control plane node without reachable Kubernetes API endpoint in the cluster\"", "time=\"2021-11-30T11:51:02Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"", "time=\"2021-11-30T11:51:02Z\" level=warning msg=\"[reconcile] host [10.x.x.3] is a control plane node without reachable Kubernetes API endpoint in the cluster\"", "time=\"2021-11-30T11:51:02Z\" level=warning msg=\"[reconcile] no control plane node with reachable Kubernetes API endpoint in the cluster found\"", "time=\"2021-11-30T11:51:02Z\" level=info msg=\"[reconcile] Reconciled cluster state successfully\"", "time=\"2021-11-30T11:51:02Z\" level=info msg=\"max_unavailable_worker got rounded down to 0, resetting to 1\"", "time=\"2021-11-30T11:51:02Z\" level=info msg=\"Setting maxUnavailable for worker nodes to: 1\"", "time=\"2021-11-30T11:51:02Z\" level=info msg=\"Setting maxUnavailable for controlplane nodes to: 1\"", "time=\"2021-11-30T11:51:02Z\" level=info msg=\"Pre-pulling kubernetes images\"", "time=\"2021-11-30T11:51:02Z\" level=info msg=\"Pulling image [rancher/hyperkube:v1.20.11-rancher1] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:51:02Z\" level=info msg=\"Pulling image [rancher/hyperkube:v1.20.11-rancher1] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:51:02Z\" level=info msg=\"Pulling image [rancher/hyperkube:v1.20.11-rancher1] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:51:50Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"", "time=\"2021-11-30T11:52:12Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"", "time=\"2021-11-30T11:53:14Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"", "time=\"2021-11-30T11:53:14Z\" level=info msg=\"Kubernetes images pulled successfully\"", "time=\"2021-11-30T11:53:14Z\" level=info msg=\"[etcd] Building up etcd plane..\"", "time=\"2021-11-30T11:53:14Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-11-30T11:53:37Z\" level=info msg=\"Starting container [etcd-fix-perm] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:53:38Z\" level=info msg=\"Successfully started [etcd-fix-perm] container on host [10.x.x.1]\"", "time=\"2021-11-30T11:53:38Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.1]\"", "time=\"2021-11-30T11:53:38Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.1]\"", "time=\"2021-11-30T11:53:38Z\" level=info msg=\"Container [etcd-fix-perm] is still running on host [10.x.x.1]: stderr: [], stdout: []\"", "time=\"2021-11-30T11:53:39Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.1]\"", "time=\"2021-11-30T11:53:39Z\" level=info msg=\"Removing container [etcd-fix-perm] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:53:39Z\" level=info msg=\"[remove/etcd-fix-perm] Successfully removed container on host [10.x.x.1]\"", "time=\"2021-11-30T11:53:39Z\" level=info msg=\"Pulling image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:53:44Z\" level=info msg=\"Image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] exists on host [10.x.x.1]\"", "time=\"2021-11-30T11:54:14Z\" level=info msg=\"Starting container [etcd] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:54:15Z\" level=info msg=\"[etcd] Successfully started [etcd] container on host [10.x.x.1]\"", "time=\"2021-11-30T11:54:15Z\" level=info msg=\"[etcd] Running rolling snapshot container [etcd-snapshot-once] on host [10.x.x.1]\"", "time=\"2021-11-30T11:54:15Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-11-30T11:54:15Z\" level=info msg=\"Starting container [etcd-rolling-snapshots] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:54:15Z\" level=info msg=\"[etcd] Successfully started [etcd-rolling-snapshots] container on host [10.x.x.1]\"", "time=\"2021-11-30T11:54:20Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-11-30T11:54:21Z\" level=info msg=\"Starting container [rke-bundle-cert] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:54:21Z\" level=info msg=\"[certificates] Successfully started [rke-bundle-cert] container on host [10.x.x.1]\"", "time=\"2021-11-30T11:54:21Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.1]\"", "time=\"2021-11-30T11:54:21Z\" level=info msg=\"Container [rke-bundle-cert] is still running on host [10.x.x.1]: stderr: [], stdout: []\"", "time=\"2021-11-30T11:54:22Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.1]\"", "time=\"2021-11-30T11:54:22Z\" level=info msg=\"[certificates] successfully saved certificate bundle [/opt/rke/etcd-snapshots//pki.bundle.tar.gz] on host [10.x.x.1]\"", "time=\"2021-11-30T11:54:22Z\" level=info msg=\"Removing container [rke-bundle-cert] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:54:22Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-11-30T11:54:22Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:54:23Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.1]\"", "time=\"2021-11-30T11:54:23Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:54:23Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"", "time=\"2021-11-30T11:54:23Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-11-30T11:54:23Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:54:23Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.1]\"", "time=\"2021-11-30T11:54:23Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:54:24Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"", "time=\"2021-11-30T11:54:24Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-11-30T11:54:24Z\" level=info msg=\"Starting container [etcd-fix-perm] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:54:25Z\" level=info msg=\"Successfully started [etcd-fix-perm] container on host [10.x.x.2]\"", "time=\"2021-11-30T11:54:25Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.2]\"", "time=\"2021-11-30T11:54:25Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.2]\"", "time=\"2021-11-30T11:54:25Z\" level=info msg=\"Container [etcd-fix-perm] is still running on host [10.x.x.2]: stderr: [], stdout: []\"", "time=\"2021-11-30T11:54:26Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.2]\"", "time=\"2021-11-30T11:54:26Z\" level=info msg=\"Removing container [etcd-fix-perm] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:54:26Z\" level=info msg=\"[remove/etcd-fix-perm] Successfully removed container on host [10.x.x.2]\"", "time=\"2021-11-30T11:54:26Z\" level=info msg=\"Pulling image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:54:29Z\" level=info msg=\"Image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] exists on host [10.x.x.2]\"", "time=\"2021-11-30T11:54:29Z\" level=info msg=\"Starting container [etcd] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:54:30Z\" level=info msg=\"[etcd] Successfully started [etcd] container on host [10.x.x.2]\"", "time=\"2021-11-30T11:54:30Z\" level=info msg=\"[etcd] Running rolling snapshot container [etcd-snapshot-once] on host [10.x.x.2]\"", "time=\"2021-11-30T11:54:30Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-11-30T11:54:49Z\" level=info msg=\"Starting container [etcd-rolling-snapshots] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:54:49Z\" level=info msg=\"[etcd] Successfully started [etcd-rolling-snapshots] container on host [10.x.x.2]\"", "time=\"2021-11-30T11:54:54Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-11-30T11:54:54Z\" level=info msg=\"Starting container [rke-bundle-cert] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:54:55Z\" level=info msg=\"[certificates] Successfully started [rke-bundle-cert] container on host [10.x.x.2]\"", "time=\"2021-11-30T11:54:55Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.2]\"", "time=\"2021-11-30T11:54:55Z\" level=info msg=\"Container [rke-bundle-cert] is still running on host [10.x.x.2]: stderr: [], stdout: []\"", "time=\"2021-11-30T11:54:56Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.2]\"", "time=\"2021-11-30T11:54:56Z\" level=info msg=\"[certificates] successfully saved certificate bundle [/opt/rke/etcd-snapshots//pki.bundle.tar.gz] on host [10.x.x.2]\"", "time=\"2021-11-30T11:54:56Z\" level=info msg=\"Removing container [rke-bundle-cert] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:54:56Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-11-30T11:54:56Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:54:56Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.2]\"", "time=\"2021-11-30T11:54:56Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:54:56Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"", "time=\"2021-11-30T11:54:56Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-11-30T11:54:57Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:54:57Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.2]\"", "time=\"2021-11-30T11:54:57Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:54:57Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"", "time=\"2021-11-30T11:54:58Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-11-30T11:54:58Z\" level=info msg=\"Starting container [etcd-fix-perm] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:54:59Z\" level=info msg=\"Successfully started [etcd-fix-perm] container on host [10.x.x.3]\"", "time=\"2021-11-30T11:54:59Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.3]\"", "time=\"2021-11-30T11:54:59Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.3]\"", "time=\"2021-11-30T11:54:59Z\" level=info msg=\"Container [etcd-fix-perm] is still running on host [10.x.x.3]: stderr: [], stdout: []\"", "time=\"2021-11-30T11:55:00Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.3]\"", "time=\"2021-11-30T11:55:00Z\" level=info msg=\"Removing container [etcd-fix-perm] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:55:00Z\" level=info msg=\"[remove/etcd-fix-perm] Successfully removed container on host [10.x.x.3]\"", "time=\"2021-11-30T11:55:00Z\" level=info msg=\"Pulling image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:55:03Z\" level=info msg=\"Image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] exists on host [10.x.x.3]\"", "time=\"2021-11-30T11:55:03Z\" level=info msg=\"Starting container [etcd] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:55:03Z\" level=info msg=\"[etcd] Successfully started [etcd] container on host [10.x.x.3]\"", "time=\"2021-11-30T11:55:03Z\" level=info msg=\"[etcd] Running rolling snapshot container [etcd-snapshot-once] on host [10.x.x.3]\"", "time=\"2021-11-30T11:55:03Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-11-30T11:55:22Z\" level=info msg=\"Starting container [etcd-rolling-snapshots] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:55:22Z\" level=info msg=\"[etcd] Successfully started [etcd-rolling-snapshots] container on host [10.x.x.3]\"", "time=\"2021-11-30T11:55:27Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-11-30T11:55:27Z\" level=info msg=\"Starting container [rke-bundle-cert] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:55:28Z\" level=info msg=\"[certificates] Successfully started [rke-bundle-cert] container on host [10.x.x.3]\"", "time=\"2021-11-30T11:55:28Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.3]\"", "time=\"2021-11-30T11:55:28Z\" level=info msg=\"Container [rke-bundle-cert] is still running on host [10.x.x.3]: stderr: [], stdout: []\"", "time=\"2021-11-30T11:55:29Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.3]\"", "time=\"2021-11-30T11:55:29Z\" level=info msg=\"[certificates] successfully saved certificate bundle [/opt/rke/etcd-snapshots//pki.bundle.tar.gz] on host [10.x.x.3]\"", "time=\"2021-11-30T11:55:29Z\" level=info msg=\"Removing container [rke-bundle-cert] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:55:29Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-11-30T11:55:29Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:55:29Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.3]\"", "time=\"2021-11-30T11:55:29Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:55:30Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"", "time=\"2021-11-30T11:55:30Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-11-30T11:55:30Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:55:30Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.3]\"", "time=\"2021-11-30T11:55:30Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:55:31Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"", "time=\"2021-11-30T11:55:31Z\" level=info msg=\"[etcd] Successfully started etcd plane.. Checking etcd cluster health\"", "time=\"2021-11-30T11:55:31Z\" level=info msg=\"[etcd] etcd host [10.x.x.1] reported healthy=true\"", "time=\"2021-11-30T11:55:31Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.1, try #1\"", "time=\"2021-11-30T11:55:56Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.2, try #1\"", "time=\"2021-11-30T11:56:21Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.3, try #1\"", "time=\"2021-11-30T11:56:46Z\" level=info msg=\"Attempting upgrade of controlplane components on following hosts in NotReady status: 10.x.x.1,10.x.x.2,10.x.x.3\"", "time=\"2021-11-30T11:56:46Z\" level=info msg=\"[controlplane] Building up Controller Plane..\"", "time=\"2021-11-30T11:56:47Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:56:47Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-11-30T11:56:47Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:56:47Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-11-30T11:56:47Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:56:47Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-11-30T11:56:47Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"", "time=\"2021-11-30T11:56:47Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"", "time=\"2021-11-30T11:56:47Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"", "time=\"2021-11-30T11:56:47Z\" level=info msg=\"Starting container [kube-apiserver] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:56:47Z\" level=info msg=\"Starting container [kube-apiserver] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:56:47Z\" level=info msg=\"Starting container [kube-apiserver] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:56:48Z\" level=info msg=\"[controlplane] Successfully started [kube-apiserver] container on host [10.x.x.1]\"", "time=\"2021-11-30T11:56:48Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-apiserver] on host [10.x.x.1]\"", "time=\"2021-11-30T11:56:48Z\" level=info msg=\"[controlplane] Successfully started [kube-apiserver] container on host [10.x.x.2]\"", "time=\"2021-11-30T11:56:48Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-apiserver] on host [10.x.x.2]\"", "time=\"2021-11-30T11:56:48Z\" level=info msg=\"[controlplane] Successfully started [kube-apiserver] container on host [10.x.x.3]\"", "time=\"2021-11-30T11:56:48Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-apiserver] on host [10.x.x.3]\"", "time=\"2021-11-30T11:56:56Z\" level=info msg=\"[healthcheck] service [kube-apiserver] on host [10.x.x.2] is healthy\"", "time=\"2021-11-30T11:56:56Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-11-30T11:56:57Z\" level=info msg=\"[healthcheck] service [kube-apiserver] on host [10.x.x.3] is healthy\"", "time=\"2021-11-30T11:56:57Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-11-30T11:56:57Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:56:57Z\" level=info msg=\"[healthcheck] service [kube-apiserver] on host [10.x.x.1] is healthy\"", "time=\"2021-11-30T11:56:57Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-11-30T11:56:57Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:56:57Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.2]\"", "time=\"2021-11-30T11:56:57Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:56:57Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:56:57Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.3]\"", "time=\"2021-11-30T11:56:57Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:56:57Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"", "time=\"2021-11-30T11:56:57Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"", "time=\"2021-11-30T11:56:57Z\" level=info msg=\"Starting container [kube-controller-manager] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:56:57Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.1]\"", "time=\"2021-11-30T11:56:58Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:56:58Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"", "time=\"2021-11-30T11:56:58Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"", "time=\"2021-11-30T11:56:58Z\" level=info msg=\"Starting container [kube-controller-manager] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:56:58Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"", "time=\"2021-11-30T11:56:58Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"", "time=\"2021-11-30T11:56:58Z\" level=info msg=\"[controlplane] Successfully started [kube-controller-manager] container on host [10.x.x.2]\"", "time=\"2021-11-30T11:56:58Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-controller-manager] on host [10.x.x.2]\"", "time=\"2021-11-30T11:56:58Z\" level=info msg=\"Starting container [kube-controller-manager] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:56:58Z\" level=info msg=\"[controlplane] Successfully started [kube-controller-manager] container on host [10.x.x.3]\"", "time=\"2021-11-30T11:56:58Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-controller-manager] on host [10.x.x.3]\"", "time=\"2021-11-30T11:56:58Z\" level=info msg=\"[controlplane] Successfully started [kube-controller-manager] container on host [10.x.x.1]\"", "time=\"2021-11-30T11:56:58Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-controller-manager] on host [10.x.x.1]\"", "time=\"2021-11-30T11:57:04Z\" level=info msg=\"[healthcheck] service [kube-controller-manager] on host [10.x.x.2] is healthy\"", "time=\"2021-11-30T11:57:04Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-11-30T11:57:04Z\" level=info msg=\"[healthcheck] service [kube-controller-manager] on host [10.x.x.3] is healthy\"", "time=\"2021-11-30T11:57:04Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-11-30T11:57:04Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:57:04Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:57:04Z\" level=info msg=\"[healthcheck] service [kube-controller-manager] on host [10.x.x.1] is healthy\"", "time=\"2021-11-30T11:57:04Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-11-30T11:57:05Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.2]\"", "time=\"2021-11-30T11:57:05Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:57:05Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:57:05Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.3]\"", "time=\"2021-11-30T11:57:05Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:57:05Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"", "time=\"2021-11-30T11:57:05Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"", "time=\"2021-11-30T11:57:05Z\" level=info msg=\"Starting container [kube-scheduler] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:57:05Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.1]\"", "time=\"2021-11-30T11:57:05Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:57:05Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"", "time=\"2021-11-30T11:57:05Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"", "time=\"2021-11-30T11:57:05Z\" level=info msg=\"Starting container [kube-scheduler] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:57:05Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"", "time=\"2021-11-30T11:57:05Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"", "time=\"2021-11-30T11:57:05Z\" level=info msg=\"[controlplane] Successfully started [kube-scheduler] container on host [10.x.x.2]\"", "time=\"2021-11-30T11:57:05Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-scheduler] on host [10.x.x.2]\"", "time=\"2021-11-30T11:57:05Z\" level=info msg=\"Starting container [kube-scheduler] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:57:05Z\" level=info msg=\"[controlplane] Successfully started [kube-scheduler] container on host [10.x.x.3]\"", "time=\"2021-11-30T11:57:05Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-scheduler] on host [10.x.x.3]\"", "time=\"2021-11-30T11:57:06Z\" level=info msg=\"[controlplane] Successfully started [kube-scheduler] container on host [10.x.x.1]\"", "time=\"2021-11-30T11:57:06Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-scheduler] on host [10.x.x.1]\"", "time=\"2021-11-30T11:57:07Z\" level=info msg=\"[healthcheck] service [kube-scheduler] on host [10.x.x.1] is healthy\"", "time=\"2021-11-30T11:57:07Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-11-30T11:57:07Z\" level=info msg=\"[healthcheck] service [kube-scheduler] on host [10.x.x.3] is healthy\"", "time=\"2021-11-30T11:57:07Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-11-30T11:57:07Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:57:07Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:57:07Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.1]\"", "time=\"2021-11-30T11:57:07Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:57:07Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.3]\"", "time=\"2021-11-30T11:57:07Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:57:07Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"", "time=\"2021-11-30T11:57:08Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"", "time=\"2021-11-30T11:57:11Z\" level=info msg=\"[healthcheck] service [kube-scheduler] on host [10.x.x.2] is healthy\"", "time=\"2021-11-30T11:57:11Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-11-30T11:57:12Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:57:12Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.2]\"", "time=\"2021-11-30T11:57:12Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:57:12Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"", "time=\"2021-11-30T11:57:12Z\" level=info msg=\"[controlplane] Successfully started Controller Plane..\"", "time=\"2021-11-30T11:57:12Z\" level=info msg=\"[worker] Building up Worker Plane..\"", "time=\"2021-11-30T11:57:12Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:57:12Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:57:12Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:57:12Z\" level=info msg=\"[sidekick] Sidekick container already created on host [10.x.x.3]\"", "time=\"2021-11-30T11:57:12Z\" level=info msg=\"[sidekick] Sidekick container already created on host [10.x.x.2]\"", "time=\"2021-11-30T11:57:12Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"", "time=\"2021-11-30T11:57:12Z\" level=info msg=\"[sidekick] Sidekick container already created on host [10.x.x.1]\"", "time=\"2021-11-30T11:57:12Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"", "time=\"2021-11-30T11:57:12Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"", "time=\"2021-11-30T11:57:12Z\" level=info msg=\"Starting container [kubelet] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:57:13Z\" level=info msg=\"Starting container [kubelet] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:57:13Z\" level=info msg=\"Starting container [kubelet] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:57:13Z\" level=info msg=\"[worker] Successfully started [kubelet] container on host [10.x.x.2]\"", "time=\"2021-11-30T11:57:13Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kubelet] on host [10.x.x.2]\"", "time=\"2021-11-30T11:57:13Z\" level=info msg=\"[worker] Successfully started [kubelet] container on host [10.x.x.3]\"", "time=\"2021-11-30T11:57:13Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kubelet] on host [10.x.x.3]\"", "time=\"2021-11-30T11:57:13Z\" level=info msg=\"[worker] Successfully started [kubelet] container on host [10.x.x.1]\"", "time=\"2021-11-30T11:57:13Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kubelet] on host [10.x.x.1]\"", "time=\"2021-11-30T11:57:24Z\" level=info msg=\"[healthcheck] service [kubelet] on host [10.x.x.2] is healthy\"", "time=\"2021-11-30T11:57:24Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-11-30T11:57:25Z\" level=info msg=\"[healthcheck] service [kubelet] on host [10.x.x.3] is healthy\"", "time=\"2021-11-30T11:57:25Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-11-30T11:57:25Z\" level=info msg=\"[healthcheck] service [kubelet] on host [10.x.x.1] is healthy\"", "time=\"2021-11-30T11:57:25Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-11-30T11:57:25Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:57:25Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:57:25Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:57:25Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.2]\"", "time=\"2021-11-30T11:57:25Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:57:25Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.1]\"", "time=\"2021-11-30T11:57:25Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:57:25Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.3]\"", "time=\"2021-11-30T11:57:25Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:57:25Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"", "time=\"2021-11-30T11:57:25Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"", "time=\"2021-11-30T11:57:25Z\" level=info msg=\"Starting container [kube-proxy] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:57:25Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"", "time=\"2021-11-30T11:57:25Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"", "time=\"2021-11-30T11:57:25Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"", "time=\"2021-11-30T11:57:25Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"", "time=\"2021-11-30T11:57:25Z\" level=info msg=\"[worker] Successfully started [kube-proxy] container on host [10.x.x.2]\"", "time=\"2021-11-30T11:57:25Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-proxy] on host [10.x.x.2]\"", "time=\"2021-11-30T11:57:26Z\" level=info msg=\"Starting container [kube-proxy] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:57:26Z\" level=info msg=\"Starting container [kube-proxy] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:57:26Z\" level=info msg=\"[worker] Successfully started [kube-proxy] container on host [10.x.x.3]\"", "time=\"2021-11-30T11:57:26Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-proxy] on host [10.x.x.3]\"", "time=\"2021-11-30T11:57:26Z\" level=info msg=\"[worker] Successfully started [kube-proxy] container on host [10.x.x.1]\"", "time=\"2021-11-30T11:57:26Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-proxy] on host [10.x.x.1]\"", "time=\"2021-11-30T11:58:00Z\" level=info msg=\"[healthcheck] service [kube-proxy] on host [10.x.x.1] is healthy\"", "time=\"2021-11-30T11:58:00Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-11-30T11:58:00Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:58:01Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.1]\"", "time=\"2021-11-30T11:58:01Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T11:58:01Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"", "time=\"2021-11-30T11:58:05Z\" level=info msg=\"[healthcheck] service [kube-proxy] on host [10.x.x.2] is healthy\"", "time=\"2021-11-30T11:58:05Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-11-30T11:58:06Z\" level=info msg=\"[healthcheck] service [kube-proxy] on host [10.x.x.3] is healthy\"", "time=\"2021-11-30T11:58:06Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-11-30T11:58:06Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:58:06Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:58:06Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.2]\"", "time=\"2021-11-30T11:58:06Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T11:58:06Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.3]\"", "time=\"2021-11-30T11:58:06Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T11:58:06Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"", "time=\"2021-11-30T11:58:07Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"", "time=\"2021-11-30T11:58:07Z\" level=info msg=\"[worker] Successfully started Worker Plane..\"", "time=\"2021-11-30T11:58:07Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.1, try #1\"", "time=\"2021-11-30T11:58:32Z\" level=error msg=\"Host 10.x.x.1 failed to report Ready status with error: [controlplane] Error getting node 10.x.x.1: \\"10.x.x.1\\" not found\"", "time=\"2021-11-30T11:58:32Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.2, try #1\"", "time=\"2021-11-30T11:58:57Z\" level=error msg=\"Host 10.x.x.2 failed to report Ready status with error: [controlplane] Error getting node 10.x.x.2: \\"10.x.x.2\\" not found\"", "time=\"2021-11-30T11:58:57Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.3, try #1\"", "time=\"2021-11-30T11:59:22Z\" level=error msg=\"Host 10.x.x.3 failed to report Ready status with error: [controlplane] Error getting node 10.x.x.3: \\"10.x.x.3\\" not found\"", "time=\"2021-11-30T11:59:22Z\" level=info msg=\"[controlplane] Processing controlplane hosts for upgrade 1 at a time\"", "time=\"2021-11-30T11:59:22Z\" level=info msg=\"Processing controlplane host 10.x.x.1\"", "time=\"2021-11-30T11:59:22Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.1, try #1\"", "time=\"2021-11-30T11:59:47Z\" level=error msg=\"Failed to upgrade hosts: 10.x.x.1 with error [[controlplane] Error getting node 10.x.x.1: \\"10.x.x.1\\" not found]\"", "time=\"2021-11-30T11:59:47Z\" level=fatal msg=\"[controlPlane] Failed to upgrade Control Plane: [[[controlplane] Error getting node 10.x.x.1: \\"10.x.x.1\\" not found]]\""]

superseb commented 2 years ago

I'm missing the output of the other 2 commands, please also share docker logs kubelet 2>&1 from 10.x.x.3

prajnadnayak commented 2 years ago

kubectl get pods -A --kubeconfig kubeconfig.yaml No resources found

kubectl get nodes -o wide --kubeconfig kubeconfig.yaml

No resources found

rke up \"Running RKE version: v1.3.1\"\ntime=\"2021-11-30T12:55:49Z\" level=info msg=\"Initiating Kubernetes cluster\"\ntime=\"2021-11-30T12:55:50Z\" level=info msg=\"[certificates] GenerateServingCertificate is disabled, checking if there are unused kubelet certificates\"\ntime=\"2021-11-30T12:55:50Z\" level=info msg=\"[certificates] Generating admin certificates and kubeconfig\"\ntime=\"2021-11-30T12:55:50Z\" level=info msg=\"Successfully Deployed state file at [./rancher-cluster.rkestate]\"\ntime=\"2021-11-30T12:55:50Z\" level=info msg=\"Building Kubernetes cluster\"\ntime=\"2021-11-30T12:55:50Z\" level=info msg=\"[dialer] Setup tunnel for host [10.x.x.3]\"\ntime=\"2021-11-30T12:55:50Z\" level=info msg=\"[dialer] Setup tunnel for host [10.x.x.1]\"\ntime=\"2021-11-30T12:55:50Z\" level=info msg=\"[dialer] Setup tunnel for host [10.x.x.2]\"\ntime=\"2021-11-30T12:55:50Z\" level=info msg=\"[certificates] Deploying kubernetes certificates to Cluster nodes\"\ntime=\"2021-11-30T12:55:50Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:55:50Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:55:50Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:55:50Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T12:55:50Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T12:55:50Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T12:55:51Z\" level=info msg=\"Starting container [cert-deployer] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:55:51Z\" level=info msg=\"Starting container [cert-deployer] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:55:51Z\" level=info msg=\"Starting container [cert-deployer] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:55:51Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:55:51Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:55:51Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:55:56Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:55:56Z\" level=info msg=\"Removing container [cert-deployer] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:55:56Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:55:56Z\" level=info msg=\"Removing container [cert-deployer] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:55:56Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:55:56Z\" level=info msg=\"Removing container [cert-deployer] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:55:56Z\" level=info msg=\"[reconcile] Rebuilding and updating local kube config\"\ntime=\"2021-11-30T12:55:56Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"\ntime=\"2021-11-30T12:55:56Z\" level=warning msg=\"[reconcile] host [10.x.x.1] is a control plane node without reachable Kubernetes API endpoint in the cluster\"\ntime=\"2021-11-30T12:55:56Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"\ntime=\"2021-11-30T12:55:56Z\" level=warning msg=\"[reconcile] host [10.x.x.2] is a control plane node without reachable Kubernetes API endpoint in the cluster\"\ntime=\"2021-11-30T12:55:56Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"\ntime=\"2021-11-30T12:55:56Z\" level=warning msg=\"[reconcile] host [10.x.x.3] is a control plane node without reachable Kubernetes API endpoint in the cluster\"\ntime=\"2021-11-30T12:55:56Z\" level=warning msg=\"[reconcile] no control plane node with reachable Kubernetes API endpoint in the cluster found\"\ntime=\"2021-11-30T12:55:56Z\" level=info msg=\"[certificates] Successfully deployed kubernetes certificates to Cluster nodes\"\ntime=\"2021-11-30T12:55:56Z\" level=info msg=\"[file-deploy] Deploying file [/etc/kubernetes/audit-policy.yaml] to node [10.x.x.1]\"\ntime=\"2021-11-30T12:55:56Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T12:55:56Z\" level=info msg=\"Starting container [file-deployer] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:55:57Z\" level=info msg=\"Successfully started [file-deployer] container on host [10.x.x.1]\"\ntime=\"2021-11-30T12:55:57Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.1]\"\ntime=\"2021-11-30T12:55:57Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.1]\"\ntime=\"2021-11-30T12:55:57Z\" level=info msg=\"Container [file-deployer] is still running on host [10.x.x.1]: stderr: [], stdout: []\"\ntime=\"2021-11-30T12:55:58Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.1]\"\ntime=\"2021-11-30T12:55:58Z\" level=info msg=\"Removing container [file-deployer] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:55:58Z\" level=info msg=\"[remove/file-deployer] Successfully removed container on host [10.x.x.1]\"\ntime=\"2021-11-30T12:55:58Z\" level=info msg=\"[file-deploy] Deploying file [/etc/kubernetes/audit-policy.yaml] to node [10.x.x.2]\"\ntime=\"2021-11-30T12:55:58Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T12:55:58Z\" level=info msg=\"Starting container [file-deployer] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:55:59Z\" level=info msg=\"Successfully started [file-deployer] container on host [10.x.x.2]\"\ntime=\"2021-11-30T12:55:59Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.2]\"\ntime=\"2021-11-30T12:55:59Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.2]\"\ntime=\"2021-11-30T12:55:59Z\" level=info msg=\"Container [file-deployer] is still running on host [10.x.x.2]: stderr: [], stdout: []\"\ntime=\"2021-11-30T12:56:00Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.2]\"\ntime=\"2021-11-30T12:56:00Z\" level=info msg=\"Removing container [file-deployer] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:56:00Z\" level=info msg=\"[remove/file-deployer] Successfully removed container on host [10.x.x.2]\"\ntime=\"2021-11-30T12:56:00Z\" level=info msg=\"[file-deploy] Deploying file [/etc/kubernetes/audit-policy.yaml] to node [10.x.x.3]\"\ntime=\"2021-11-30T12:56:00Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T12:56:00Z\" level=info msg=\"Starting container [file-deployer] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:56:01Z\" level=info msg=\"Successfully started [file-deployer] container on host [10.x.x.3]\"\ntime=\"2021-11-30T12:56:01Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.3]\"\ntime=\"2021-11-30T12:56:01Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.3]\"\ntime=\"2021-11-30T12:56:01Z\" level=info msg=\"Container [file-deployer] is still running on host [10.x.x.3]: stderr: [], stdout: []\"\ntime=\"2021-11-30T12:56:02Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.3]\"\ntime=\"2021-11-30T12:56:02Z\" level=info msg=\"Removing container [file-deployer] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:56:02Z\" level=info msg=\"[remove/file-deployer] Successfully removed container on host [10.x.x.3]\"\ntime=\"2021-11-30T12:56:02Z\" level=info msg=\"[/etc/kubernetes/audit-policy.yaml] Successfully deployed audit policy file to Cluster control nodes\"\ntime=\"2021-11-30T12:56:02Z\" level=info msg=\"[reconcile] Reconciling cluster state\"\ntime=\"2021-11-30T12:56:02Z\" level=info msg=\"[reconcile] Check etcd hosts to be deleted\"\ntime=\"2021-11-30T12:56:02Z\" level=info msg=\"[reconcile] Check etcd hosts to be added\"\ntime=\"2021-11-30T12:56:02Z\" level=info msg=\"[reconcile] Rebuilding and updating local kube config\"\ntime=\"2021-11-30T12:56:02Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"\ntime=\"2021-11-30T12:56:02Z\" level=warning msg=\"[reconcile] host [10.x.x.1] is a control plane node without reachable Kubernetes API endpoint in the cluster\"\ntime=\"2021-11-30T12:56:02Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"\ntime=\"2021-11-30T12:56:02Z\" level=warning msg=\"[reconcile] host [10.x.x.2] is a control plane node without reachable Kubernetes API endpoint in the cluster\"\ntime=\"2021-11-30T12:56:02Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"\ntime=\"2021-11-30T12:56:02Z\" level=warning msg=\"[reconcile] host [10.x.x.3] is a control plane node without reachable Kubernetes API endpoint in the cluster\"\ntime=\"2021-11-30T12:56:02Z\" level=warning msg=\"[reconcile] no control plane node with reachable Kubernetes API endpoint in the cluster found\"\ntime=\"2021-11-30T12:56:02Z\" level=info msg=\"[reconcile] Reconciled cluster state successfully\"\ntime=\"2021-11-30T12:56:02Z\" level=info msg=\"max_unavailable_worker got rounded down to 0, resetting to 1\"\ntime=\"2021-11-30T12:56:02Z\" level=info msg=\"Setting maxUnavailable for worker nodes to: 1\"\ntime=\"2021-11-30T12:56:02Z\" level=info msg=\"Setting maxUnavailable for controlplane nodes to: 1\"\ntime=\"2021-11-30T12:56:02Z\" level=info msg=\"Pre-pulling kubernetes images\"\ntime=\"2021-11-30T12:56:02Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T12:56:02Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T12:56:02Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T12:56:02Z\" level=info msg=\"Kubernetes images pulled successfully\"\ntime=\"2021-11-30T12:56:02Z\" level=info msg=\"[etcd] Building up etcd plane..\"\ntime=\"2021-11-30T12:56:02Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T12:56:02Z\" level=info msg=\"Starting container [etcd-fix-perm] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:56:03Z\" level=info msg=\"Successfully started [etcd-fix-perm] container on host [10.x.x.1]\"\ntime=\"2021-11-30T12:56:03Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.1]\"\ntime=\"2021-11-30T12:56:03Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.1]\"\ntime=\"2021-11-30T12:56:03Z\" level=info msg=\"Container [etcd-fix-perm] is still running on host [10.x.x.1]: stderr: [], stdout: []\"\ntime=\"2021-11-30T12:56:04Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.1]\"\ntime=\"2021-11-30T12:56:04Z\" level=info msg=\"Removing container [etcd-fix-perm] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:56:04Z\" level=info msg=\"[remove/etcd-fix-perm] Successfully removed container on host [10.x.x.1]\"\ntime=\"2021-11-30T12:56:04Z\" level=info msg=\"Image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T12:56:04Z\" level=info msg=\"Starting container [etcd] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:56:05Z\" level=info msg=\"[etcd] Successfully started [etcd] container on host [10.x.x.1]\"\ntime=\"2021-11-30T12:56:05Z\" level=info msg=\"[etcd] Running rolling snapshot container [etcd-snapshot-once] on host [10.x.x.1]\"\ntime=\"2021-11-30T12:56:05Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T12:56:05Z\" level=info msg=\"Starting container [etcd-rolling-snapshots] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:56:05Z\" level=info msg=\"[etcd] Successfully started [etcd-rolling-snapshots] container on host [10.x.x.1]\"\ntime=\"2021-11-30T12:56:10Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T12:56:11Z\" level=info msg=\"Starting container [rke-bundle-cert] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:56:11Z\" level=info msg=\"[certificates] Successfully started [rke-bundle-cert] container on host [10.x.x.1]\"\ntime=\"2021-11-30T12:56:11Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.1]\"\ntime=\"2021-11-30T12:56:11Z\" level=info msg=\"Container [rke-bundle-cert] is still running on host [10.x.x.1]: stderr: [], stdout: []\"\ntime=\"2021-11-30T12:56:12Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.1]\"\ntime=\"2021-11-30T12:56:12Z\" level=info msg=\"[certificates] successfully saved certificate bundle [/opt/rke/etcd-snapshots//pki.bundle.tar.gz] on host [10.x.x.1]\"\ntime=\"2021-11-30T12:56:12Z\" level=info msg=\"Removing container [rke-bundle-cert] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:56:12Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T12:56:12Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:56:13Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.1]\"\ntime=\"2021-11-30T12:56:13Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:56:13Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"\ntime=\"2021-11-30T12:56:13Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T12:56:13Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:56:14Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.1]\"\ntime=\"2021-11-30T12:56:14Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:56:14Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"\ntime=\"2021-11-30T12:56:14Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T12:56:14Z\" level=info msg=\"Starting container [etcd-fix-perm] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:56:15Z\" level=info msg=\"Successfully started [etcd-fix-perm] container on host [10.x.x.2]\"\ntime=\"2021-11-30T12:56:15Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.2]\"\ntime=\"2021-11-30T12:56:15Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.2]\"\ntime=\"2021-11-30T12:56:15Z\" level=info msg=\"Container [etcd-fix-perm] is still running on host [10.x.x.2]: stderr: [], stdout: []\"\ntime=\"2021-11-30T12:56:16Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.2]\"\ntime=\"2021-11-30T12:56:16Z\" level=info msg=\"Removing container [etcd-fix-perm] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:56:16Z\" level=info msg=\"[remove/etcd-fix-perm] Successfully removed container on host [10.x.x.2]\"\ntime=\"2021-11-30T12:56:16Z\" level=info msg=\"Image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T12:56:16Z\" level=info msg=\"Starting container [etcd] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:56:17Z\" level=info msg=\"[etcd] Successfully started [etcd] container on host [10.x.x.2]\"\ntime=\"2021-11-30T12:56:17Z\" level=info msg=\"[etcd] Running rolling snapshot container [etcd-snapshot-once] on host [10.x.x.2]\"\ntime=\"2021-11-30T12:56:17Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T12:56:46Z\" level=info msg=\"Starting container [etcd-rolling-snapshots] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:56:47Z\" level=info msg=\"[etcd] Successfully started [etcd-rolling-snapshots] container on host [10.x.x.2]\"\ntime=\"2021-11-30T12:56:52Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T12:56:52Z\" level=info msg=\"Starting container [rke-bundle-cert] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:56:52Z\" level=info msg=\"[certificates] Successfully started [rke-bundle-cert] container on host [10.x.x.2]\"\ntime=\"2021-11-30T12:56:52Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.2]\"\ntime=\"2021-11-30T12:56:52Z\" level=info msg=\"Container [rke-bundle-cert] is still running on host [10.x.x.2]: stderr: [], stdout: []\"\ntime=\"2021-11-30T12:56:53Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.2]\"\ntime=\"2021-11-30T12:56:53Z\" level=info msg=\"[certificates] successfully saved certificate bundle [/opt/rke/etcd-snapshots//pki.bundle.tar.gz] on host [10.x.x.2]\"\ntime=\"2021-11-30T12:56:53Z\" level=info msg=\"Removing container [rke-bundle-cert] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:56:53Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T12:56:54Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:56:54Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.2]\"\ntime=\"2021-11-30T12:56:54Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:56:54Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"\ntime=\"2021-11-30T12:56:54Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T12:56:55Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:56:55Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.2]\"\ntime=\"2021-11-30T12:56:55Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:56:55Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"\ntime=\"2021-11-30T12:56:56Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T12:56:56Z\" level=info msg=\"Starting container [etcd-fix-perm] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:56:57Z\" level=info msg=\"Successfully started [etcd-fix-perm] container on host [10.x.x.3]\"\ntime=\"2021-11-30T12:56:57Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.3]\"\ntime=\"2021-11-30T12:56:57Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.3]\"\ntime=\"2021-11-30T12:56:57Z\" level=info msg=\"Container [etcd-fix-perm] is still running on host [10.x.x.3]: stderr: [], stdout: []\"\ntime=\"2021-11-30T12:56:58Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.3]\"\ntime=\"2021-11-30T12:56:58Z\" level=info msg=\"Removing container [etcd-fix-perm] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:56:58Z\" level=info msg=\"[remove/etcd-fix-perm] Successfully removed container on host [10.x.x.3]\"\ntime=\"2021-11-30T12:56:58Z\" level=info msg=\"Image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T12:56:58Z\" level=info msg=\"Starting container [etcd] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:56:59Z\" level=info msg=\"[etcd] Successfully started [etcd] container on host [10.x.x.3]\"\ntime=\"2021-11-30T12:56:59Z\" level=info msg=\"[etcd] Running rolling snapshot container [etcd-snapshot-once] on host [10.x.x.3]\"\ntime=\"2021-11-30T12:56:59Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T12:56:59Z\" level=info msg=\"Starting container [etcd-rolling-snapshots] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:56:59Z\" level=info msg=\"[etcd] Successfully started [etcd-rolling-snapshots] container on host [10.x.x.3]\"\ntime=\"2021-11-30T12:57:04Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T12:57:04Z\" level=info msg=\"Starting container [rke-bundle-cert] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:57:05Z\" level=info msg=\"[certificates] Successfully started [rke-bundle-cert] container on host [10.x.x.3]\"\ntime=\"2021-11-30T12:57:05Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.3]\"\ntime=\"2021-11-30T12:57:05Z\" level=info msg=\"Container [rke-bundle-cert] is still running on host [10.x.x.3]: stderr: [], stdout: []\"\ntime=\"2021-11-30T12:57:06Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.3]\"\ntime=\"2021-11-30T12:57:06Z\" level=info msg=\"[certificates] successfully saved certificate bundle [/opt/rke/etcd-snapshots//pki.bundle.tar.gz] on host [10.x.x.3]\"\ntime=\"2021-11-30T12:57:06Z\" level=info msg=\"Removing container [rke-bundle-cert] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:57:06Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T12:57:21Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:57:22Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.3]\"\ntime=\"2021-11-30T12:57:22Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:57:22Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"\ntime=\"2021-11-30T12:57:22Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T12:57:22Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:57:23Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.3]\"\ntime=\"2021-11-30T12:57:23Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:57:23Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"\ntime=\"2021-11-30T12:57:23Z\" level=info msg=\"[etcd] Successfully started etcd plane.. Checking etcd cluster health\"\ntime=\"2021-11-30T12:57:24Z\" level=info msg=\"[etcd] etcd host [10.x.x.1] reported healthy=true\"\ntime=\"2021-11-30T12:57:24Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.1, try #1\"\ntime=\"2021-11-30T12:57:49Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.2, try #1\"\ntime=\"2021-11-30T12:58:14Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.3, try #1\"\ntime=\"2021-11-30T12:58:39Z\" level=info msg=\"Attempting upgrade of controlplane components on following hosts in NotReady status: 10.x.x.1,10.x.x.2,10.x.x.3\"\ntime=\"2021-11-30T12:58:39Z\" level=info msg=\"[controlplane] Building up Controller Plane..\"\ntime=\"2021-11-30T12:58:39Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:58:39Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T12:58:39Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:58:39Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T12:58:39Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:58:39Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T12:58:40Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T12:58:40Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T12:58:40Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T12:58:40Z\" level=info msg=\"Starting container [kube-apiserver] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:58:40Z\" level=info msg=\"Starting container [kube-apiserver] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:58:40Z\" level=info msg=\"Starting container [kube-apiserver] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:58:40Z\" level=info msg=\"[controlplane] Successfully started [kube-apiserver] container on host [10.x.x.2]\"\ntime=\"2021-11-30T12:58:40Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-apiserver] on host [10.x.x.2]\"\ntime=\"2021-11-30T12:58:40Z\" level=info msg=\"[controlplane] Successfully started [kube-apiserver] container on host [10.x.x.3]\"\ntime=\"2021-11-30T12:58:40Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-apiserver] on host [10.x.x.3]\"\ntime=\"2021-11-30T12:58:40Z\" level=info msg=\"[controlplane] Successfully started [kube-apiserver] container on host [10.x.x.1]\"\ntime=\"2021-11-30T12:58:40Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-apiserver] on host [10.x.x.1]\"\ntime=\"2021-11-30T12:58:49Z\" level=info msg=\"[healthcheck] service [kube-apiserver] on host [10.x.x.2] is healthy\"\ntime=\"2021-11-30T12:58:49Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T12:58:49Z\" level=info msg=\"[healthcheck] service [kube-apiserver] on host [10.x.x.1] is healthy\"\ntime=\"2021-11-30T12:58:49Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T12:58:49Z\" level=info msg=\"[healthcheck] service [kube-apiserver] on host [10.x.x.3] is healthy\"\ntime=\"2021-11-30T12:58:49Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T12:58:49Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:58:49Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:58:49Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:58:50Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.2]\"\ntime=\"2021-11-30T12:58:50Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:58:50Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.1]\"\ntime=\"2021-11-30T12:58:50Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:58:50Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.3]\"\ntime=\"2021-11-30T12:58:50Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:58:50Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"\ntime=\"2021-11-30T12:58:50Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T12:58:50Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"\ntime=\"2021-11-30T12:58:50Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T12:58:50Z\" level=info msg=\"Starting container [kube-controller-manager] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:58:50Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"\ntime=\"2021-11-30T12:58:50Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T12:58:50Z\" level=info msg=\"Starting container [kube-controller-manager] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:58:50Z\" level=info msg=\"Starting container [kube-controller-manager] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:58:51Z\" level=info msg=\"[controlplane] Successfully started [kube-controller-manager] container on host [10.x.x.2]\"\ntime=\"2021-11-30T12:58:51Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-controller-manager] on host [10.x.x.2]\"\ntime=\"2021-11-30T12:58:51Z\" level=info msg=\"[controlplane] Successfully started [kube-controller-manager] container on host [10.x.x.1]\"\ntime=\"2021-11-30T12:58:51Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-controller-manager] on host [10.x.x.1]\"\ntime=\"2021-11-30T12:58:51Z\" level=info msg=\"[controlplane] Successfully started [kube-controller-manager] container on host [10.x.x.3]\"\ntime=\"2021-11-30T12:58:51Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-controller-manager] on host [10.x.x.3]\"\ntime=\"2021-11-30T12:58:52Z\" level=info msg=\"[healthcheck] service [kube-controller-manager] on host [10.x.x.3] is healthy\"\ntime=\"2021-11-30T12:58:52Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T12:58:52Z\" level=info msg=\"[healthcheck] service [kube-controller-manager] on host [10.x.x.1] is healthy\"\ntime=\"2021-11-30T12:58:52Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T12:58:52Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:58:52Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:58:52Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.3]\"\ntime=\"2021-11-30T12:58:52Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:58:53Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.1]\"\ntime=\"2021-11-30T12:58:53Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:58:53Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"\ntime=\"2021-11-30T12:58:53Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T12:58:53Z\" level=info msg=\"Starting container [kube-scheduler] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:58:53Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"\ntime=\"2021-11-30T12:58:53Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T12:58:53Z\" level=info msg=\"Starting container [kube-scheduler] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:58:53Z\" level=info msg=\"[controlplane] Successfully started [kube-scheduler] container on host [10.x.x.3]\"\ntime=\"2021-11-30T12:58:53Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-scheduler] on host [10.x.x.3]\"\ntime=\"2021-11-30T12:58:53Z\" level=info msg=\"[controlplane] Successfully started [kube-scheduler] container on host [10.x.x.1]\"\ntime=\"2021-11-30T12:58:53Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-scheduler] on host [10.x.x.1]\"\ntime=\"2021-11-30T12:58:54Z\" level=info msg=\"[healthcheck] service [kube-scheduler] on host [10.x.x.3] is healthy\"\ntime=\"2021-11-30T12:58:54Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T12:58:55Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:58:55Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.3]\"\ntime=\"2021-11-30T12:58:55Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:58:55Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"\ntime=\"2021-11-30T12:58:57Z\" level=info msg=\"[healthcheck] service [kube-controller-manager] on host [10.x.x.2] is healthy\"\ntime=\"2021-11-30T12:58:57Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T12:58:57Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:58:58Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.2]\"\ntime=\"2021-11-30T12:58:58Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:58:58Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"\ntime=\"2021-11-30T12:58:58Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T12:58:58Z\" level=info msg=\"Starting container [kube-scheduler] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:58:58Z\" level=info msg=\"[controlplane] Successfully started [kube-scheduler] container on host [10.x.x.2]\"\ntime=\"2021-11-30T12:58:58Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-scheduler] on host [10.x.x.2]\"\ntime=\"2021-11-30T12:58:59Z\" level=info msg=\"[healthcheck] service [kube-scheduler] on host [10.x.x.2] is healthy\"\ntime=\"2021-11-30T12:58:59Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T12:58:59Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:59:00Z\" level=info msg=\"[healthcheck] service [kube-scheduler] on host [10.x.x.1] is healthy\"\ntime=\"2021-11-30T12:59:00Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T12:59:00Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.2]\"\ntime=\"2021-11-30T12:59:00Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:59:00Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:59:00Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"\ntime=\"2021-11-30T12:59:00Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.1]\"\ntime=\"2021-11-30T12:59:00Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:59:01Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"\ntime=\"2021-11-30T12:59:01Z\" level=info msg=\"[controlplane] Successfully started Controller Plane..\"\ntime=\"2021-11-30T12:59:01Z\" level=info msg=\"[worker] Building up Worker Plane..\"\ntime=\"2021-11-30T12:59:01Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:59:01Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:59:01Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:59:01Z\" level=info msg=\"[sidekick] Sidekick container already created on host [10.x.x.2]\"\ntime=\"2021-11-30T12:59:01Z\" level=info msg=\"[sidekick] Sidekick container already created on host [10.x.x.1]\"\ntime=\"2021-11-30T12:59:01Z\" level=info msg=\"[sidekick] Sidekick container already created on host [10.x.x.3]\"\ntime=\"2021-11-30T12:59:01Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T12:59:01Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T12:59:01Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T12:59:01Z\" level=info msg=\"Starting container [kubelet] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:59:01Z\" level=info msg=\"Starting container [kubelet] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:59:01Z\" level=info msg=\"Starting container [kubelet] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:59:01Z\" level=info msg=\"[worker] Successfully started [kubelet] container on host [10.x.x.2]\"\ntime=\"2021-11-30T12:59:01Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kubelet] on host [10.x.x.2]\"\ntime=\"2021-11-30T12:59:01Z\" level=info msg=\"[worker] Successfully started [kubelet] container on host [10.x.x.1]\"\ntime=\"2021-11-30T12:59:01Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kubelet] on host [10.x.x.1]\"\ntime=\"2021-11-30T12:59:01Z\" level=info msg=\"[worker] Successfully started [kubelet] container on host [10.x.x.3]\"\ntime=\"2021-11-30T12:59:01Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kubelet] on host [10.x.x.3]\"\ntime=\"2021-11-30T12:59:13Z\" level=info msg=\"[healthcheck] service [kubelet] on host [10.x.x.2] is healthy\"\ntime=\"2021-11-30T12:59:13Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T12:59:13Z\" level=info msg=\"[healthcheck] service [kubelet] on host [10.x.x.1] is healthy\"\ntime=\"2021-11-30T12:59:13Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T12:59:13Z\" level=info msg=\"[healthcheck] service [kubelet] on host [10.x.x.3] is healthy\"\ntime=\"2021-11-30T12:59:13Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T12:59:13Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:59:13Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:59:13Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.2]\"\ntime=\"2021-11-30T12:59:13Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:59:14Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.3]\"\ntime=\"2021-11-30T12:59:14Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:59:14Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"\ntime=\"2021-11-30T12:59:14Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"\ntime=\"2021-11-30T12:59:14Z\" level=info msg=\"Starting container [kube-proxy] on host [10.x.x.2], try #1\"\ntime=\"2021-11-30T12:59:14Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"\ntime=\"2021-11-30T12:59:14Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"\ntime=\"2021-11-30T12:59:14Z\" level=info msg=\"[worker] Successfully started [kube-proxy] container on host [10.x.x.2]\"\ntime=\"2021-11-30T12:59:14Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-proxy] on host [10.x.x.2]\"\ntime=\"2021-11-30T12:59:14Z\" level=info msg=\"Starting container [kube-proxy] on host [10.x.x.3], try #1\"\ntime=\"2021-11-30T12:59:14Z\" level=info msg=\"[worker] Successfully started [kube-proxy] container on host [10.x.x.3]\"\ntime=\"2021-11-30T12:59:14Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-proxy] on host [10.x.x.3]\"\ntime=\"2021-11-30T12:59:33Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:59:34Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.1]\"\ntime=\"2021-11-30T12:59:34Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:59:34Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"\ntime=\"2021-11-30T12:59:34Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T12:59:34Z\" level=info msg=\"Starting container [kube-proxy] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T12:59:35Z\" level=info msg=\"[worker] Successfully started [kube-proxy] container on host [10.x.x.1]\"\ntime=\"2021-11-30T12:59:35Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-proxy] on host [10.x.x.1]\"\ntime=\"2021-11-30T13:00:14Z\" level=info msg=\"[healthcheck] service [kube-proxy] on host [10.x.x.1] is healthy\"\ntime=\"2021-11-30T13:00:14Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-11-30T13:00:15Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T13:00:15Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.1]\"\ntime=\"2021-11-30T13:00:15Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-11-30T13:00:16Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"\ntime=\"2021-11-30T13:00:16Z\" level=error msg=\"Failed to upgrade worker components on NotReady hosts, error: [Failed to verify healthcheck: Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.2]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), log: I1130 13:00:10.615491 13676 proxier.go:826] syncProxyRules took 28.141668ms]\"\ntime=\"2021-11-30T13:00:16Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.1, try #1\"\ntime=\"2021-11-30T13:00:41Z\" level=error msg=\"Host 10.x.x.1 failed to report Ready status with error: [controlplane] Error getting node 10.x.x.1: \\"10.x.x.1\\" not found\"\ntime=\"2021-11-30T13:00:41Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.2, try #1\"\ntime=\"2021-11-30T13:01:06Z\" level=error msg=\"Host 10.x.x.2 failed to report Ready status with error: [controlplane] Error getting node 10.x.x.2: \\"10.x.x.2\\" not found\"\ntime=\"2021-11-30T13:01:06Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.3, try #1\"\ntime=\"2021-11-30T13:01:31Z\" level=error msg=\"Host 10.x.x.3 failed to report Ready status with error: [controlplane] Error getting node 10.x.x.3: \\"10.x.x.3\\" not found\"\ntime=\"2021-11-30T13:01:31Z\" level=info msg=\"[controlplane] Processing controlplane hosts for upgrade 1 at a time\"\ntime=\"2021-11-30T13:01:31Z\" level=info msg=\"Processing controlplane host 10.x.x.1\"\ntime=\"2021-11-30T13:01:31Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.1, try #1\"\ntime=\"2021-11-30T13:01:56Z\" level=error msg=\"Failed to upgrade hosts: 10.x.x.1 with error [[controlplane] Error getting node 10.x.x.1: \\"10.x.x.1\\" not found]\"\ntime=\"2021-11-30T13:01:56Z\" level=fatal msg=\"[controlPlane] Failed to upgrade Control Plane: [[[controlplane] Error getting node 10.x.x.1: \\"10.x.x.1\\" not found]]\"", "stdout_lines": ["time=\"2021-11-30T12:55:49Z\" level=info msg=\"Running RKE version: v1.3.1\"", "time=\"2021-11-30T12:55:49Z\" level=info msg=\"Initiating Kubernetes cluster\"", "time=\"2021-11-30T12:55:50Z\" level=info msg=\"[certificates] GenerateServingCertificate is disabled, checking if there are unused kubelet certificates\"", "time=\"2021-11-30T12:55:50Z\" level=info msg=\"[certificates] Generating admin certificates and kubeconfig\"", "time=\"2021-11-30T12:55:50Z\" level=info msg=\"Successfully Deployed state file at [./rancher-cluster.rkestate]\"", "time=\"2021-11-30T12:55:50Z\" level=info msg=\"Building Kubernetes cluster\"", "time=\"2021-11-30T12:55:50Z\" level=info msg=\"[dialer] Setup tunnel for host [10.x.x.3]\"", "time=\"2021-11-30T12:55:50Z\" level=info msg=\"[dialer] Setup tunnel for host [10.x.x.1]\"", "time=\"2021-11-30T12:55:50Z\" level=info msg=\"[dialer] Setup tunnel for host [10.x.x.2]\"", "time=\"2021-11-30T12:55:50Z\" level=info msg=\"[certificates] Deploying kubernetes certificates to Cluster nodes\"", "time=\"2021-11-30T12:55:50Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:55:50Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:55:50Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:55:50Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-11-30T12:55:50Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-11-30T12:55:50Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-11-30T12:55:51Z\" level=info msg=\"Starting container [cert-deployer] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:55:51Z\" level=info msg=\"Starting container [cert-deployer] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:55:51Z\" level=info msg=\"Starting container [cert-deployer] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:55:51Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:55:51Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:55:51Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:55:56Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:55:56Z\" level=info msg=\"Removing container [cert-deployer] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:55:56Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:55:56Z\" level=info msg=\"Removing container [cert-deployer] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:55:56Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:55:56Z\" level=info msg=\"Removing container [cert-deployer] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:55:56Z\" level=info msg=\"[reconcile] Rebuilding and updating local kube config\"", "time=\"2021-11-30T12:55:56Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"", "time=\"2021-11-30T12:55:56Z\" level=warning msg=\"[reconcile] host [10.x.x.1] is a control plane node without reachable Kubernetes API endpoint in the cluster\"", "time=\"2021-11-30T12:55:56Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"", "time=\"2021-11-30T12:55:56Z\" level=warning msg=\"[reconcile] host [10.x.x.2] is a control plane node without reachable Kubernetes API endpoint in the cluster\"", "time=\"2021-11-30T12:55:56Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"", "time=\"2021-11-30T12:55:56Z\" level=warning msg=\"[reconcile] host [10.x.x.3] is a control plane node without reachable Kubernetes API endpoint in the cluster\"", "time=\"2021-11-30T12:55:56Z\" level=warning msg=\"[reconcile] no control plane node with reachable Kubernetes API endpoint in the cluster found\"", "time=\"2021-11-30T12:55:56Z\" level=info msg=\"[certificates] Successfully deployed kubernetes certificates to Cluster nodes\"", "time=\"2021-11-30T12:55:56Z\" level=info msg=\"[file-deploy] Deploying file [/etc/kubernetes/audit-policy.yaml] to node [10.x.x.1]\"", "time=\"2021-11-30T12:55:56Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-11-30T12:55:56Z\" level=info msg=\"Starting container [file-deployer] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:55:57Z\" level=info msg=\"Successfully started [file-deployer] container on host [10.x.x.1]\"", "time=\"2021-11-30T12:55:57Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.1]\"", "time=\"2021-11-30T12:55:57Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.1]\"", "time=\"2021-11-30T12:55:57Z\" level=info msg=\"Container [file-deployer] is still running on host [10.x.x.1]: stderr: [], stdout: []\"", "time=\"2021-11-30T12:55:58Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.1]\"", "time=\"2021-11-30T12:55:58Z\" level=info msg=\"Removing container [file-deployer] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:55:58Z\" level=info msg=\"[remove/file-deployer] Successfully removed container on host [10.x.x.1]\"", "time=\"2021-11-30T12:55:58Z\" level=info msg=\"[file-deploy] Deploying file [/etc/kubernetes/audit-policy.yaml] to node [10.x.x.2]\"", "time=\"2021-11-30T12:55:58Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-11-30T12:55:58Z\" level=info msg=\"Starting container [file-deployer] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:55:59Z\" level=info msg=\"Successfully started [file-deployer] container on host [10.x.x.2]\"", "time=\"2021-11-30T12:55:59Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.2]\"", "time=\"2021-11-30T12:55:59Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.2]\"", "time=\"2021-11-30T12:55:59Z\" level=info msg=\"Container [file-deployer] is still running on host [10.x.x.2]: stderr: [], stdout: []\"", "time=\"2021-11-30T12:56:00Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.2]\"", "time=\"2021-11-30T12:56:00Z\" level=info msg=\"Removing container [file-deployer] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:56:00Z\" level=info msg=\"[remove/file-deployer] Successfully removed container on host [10.x.x.2]\"", "time=\"2021-11-30T12:56:00Z\" level=info msg=\"[file-deploy] Deploying file [/etc/kubernetes/audit-policy.yaml] to node [10.x.x.3]\"", "time=\"2021-11-30T12:56:00Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-11-30T12:56:00Z\" level=info msg=\"Starting container [file-deployer] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:56:01Z\" level=info msg=\"Successfully started [file-deployer] container on host [10.x.x.3]\"", "time=\"2021-11-30T12:56:01Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.3]\"", "time=\"2021-11-30T12:56:01Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.3]\"", "time=\"2021-11-30T12:56:01Z\" level=info msg=\"Container [file-deployer] is still running on host [10.x.x.3]: stderr: [], stdout: []\"", "time=\"2021-11-30T12:56:02Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.3]\"", "time=\"2021-11-30T12:56:02Z\" level=info msg=\"Removing container [file-deployer] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:56:02Z\" level=info msg=\"[remove/file-deployer] Successfully removed container on host [10.x.x.3]\"", "time=\"2021-11-30T12:56:02Z\" level=info msg=\"[/etc/kubernetes/audit-policy.yaml] Successfully deployed audit policy file to Cluster control nodes\"", "time=\"2021-11-30T12:56:02Z\" level=info msg=\"[reconcile] Reconciling cluster state\"", "time=\"2021-11-30T12:56:02Z\" level=info msg=\"[reconcile] Check etcd hosts to be deleted\"", "time=\"2021-11-30T12:56:02Z\" level=info msg=\"[reconcile] Check etcd hosts to be added\"", "time=\"2021-11-30T12:56:02Z\" level=info msg=\"[reconcile] Rebuilding and updating local kube config\"", "time=\"2021-11-30T12:56:02Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"", "time=\"2021-11-30T12:56:02Z\" level=warning msg=\"[reconcile] host [10.x.x.1] is a control plane node without reachable Kubernetes API endpoint in the cluster\"", "time=\"2021-11-30T12:56:02Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"", "time=\"2021-11-30T12:56:02Z\" level=warning msg=\"[reconcile] host [10.x.x.2] is a control plane node without reachable Kubernetes API endpoint in the cluster\"", "time=\"2021-11-30T12:56:02Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"", "time=\"2021-11-30T12:56:02Z\" level=warning msg=\"[reconcile] host [10.x.x.3] is a control plane node without reachable Kubernetes API endpoint in the cluster\"", "time=\"2021-11-30T12:56:02Z\" level=warning msg=\"[reconcile] no control plane node with reachable Kubernetes API endpoint in the cluster found\"", "time=\"2021-11-30T12:56:02Z\" level=info msg=\"[reconcile] Reconciled cluster state successfully\"", "time=\"2021-11-30T12:56:02Z\" level=info msg=\"max_unavailable_worker got rounded down to 0, resetting to 1\"", "time=\"2021-11-30T12:56:02Z\" level=info msg=\"Setting maxUnavailable for worker nodes to: 1\"", "time=\"2021-11-30T12:56:02Z\" level=info msg=\"Setting maxUnavailable for controlplane nodes to: 1\"", "time=\"2021-11-30T12:56:02Z\" level=info msg=\"Pre-pulling kubernetes images\"", "time=\"2021-11-30T12:56:02Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"", "time=\"2021-11-30T12:56:02Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"", "time=\"2021-11-30T12:56:02Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"", "time=\"2021-11-30T12:56:02Z\" level=info msg=\"Kubernetes images pulled successfully\"", "time=\"2021-11-30T12:56:02Z\" level=info msg=\"[etcd] Building up etcd plane..\"", "time=\"2021-11-30T12:56:02Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-11-30T12:56:02Z\" level=info msg=\"Starting container [etcd-fix-perm] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:56:03Z\" level=info msg=\"Successfully started [etcd-fix-perm] container on host [10.x.x.1]\"", "time=\"2021-11-30T12:56:03Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.1]\"", "time=\"2021-11-30T12:56:03Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.1]\"", "time=\"2021-11-30T12:56:03Z\" level=info msg=\"Container [etcd-fix-perm] is still running on host [10.x.x.1]: stderr: [], stdout: []\"", "time=\"2021-11-30T12:56:04Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.1]\"", "time=\"2021-11-30T12:56:04Z\" level=info msg=\"Removing container [etcd-fix-perm] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:56:04Z\" level=info msg=\"[remove/etcd-fix-perm] Successfully removed container on host [10.x.x.1]\"", "time=\"2021-11-30T12:56:04Z\" level=info msg=\"Image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] exists on host [10.x.x.1]\"", "time=\"2021-11-30T12:56:04Z\" level=info msg=\"Starting container [etcd] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:56:05Z\" level=info msg=\"[etcd] Successfully started [etcd] container on host [10.x.x.1]\"", "time=\"2021-11-30T12:56:05Z\" level=info msg=\"[etcd] Running rolling snapshot container [etcd-snapshot-once] on host [10.x.x.1]\"", "time=\"2021-11-30T12:56:05Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-11-30T12:56:05Z\" level=info msg=\"Starting container [etcd-rolling-snapshots] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:56:05Z\" level=info msg=\"[etcd] Successfully started [etcd-rolling-snapshots] container on host [10.x.x.1]\"", "time=\"2021-11-30T12:56:10Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-11-30T12:56:11Z\" level=info msg=\"Starting container [rke-bundle-cert] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:56:11Z\" level=info msg=\"[certificates] Successfully started [rke-bundle-cert] container on host [10.x.x.1]\"", "time=\"2021-11-30T12:56:11Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.1]\"", "time=\"2021-11-30T12:56:11Z\" level=info msg=\"Container [rke-bundle-cert] is still running on host [10.x.x.1]: stderr: [], stdout: []\"", "time=\"2021-11-30T12:56:12Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.1]\"", "time=\"2021-11-30T12:56:12Z\" level=info msg=\"[certificates] successfully saved certificate bundle [/opt/rke/etcd-snapshots//pki.bundle.tar.gz] on host [10.x.x.1]\"", "time=\"2021-11-30T12:56:12Z\" level=info msg=\"Removing container [rke-bundle-cert] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:56:12Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-11-30T12:56:12Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:56:13Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.1]\"", "time=\"2021-11-30T12:56:13Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:56:13Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"", "time=\"2021-11-30T12:56:13Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-11-30T12:56:13Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:56:14Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.1]\"", "time=\"2021-11-30T12:56:14Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:56:14Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"", "time=\"2021-11-30T12:56:14Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-11-30T12:56:14Z\" level=info msg=\"Starting container [etcd-fix-perm] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:56:15Z\" level=info msg=\"Successfully started [etcd-fix-perm] container on host [10.x.x.2]\"", "time=\"2021-11-30T12:56:15Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.2]\"", "time=\"2021-11-30T12:56:15Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.2]\"", "time=\"2021-11-30T12:56:15Z\" level=info msg=\"Container [etcd-fix-perm] is still running on host [10.x.x.2]: stderr: [], stdout: []\"", "time=\"2021-11-30T12:56:16Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.2]\"", "time=\"2021-11-30T12:56:16Z\" level=info msg=\"Removing container [etcd-fix-perm] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:56:16Z\" level=info msg=\"[remove/etcd-fix-perm] Successfully removed container on host [10.x.x.2]\"", "time=\"2021-11-30T12:56:16Z\" level=info msg=\"Image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] exists on host [10.x.x.2]\"", "time=\"2021-11-30T12:56:16Z\" level=info msg=\"Starting container [etcd] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:56:17Z\" level=info msg=\"[etcd] Successfully started [etcd] container on host [10.x.x.2]\"", "time=\"2021-11-30T12:56:17Z\" level=info msg=\"[etcd] Running rolling snapshot container [etcd-snapshot-once] on host [10.x.x.2]\"", "time=\"2021-11-30T12:56:17Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-11-30T12:56:46Z\" level=info msg=\"Starting container [etcd-rolling-snapshots] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:56:47Z\" level=info msg=\"[etcd] Successfully started [etcd-rolling-snapshots] container on host [10.x.x.2]\"", "time=\"2021-11-30T12:56:52Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-11-30T12:56:52Z\" level=info msg=\"Starting container [rke-bundle-cert] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:56:52Z\" level=info msg=\"[certificates] Successfully started [rke-bundle-cert] container on host [10.x.x.2]\"", "time=\"2021-11-30T12:56:52Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.2]\"", "time=\"2021-11-30T12:56:52Z\" level=info msg=\"Container [rke-bundle-cert] is still running on host [10.x.x.2]: stderr: [], stdout: []\"", "time=\"2021-11-30T12:56:53Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.2]\"", "time=\"2021-11-30T12:56:53Z\" level=info msg=\"[certificates] successfully saved certificate bundle [/opt/rke/etcd-snapshots//pki.bundle.tar.gz] on host [10.x.x.2]\"", "time=\"2021-11-30T12:56:53Z\" level=info msg=\"Removing container [rke-bundle-cert] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:56:53Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-11-30T12:56:54Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:56:54Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.2]\"", "time=\"2021-11-30T12:56:54Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:56:54Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"", "time=\"2021-11-30T12:56:54Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-11-30T12:56:55Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:56:55Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.2]\"", "time=\"2021-11-30T12:56:55Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:56:55Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"", "time=\"2021-11-30T12:56:56Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-11-30T12:56:56Z\" level=info msg=\"Starting container [etcd-fix-perm] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:56:57Z\" level=info msg=\"Successfully started [etcd-fix-perm] container on host [10.x.x.3]\"", "time=\"2021-11-30T12:56:57Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.3]\"", "time=\"2021-11-30T12:56:57Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.3]\"", "time=\"2021-11-30T12:56:57Z\" level=info msg=\"Container [etcd-fix-perm] is still running on host [10.x.x.3]: stderr: [], stdout: []\"", "time=\"2021-11-30T12:56:58Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.3]\"", "time=\"2021-11-30T12:56:58Z\" level=info msg=\"Removing container [etcd-fix-perm] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:56:58Z\" level=info msg=\"[remove/etcd-fix-perm] Successfully removed container on host [10.x.x.3]\"", "time=\"2021-11-30T12:56:58Z\" level=info msg=\"Image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] exists on host [10.x.x.3]\"", "time=\"2021-11-30T12:56:58Z\" level=info msg=\"Starting container [etcd] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:56:59Z\" level=info msg=\"[etcd] Successfully started [etcd] container on host [10.x.x.3]\"", "time=\"2021-11-30T12:56:59Z\" level=info msg=\"[etcd] Running rolling snapshot container [etcd-snapshot-once] on host [10.x.x.3]\"", "time=\"2021-11-30T12:56:59Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-11-30T12:56:59Z\" level=info msg=\"Starting container [etcd-rolling-snapshots] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:56:59Z\" level=info msg=\"[etcd] Successfully started [etcd-rolling-snapshots] container on host [10.x.x.3]\"", "time=\"2021-11-30T12:57:04Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-11-30T12:57:04Z\" level=info msg=\"Starting container [rke-bundle-cert] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:57:05Z\" level=info msg=\"[certificates] Successfully started [rke-bundle-cert] container on host [10.x.x.3]\"", "time=\"2021-11-30T12:57:05Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.3]\"", "time=\"2021-11-30T12:57:05Z\" level=info msg=\"Container [rke-bundle-cert] is still running on host [10.x.x.3]: stderr: [], stdout: []\"", "time=\"2021-11-30T12:57:06Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.3]\"", "time=\"2021-11-30T12:57:06Z\" level=info msg=\"[certificates] successfully saved certificate bundle [/opt/rke/etcd-snapshots//pki.bundle.tar.gz] on host [10.x.x.3]\"", "time=\"2021-11-30T12:57:06Z\" level=info msg=\"Removing container [rke-bundle-cert] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:57:06Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-11-30T12:57:21Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:57:22Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.3]\"", "time=\"2021-11-30T12:57:22Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:57:22Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"", "time=\"2021-11-30T12:57:22Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-11-30T12:57:22Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:57:23Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.3]\"", "time=\"2021-11-30T12:57:23Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:57:23Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"", "time=\"2021-11-30T12:57:23Z\" level=info msg=\"[etcd] Successfully started etcd plane.. Checking etcd cluster health\"", "time=\"2021-11-30T12:57:24Z\" level=info msg=\"[etcd] etcd host [10.x.x.1] reported healthy=true\"", "time=\"2021-11-30T12:57:24Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.1, try #1\"", "time=\"2021-11-30T12:57:49Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.2, try #1\"", "time=\"2021-11-30T12:58:14Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.3, try #1\"", "time=\"2021-11-30T12:58:39Z\" level=info msg=\"Attempting upgrade of controlplane components on following hosts in NotReady status: 10.x.x.1,10.x.x.2,10.x.x.3\"", "time=\"2021-11-30T12:58:39Z\" level=info msg=\"[controlplane] Building up Controller Plane..\"", "time=\"2021-11-30T12:58:39Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:58:39Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-11-30T12:58:39Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:58:39Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-11-30T12:58:39Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:58:39Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-11-30T12:58:40Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"", "time=\"2021-11-30T12:58:40Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"", "time=\"2021-11-30T12:58:40Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"", "time=\"2021-11-30T12:58:40Z\" level=info msg=\"Starting container [kube-apiserver] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:58:40Z\" level=info msg=\"Starting container [kube-apiserver] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:58:40Z\" level=info msg=\"Starting container [kube-apiserver] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:58:40Z\" level=info msg=\"[controlplane] Successfully started [kube-apiserver] container on host [10.x.x.2]\"", "time=\"2021-11-30T12:58:40Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-apiserver] on host [10.x.x.2]\"", "time=\"2021-11-30T12:58:40Z\" level=info msg=\"[controlplane] Successfully started [kube-apiserver] container on host [10.x.x.3]\"", "time=\"2021-11-30T12:58:40Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-apiserver] on host [10.x.x.3]\"", "time=\"2021-11-30T12:58:40Z\" level=info msg=\"[controlplane] Successfully started [kube-apiserver] container on host [10.x.x.1]\"", "time=\"2021-11-30T12:58:40Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-apiserver] on host [10.x.x.1]\"", "time=\"2021-11-30T12:58:49Z\" level=info msg=\"[healthcheck] service [kube-apiserver] on host [10.x.x.2] is healthy\"", "time=\"2021-11-30T12:58:49Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-11-30T12:58:49Z\" level=info msg=\"[healthcheck] service [kube-apiserver] on host [10.x.x.1] is healthy\"", "time=\"2021-11-30T12:58:49Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-11-30T12:58:49Z\" level=info msg=\"[healthcheck] service [kube-apiserver] on host [10.x.x.3] is healthy\"", "time=\"2021-11-30T12:58:49Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-11-30T12:58:49Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:58:49Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:58:49Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:58:50Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.2]\"", "time=\"2021-11-30T12:58:50Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:58:50Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.1]\"", "time=\"2021-11-30T12:58:50Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:58:50Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.3]\"", "time=\"2021-11-30T12:58:50Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:58:50Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"", "time=\"2021-11-30T12:58:50Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"", "time=\"2021-11-30T12:58:50Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"", "time=\"2021-11-30T12:58:50Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"", "time=\"2021-11-30T12:58:50Z\" level=info msg=\"Starting container [kube-controller-manager] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:58:50Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"", "time=\"2021-11-30T12:58:50Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"", "time=\"2021-11-30T12:58:50Z\" level=info msg=\"Starting container [kube-controller-manager] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:58:50Z\" level=info msg=\"Starting container [kube-controller-manager] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:58:51Z\" level=info msg=\"[controlplane] Successfully started [kube-controller-manager] container on host [10.x.x.2]\"", "time=\"2021-11-30T12:58:51Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-controller-manager] on host [10.x.x.2]\"", "time=\"2021-11-30T12:58:51Z\" level=info msg=\"[controlplane] Successfully started [kube-controller-manager] container on host [10.x.x.1]\"", "time=\"2021-11-30T12:58:51Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-controller-manager] on host [10.x.x.1]\"", "time=\"2021-11-30T12:58:51Z\" level=info msg=\"[controlplane] Successfully started [kube-controller-manager] container on host [10.x.x.3]\"", "time=\"2021-11-30T12:58:51Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-controller-manager] on host [10.x.x.3]\"", "time=\"2021-11-30T12:58:52Z\" level=info msg=\"[healthcheck] service [kube-controller-manager] on host [10.x.x.3] is healthy\"", "time=\"2021-11-30T12:58:52Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-11-30T12:58:52Z\" level=info msg=\"[healthcheck] service [kube-controller-manager] on host [10.x.x.1] is healthy\"", "time=\"2021-11-30T12:58:52Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-11-30T12:58:52Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:58:52Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:58:52Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.3]\"", "time=\"2021-11-30T12:58:52Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:58:53Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.1]\"", "time=\"2021-11-30T12:58:53Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:58:53Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"", "time=\"2021-11-30T12:58:53Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"", "time=\"2021-11-30T12:58:53Z\" level=info msg=\"Starting container [kube-scheduler] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:58:53Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"", "time=\"2021-11-30T12:58:53Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"", "time=\"2021-11-30T12:58:53Z\" level=info msg=\"Starting container [kube-scheduler] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:58:53Z\" level=info msg=\"[controlplane] Successfully started [kube-scheduler] container on host [10.x.x.3]\"", "time=\"2021-11-30T12:58:53Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-scheduler] on host [10.x.x.3]\"", "time=\"2021-11-30T12:58:53Z\" level=info msg=\"[controlplane] Successfully started [kube-scheduler] container on host [10.x.x.1]\"", "time=\"2021-11-30T12:58:53Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-scheduler] on host [10.x.x.1]\"", "time=\"2021-11-30T12:58:54Z\" level=info msg=\"[healthcheck] service [kube-scheduler] on host [10.x.x.3] is healthy\"", "time=\"2021-11-30T12:58:54Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-11-30T12:58:55Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:58:55Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.3]\"", "time=\"2021-11-30T12:58:55Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:58:55Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"", "time=\"2021-11-30T12:58:57Z\" level=info msg=\"[healthcheck] service [kube-controller-manager] on host [10.x.x.2] is healthy\"", "time=\"2021-11-30T12:58:57Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-11-30T12:58:57Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:58:58Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.2]\"", "time=\"2021-11-30T12:58:58Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:58:58Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"", "time=\"2021-11-30T12:58:58Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"", "time=\"2021-11-30T12:58:58Z\" level=info msg=\"Starting container [kube-scheduler] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:58:58Z\" level=info msg=\"[controlplane] Successfully started [kube-scheduler] container on host [10.x.x.2]\"", "time=\"2021-11-30T12:58:58Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-scheduler] on host [10.x.x.2]\"", "time=\"2021-11-30T12:58:59Z\" level=info msg=\"[healthcheck] service [kube-scheduler] on host [10.x.x.2] is healthy\"", "time=\"2021-11-30T12:58:59Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-11-30T12:58:59Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:59:00Z\" level=info msg=\"[healthcheck] service [kube-scheduler] on host [10.x.x.1] is healthy\"", "time=\"2021-11-30T12:59:00Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-11-30T12:59:00Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.2]\"", "time=\"2021-11-30T12:59:00Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:59:00Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:59:00Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"", "time=\"2021-11-30T12:59:00Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.1]\"", "time=\"2021-11-30T12:59:00Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:59:01Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"", "time=\"2021-11-30T12:59:01Z\" level=info msg=\"[controlplane] Successfully started Controller Plane..\"", "time=\"2021-11-30T12:59:01Z\" level=info msg=\"[worker] Building up Worker Plane..\"", "time=\"2021-11-30T12:59:01Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:59:01Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:59:01Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:59:01Z\" level=info msg=\"[sidekick] Sidekick container already created on host [10.x.x.2]\"", "time=\"2021-11-30T12:59:01Z\" level=info msg=\"[sidekick] Sidekick container already created on host [10.x.x.1]\"", "time=\"2021-11-30T12:59:01Z\" level=info msg=\"[sidekick] Sidekick container already created on host [10.x.x.3]\"", "time=\"2021-11-30T12:59:01Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"", "time=\"2021-11-30T12:59:01Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"", "time=\"2021-11-30T12:59:01Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"", "time=\"2021-11-30T12:59:01Z\" level=info msg=\"Starting container [kubelet] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:59:01Z\" level=info msg=\"Starting container [kubelet] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:59:01Z\" level=info msg=\"Starting container [kubelet] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:59:01Z\" level=info msg=\"[worker] Successfully started [kubelet] container on host [10.x.x.2]\"", "time=\"2021-11-30T12:59:01Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kubelet] on host [10.x.x.2]\"", "time=\"2021-11-30T12:59:01Z\" level=info msg=\"[worker] Successfully started [kubelet] container on host [10.x.x.1]\"", "time=\"2021-11-30T12:59:01Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kubelet] on host [10.x.x.1]\"", "time=\"2021-11-30T12:59:01Z\" level=info msg=\"[worker] Successfully started [kubelet] container on host [10.x.x.3]\"", "time=\"2021-11-30T12:59:01Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kubelet] on host [10.x.x.3]\"", "time=\"2021-11-30T12:59:13Z\" level=info msg=\"[healthcheck] service [kubelet] on host [10.x.x.2] is healthy\"", "time=\"2021-11-30T12:59:13Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-11-30T12:59:13Z\" level=info msg=\"[healthcheck] service [kubelet] on host [10.x.x.1] is healthy\"", "time=\"2021-11-30T12:59:13Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-11-30T12:59:13Z\" level=info msg=\"[healthcheck] service [kubelet] on host [10.x.x.3] is healthy\"", "time=\"2021-11-30T12:59:13Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-11-30T12:59:13Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:59:13Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:59:13Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.2]\"", "time=\"2021-11-30T12:59:13Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:59:14Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.3]\"", "time=\"2021-11-30T12:59:14Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:59:14Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"", "time=\"2021-11-30T12:59:14Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"", "time=\"2021-11-30T12:59:14Z\" level=info msg=\"Starting container [kube-proxy] on host [10.x.x.2], try #1\"", "time=\"2021-11-30T12:59:14Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"", "time=\"2021-11-30T12:59:14Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"", "time=\"2021-11-30T12:59:14Z\" level=info msg=\"[worker] Successfully started [kube-proxy] container on host [10.x.x.2]\"", "time=\"2021-11-30T12:59:14Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-proxy] on host [10.x.x.2]\"", "time=\"2021-11-30T12:59:14Z\" level=info msg=\"Starting container [kube-proxy] on host [10.x.x.3], try #1\"", "time=\"2021-11-30T12:59:14Z\" level=info msg=\"[worker] Successfully started [kube-proxy] container on host [10.x.x.3]\"", "time=\"2021-11-30T12:59:14Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-proxy] on host [10.x.x.3]\"", "time=\"2021-11-30T12:59:33Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:59:34Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.1]\"", "time=\"2021-11-30T12:59:34Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:59:34Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"", "time=\"2021-11-30T12:59:34Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"", "time=\"2021-11-30T12:59:34Z\" level=info msg=\"Starting container [kube-proxy] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T12:59:35Z\" level=info msg=\"[worker] Successfully started [kube-proxy] container on host [10.x.x.1]\"", "time=\"2021-11-30T12:59:35Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-proxy] on host [10.x.x.1]\"", "time=\"2021-11-30T13:00:14Z\" level=info msg=\"[healthcheck] service [kube-proxy] on host [10.x.x.1] is healthy\"", "time=\"2021-11-30T13:00:14Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-11-30T13:00:15Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T13:00:15Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.1]\"", "time=\"2021-11-30T13:00:15Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-11-30T13:00:16Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"", "time=\"2021-11-30T13:00:16Z\" level=error msg=\"Failed to upgrade worker components on NotReady hosts, error: [Failed to verify healthcheck: Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.2]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), log: I1130 13:00:10.615491 13676 proxier.go:826] syncProxyRules took 28.141668ms]\"", "time=\"2021-11-30T13:00:16Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.1, try #1\"", "time=\"2021-11-30T13:00:41Z\" level=error msg=\"Host 10.x.x.1 failed to report Ready status with error: [controlplane] Error getting node 10.x.x.1: \\"10.x.x.1\\" not found\"", "time=\"2021-11-30T13:00:41Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.2, try #1\"", "time=\"2021-11-30T13:01:06Z\" level=error msg=\"Host 10.x.x.2 failed to report Ready status with error: [controlplane] Error getting node 10.x.x.2: \\"10.x.x.2\\" not found\"", "time=\"2021-11-30T13:01:06Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.3, try #1\"", "time=\"2021-11-30T13:01:31Z\" level=error msg=\"Host 10.x.x.3 failed to report Ready status with error: [controlplane] Error getting node 10.x.x.3: \\"10.x.x.3\\" not found\"", "time=\"2021-11-30T13:01:31Z\" level=info msg=\"[controlplane] Processing controlplane hosts for upgrade 1 at a time\"", "time=\"2021-11-30T13:01:31Z\" level=info msg=\"Processing controlplane host 10.x.x.1\"", "time=\"2021-11-30T13:01:31Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.1, try #1\"", "time=\"2021-11-30T13:01:56Z\" level=error msg=\"Failed to upgrade hosts: 10.x.x.1 with error [[controlplane] Error getting node 10.x.x.1: \\"10.x.x.1\\" not found]\"", "time=\"2021-11-30T13:01:56Z\" level=fatal msg=\"[controlPlane] Failed to upgrade Control Plane: [[[controlplane] Error getting node 10.x.x.1: \\"10.x.x.1\\" not found]]\""]}

docker logs kubelet 2>&1

superseb commented 2 years ago

Ok, this at least explains why it is happening but we also need docker logs kube-apiserver 2>&1 from the node to see if it logs why it is happening.

Is this a new cluster or was it an existing one? If it is already a new cluster does it reproduce if you start from scratch as well?

prajnadnayak commented 2 years ago

This is a new cluster and it has been failing since the start. Here are the logs

docker logs kube-apiserver 2>&1

prajnadnayak commented 2 years ago

Any update on this?

superseb commented 2 years ago

Please run rke remove so all nodes are cleaned (this will remove all cluster data) and run rke --debug up on the cleaned nodes and provide that log, this hopefully shed more light on this issue as it does not reproduce on new nodes with RKE 1.3.1.

prajnadnayak commented 2 years ago

Here is the log from rke --debug up after doing rke remove

level=info msg=\"Running RKE version: v1.3.1\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"audit log policy found in cluster.yml\"\ntime=\"2021-12-01T11:20:39Z\" level=info msg=\"Initiating Kubernetes cluster\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Loading data.json from local source\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"data.json SHA256 checksum: 6f17b3853e6e1796d654cd7660bc3470161f34581010127164031acbd89f2fbe\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"No DNS provider configured, setting default based on cluster version [1.20.11-rancher1-2]\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"DNS provider set to [coredns]\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Checking if cluster version [1.20.11-rancher1-2] needs to have kube-api audit log enabled\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Cluster version [1.20.11-rancher1-2] needs to have kube-api audit log enabled\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Enabling kube-api audit log for cluster version [v1.20.11-rancher1-2]\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"No input provided for maxUnavailableWorker, setting it to default value of 10 percent\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"No input provided for maxUnavailableControlplane, setting it to default value of 1\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Checking network mode for ingress for cluster version [v1.20.11-rancher1-2]\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Checking ingress default backend for cluster version [v1.20.11-rancher1-2]\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.1 has role: controlplane\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.1 has role: worker\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.1 has role: etcd\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.2 has role: controlplane\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.2 has role: worker\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.2 has role: etcd\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.3 has role: controlplane\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.3 has role: worker\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.3 has role: etcd\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"[state] previous state found, this is not a legacy cluster\"\ntime=\"2021-12-01T11:20:39Z\" level=info msg=\"[certificates] GenerateServingCertificate is disabled, checking if there are unused kubelet certificates\"\ntime=\"2021-12-01T11:20:39Z\" level=info msg=\"[certificates] Generating admin certificates and kubeconfig\"\ntime=\"2021-12-01T11:20:39Z\" level=info msg=\"Successfully Deployed state file at [./rancher-cluster.rkestate]\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Checking if cluster version [1.20.11-rancher1-2] needs to have kube-api audit log enabled\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Cluster version [1.20.11-rancher1-2] needs to have kube-api audit log enabled\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Enabling kube-api audit log for cluster version [v1.20.11-rancher1-2]\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.1 has role: controlplane\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.1 has role: worker\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.1 has role: etcd\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.2 has role: controlplane\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.2 has role: worker\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.2 has role: etcd\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.3 has role: controlplane\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.3 has role: worker\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.3 has role: etcd\"\ntime=\"2021-12-01T11:20:39Z\" level=info msg=\"Building Kubernetes cluster\"\ntime=\"2021-12-01T11:20:39Z\" level=info msg=\"[dialer] Setup tunnel for host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:39Z\" level=info msg=\"[dialer] Setup tunnel for host [10.x.x.2]\"\ntime=\"2021-12-01T11:20:39Z\" level=info msg=\"[dialer] Setup tunnel for host [10.x.x.3]\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Connecting to Docker API for host [10.x.x.3]\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Connecting to Docker API for host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:39Z\" level=debug msg=\"Connecting to Docker API for host [10.x.x.2]\"\ntime=\"2021-12-01T11:20:40Z\" level=debug msg=\"Docker Info found for host [10.x.x.1]: types.Info{ID:\\"54Z5:I2V3:T26I:N4E6:DQ6U:OCTJ:MH23:LXDX:7H45:YW24:I3VO:O6KF\\", Containers:0, ContainersRunning:0, ContainersPaused:0, ContainersStopped:0, Images:7, Driver:\\"overlay2\\", DriverStatus:[][2]string{[2]string{\\"Backing Filesystem\\", \\"extfs\\"}, [2]string{\\"Supports d_type\\", \\"true\\"}, [2]string{\\"Native Overlay Diff\\", \\"true\\"}}, SystemStatus:[][2]string(nil), Plugins:types.PluginsInfo{Volume:[]string{\\"local\\"}, Network:[]string{\\"bridge\\", \\"host\\", \\"ipvlan\\", \\"macvlan\\", \\"null\\", \\"overlay\\"}, Authorization:[]string(nil), Log:[]string{\\"awslogs\\", \\"fluentd\\", \\"gcplogs\\", \\"gelf\\", \\"journald\\", \\"json-file\\", \\"local\\", \\"logentries\\", \\"splunk\\", \\"syslog\\"}}, MemoryLimit:true, SwapLimit:false, KernelMemory:true, KernelMemoryTCP:true, CPUCfsPeriod:true, CPUCfsQuota:true, CPUShares:true, CPUSet:true, PidsLimit:true, IPv4Forwarding:true, BridgeNfIptables:true, BridgeNfIP6tables:true, Debug:false, NFd:24, OomKillDisable:true, NGoroutines:35, SystemTime:\\"2021-12-01T11:20:40.489608957Z\\", LoggingDriver:\\"json-file\\", CgroupDriver:\\"cgroupfs\\", CgroupVersion:\\"\\", NEventsListener:0, KernelVersion:\\"4.15.0-88-generic\\", OperatingSystem:\\"Ubuntu 18.04.4 LTS\\", OSVersion:\\"\\", OSType:\\"linux\\", Architecture:\\"x86_64\\", IndexServerAddress:\\"https://index.docker.io/v1/\\", RegistryConfig:(registry.ServiceConfig)(0xc0000fa380), NCPU:4, MemTotal:16819859456, GenericResources:[]swarm.GenericResource(nil), DockerRootDir:\\"/var/lib/docker\\", HTTPProxy:\\"\\", HTTPSProxy:\\"\\", NoProxy:\\"\\", Name:\\"ausdvshazzrnc01\\", Labels:[]string{}, ExperimentalBuild:false, ServerVersion:\\"19.03.6\\", ClusterStore:\\"\\", ClusterAdvertise:\\"\\", Runtimes:map[string]types.Runtime{\\"runc\\":types.Runtime{Path:\\"runc\\", Args:[]string(nil), Shim:(types.ShimConfig)(nil)}}, DefaultRuntime:\\"runc\\", Swarm:swarm.Info{NodeID:\\"\\", NodeAddr:\\"\\", LocalNodeState:\\"inactive\\", ControlAvailable:false, Error:\\"\\", RemoteManagers:[]swarm.Peer(nil), Nodes:0, Managers:0, Cluster:(swarm.ClusterInfo)(nil), Warnings:[]string(nil)}, LiveRestoreEnabled:false, Isolation:\\"\\", InitBinary:\\"docker-init\\", ContainerdCommit:types.Commit{ID:\\"7b11cfaabd73bb80907dd23182b9347b4245eb5d\\", Expected:\\"7b11cfaabd73bb80907dd23182b9347b4245eb5d\\"}, RuncCommit:types.Commit{ID:\\"v1.0.2-0-g52b36a2\\", Expected:\\"v1.0.2-0-g52b36a2\\"}, InitCommit:types.Commit{ID:\\"fec3683\\", Expected:\\"fec3683\\"}, SecurityOptions:[]string{\\"name=apparmor\\", \\"name=seccomp,profile=default\\"}, ProductLicense:\\"\\", DefaultAddressPools:[]types.NetworkAddressPool(nil), Warnings:[]string{\\"WARNING: No swap limit support\\"}}\"\ntime=\"2021-12-01T11:20:40Z\" level=debug msg=\"Docker Info found for host [10.x.x.2]: types.Info{ID:\\"UPIJ:BH6S:NTAH:QMBK:LPGZ:DA4Y:QML3:XZCQ:AYPF:YH5R:X4YL:3Z36\\", Containers:0, ContainersRunning:0, ContainersPaused:0, ContainersStopped:0, Images:7, Driver:\\"overlay2\\", DriverStatus:[][2]string{[2]string{\\"Backing Filesystem\\", \\"extfs\\"}, [2]string{\\"Supports d_type\\", \\"true\\"}, [2]string{\\"Native Overlay Diff\\", \\"true\\"}}, SystemStatus:[][2]string(nil), Plugins:types.PluginsInfo{Volume:[]string{\\"local\\"}, Network:[]string{\\"bridge\\", \\"host\\", \\"ipvlan\\", \\"macvlan\\", \\"null\\", \\"overlay\\"}, Authorization:[]string(nil), Log:[]string{\\"awslogs\\", \\"fluentd\\", \\"gcplogs\\", \\"gelf\\", \\"journald\\", \\"json-file\\", \\"local\\", \\"logentries\\", \\"splunk\\", \\"syslog\\"}}, MemoryLimit:true, SwapLimit:false, KernelMemory:true, KernelMemoryTCP:true, CPUCfsPeriod:true, CPUCfsQuota:true, CPUShares:true, CPUSet:true, PidsLimit:true, IPv4Forwarding:true, BridgeNfIptables:true, BridgeNfIP6tables:true, Debug:false, NFd:24, OomKillDisable:true, NGoroutines:35, SystemTime:\\"2021-12-01T11:20:40.639028819Z\\", LoggingDriver:\\"json-file\\", CgroupDriver:\\"cgroupfs\\", CgroupVersion:\\"\\", NEventsListener:0, KernelVersion:\\"4.15.0-88-generic\\", OperatingSystem:\\"Ubuntu 18.04.4 LTS\\", OSVersion:\\"\\", OSType:\\"linux\\", Architecture:\\"x86_64\\", IndexServerAddress:\\"https://index.docker.io/v1/\\", RegistryConfig:(registry.ServiceConfig)(0xc0000fa690), NCPU:4, MemTotal:16819859456, GenericResources:[]swarm.GenericResource(nil), DockerRootDir:\\"/var/lib/docker\\", HTTPProxy:\\"\\", HTTPSProxy:\\"\\", NoProxy:\\"\\", Name:\\"ausdvshazzrnc02\\", Labels:[]string{}, ExperimentalBuild:false, ServerVersion:\\"19.03.6\\", ClusterStore:\\"\\", ClusterAdvertise:\\"\\", Runtimes:map[string]types.Runtime{\\"runc\\":types.Runtime{Path:\\"runc\\", Args:[]string(nil), Shim:(types.ShimConfig)(nil)}}, DefaultRuntime:\\"runc\\", Swarm:swarm.Info{NodeID:\\"\\", NodeAddr:\\"\\", LocalNodeState:\\"inactive\\", ControlAvailable:false, Error:\\"\\", RemoteManagers:[]swarm.Peer(nil), Nodes:0, Managers:0, Cluster:(swarm.ClusterInfo)(nil), Warnings:[]string(nil)}, LiveRestoreEnabled:false, Isolation:\\"\\", InitBinary:\\"docker-init\\", ContainerdCommit:types.Commit{ID:\\"7b11cfaabd73bb80907dd23182b9347b4245eb5d\\", Expected:\\"7b11cfaabd73bb80907dd23182b9347b4245eb5d\\"}, RuncCommit:types.Commit{ID:\\"v1.0.2-0-g52b36a2\\", Expected:\\"v1.0.2-0-g52b36a2\\"}, InitCommit:types.Commit{ID:\\"fec3683\\", Expected:\\"fec3683\\"}, SecurityOptions:[]string{\\"name=apparmor\\", \\"name=seccomp,profile=default\\"}, ProductLicense:\\"\\", DefaultAddressPools:[]types.NetworkAddressPool(nil), Warnings:[]string{\\"WARNING: No swap limit support\\"}}\"\ntime=\"2021-12-01T11:20:40Z\" level=debug msg=\"Docker Info found for host [10.x.x.3]: types.Info{ID:\\"JN3T:OYKH:B4FY:UZYL:A3CE:HY2N:MZSI:D2PB:GMWM:IGG3:CGXI:4TRM\\", Containers:0, ContainersRunning:0, ContainersPaused:0, ContainersStopped:0, Images:7, Driver:\\"overlay2\\", DriverStatus:[][2]string{[2]string{\\"Backing Filesystem\\", \\"extfs\\"}, [2]string{\\"Supports d_type\\", \\"true\\"}, [2]string{\\"Native Overlay Diff\\", \\"true\\"}}, SystemStatus:[][2]string(nil), Plugins:types.PluginsInfo{Volume:[]string{\\"local\\"}, Network:[]string{\\"bridge\\", \\"host\\", \\"ipvlan\\", \\"macvlan\\", \\"null\\", \\"overlay\\"}, Authorization:[]string(nil), Log:[]string{\\"awslogs\\", \\"fluentd\\", \\"gcplogs\\", \\"gelf\\", \\"journald\\", \\"json-file\\", \\"local\\", \\"logentries\\", \\"splunk\\", \\"syslog\\"}}, MemoryLimit:true, SwapLimit:false, KernelMemory:true, KernelMemoryTCP:true, CPUCfsPeriod:true, CPUCfsQuota:true, CPUShares:true, CPUSet:true, PidsLimit:true, IPv4Forwarding:true, BridgeNfIptables:true, BridgeNfIP6tables:true, Debug:false, NFd:24, OomKillDisable:true, NGoroutines:35, SystemTime:\\"2021-12-01T11:20:40.642989055Z\\", LoggingDriver:\\"json-file\\", CgroupDriver:\\"cgroupfs\\", CgroupVersion:\\"\\", NEventsListener:0, KernelVersion:\\"4.15.0-88-generic\\", OperatingSystem:\\"Ubuntu 18.04.4 LTS\\", OSVersion:\\"\\", OSType:\\"linux\\", Architecture:\\"x86_64\\", IndexServerAddress:\\"https://index.docker.io/v1/\\", RegistryConfig:(registry.ServiceConfig)(0xc0000fa850), NCPU:4, MemTotal:16819859456, GenericResources:[]swarm.GenericResource(nil), DockerRootDir:\\"/var/lib/docker\\", HTTPProxy:\\"\\", HTTPSProxy:\\"\\", NoProxy:\\"\\", Name:\\"ausdvshazzrnc03\\", Labels:[]string{}, ExperimentalBuild:false, ServerVersion:\\"19.03.6\\", ClusterStore:\\"\\", ClusterAdvertise:\\"\\", Runtimes:map[string]types.Runtime{\\"runc\\":types.Runtime{Path:\\"runc\\", Args:[]string(nil), Shim:(types.ShimConfig)(nil)}}, DefaultRuntime:\\"runc\\", Swarm:swarm.Info{NodeID:\\"\\", NodeAddr:\\"\\", LocalNodeState:\\"inactive\\", ControlAvailable:false, Error:\\"\\", RemoteManagers:[]swarm.Peer(nil), Nodes:0, Managers:0, Cluster:(*swarm.ClusterInfo)(nil), Warnings:[]string(nil)}, LiveRestoreEnabled:false, Isolation:\\"\\", InitBinary:\\"docker-init\\", ContainerdCommit:types.Commit{ID:\\"7b11cfaabd73bb80907dd23182b9347b4245eb5d\\", Expected:\\"7b11cfaabd73bb80907dd23182b9347b4245eb5d\\"}, RuncCommit:types.Commit{ID:\\"v1.0.2-0-g52b36a2\\", Expected:\\"v1.0.2-0-g52b36a2\\"}, InitCommit:types.Commit{ID:\\"fec3683\\", Expected:\\"fec3683\\"}, SecurityOptions:[]string{\\"name=apparmor\\", \\"name=seccomp,profile=default\\"}, ProductLicense:\\"\\", DefaultAddressPools:[]types.NetworkAddressPool(nil), Warnings:[]string{\\"WARNING: No swap limit support\\"}}\"\ntime=\"2021-12-01T11:20:40Z\" level=debug msg=\"Checking if cluster version [1.21.4-rancher1-1] needs to have kube-api audit log enabled\"\ntime=\"2021-12-01T11:20:40Z\" level=debug msg=\"Cluster version [1.21.4-rancher1-1] needs to have kube-api audit log enabled\"\ntime=\"2021-12-01T11:20:40Z\" level=debug msg=\"Enabling kube-api audit log for cluster version [v1.21.4-rancher1-1]\"\ntime=\"2021-12-01T11:20:40Z\" level=debug msg=\"Host: 10.x.x.1 has role: controlplane\"\ntime=\"2021-12-01T11:20:40Z\" level=debug msg=\"Host: 10.x.x.1 has role: worker\"\ntime=\"2021-12-01T11:20:40Z\" level=debug msg=\"Host: 10.x.x.1 has role: etcd\"\ntime=\"2021-12-01T11:20:40Z\" level=debug msg=\"Host: 10.x.x.2 has role: controlplane\"\ntime=\"2021-12-01T11:20:40Z\" level=debug msg=\"Host: 10.x.x.2 has role: worker\"\ntime=\"2021-12-01T11:20:40Z\" level=debug msg=\"Host: 10.x.x.2 has role: etcd\"\ntime=\"2021-12-01T11:20:40Z\" level=debug msg=\"Host: 10.x.x.3 has role: controlplane\"\ntime=\"2021-12-01T11:20:40Z\" level=debug msg=\"Host: 10.x.x.3 has role: worker\"\ntime=\"2021-12-01T11:20:40Z\" level=debug msg=\"Host: 10.x.x.3 has role: etcd\"\ntime=\"2021-12-01T11:20:40Z\" level=info msg=\"[network] No hosts added existing cluster, skipping port check\"\ntime=\"2021-12-01T11:20:40Z\" level=info msg=\"[certificates] Deploying kubernetes certificates to Cluster nodes\"\ntime=\"2021-12-01T11:20:40Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:20:40Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:20:40Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:20:40Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:20:40Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:20:40Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:20:40Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-12-01T11:20:40Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-12-01T11:20:40Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:40Z\" level=info msg=\"Starting container [cert-deployer] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:20:40Z\" level=info msg=\"Starting container [cert-deployer] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:20:41Z\" level=info msg=\"Starting container [cert-deployer] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:20:41Z\" level=debug msg=\"[certificates] Successfully started Certificate deployer container: cert-deployer\"\ntime=\"2021-12-01T11:20:41Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:20:41Z\" level=debug msg=\"[certificates] Successfully started Certificate deployer container: cert-deployer\"\ntime=\"2021-12-01T11:20:41Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:20:41Z\" level=debug msg=\"[certificates] Successfully started Certificate deployer container: cert-deployer\"\ntime=\"2021-12-01T11:20:41Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:20:46Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:20:46Z\" level=info msg=\"Removing container [cert-deployer] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:20:46Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:20:46Z\" level=info msg=\"Removing container [cert-deployer] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:20:46Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:20:46Z\" level=info msg=\"Removing container [cert-deployer] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:20:46Z\" level=info msg=\"[reconcile] Rebuilding and updating local kube config\"\ntime=\"2021-12-01T11:20:46Z\" level=debug msg=\"[reconcile] Rebuilding and updating local kube config, creating new kubeconfig\"\ntime=\"2021-12-01T11:20:46Z\" level=debug msg=\"Deploying admin Kubeconfig locally at [./kube_config_rancher-cluster.yml]\"\ntime=\"2021-12-01T11:20:46Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"\ntime=\"2021-12-01T11:20:46Z\" level=debug msg=\"[version] Using ./kube_config_rancher-cluster.yml to connect to Kubernetes cluster..\"\ntime=\"2021-12-01T11:20:46Z\" level=debug msg=\"[version] Getting Kubernetes server version..\"\ntime=\"2021-12-01T11:20:46Z\" level=warning msg=\"[reconcile] host [10.x.x.1] is a control plane node without reachable Kubernetes API endpoint in the cluster\"\ntime=\"2021-12-01T11:20:46Z\" level=debug msg=\"[reconcile] Rebuilding and updating local kube config, creating new kubeconfig\"\ntime=\"2021-12-01T11:20:46Z\" level=debug msg=\"Deploying admin Kubeconfig locally at [./kube_config_rancher-cluster.yml]\"\ntime=\"2021-12-01T11:20:46Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"\ntime=\"2021-12-01T11:20:46Z\" level=debug msg=\"[version] Using ./kube_config_rancher-cluster.yml to connect to Kubernetes cluster..\"\ntime=\"2021-12-01T11:20:46Z\" level=debug msg=\"[version] Getting Kubernetes server version..\"\ntime=\"2021-12-01T11:20:46Z\" level=warning msg=\"[reconcile] host [10.x.x.2] is a control plane node without reachable Kubernetes API endpoint in the cluster\"\ntime=\"2021-12-01T11:20:46Z\" level=debug msg=\"[reconcile] Rebuilding and updating local kube config, creating new kubeconfig\"\ntime=\"2021-12-01T11:20:46Z\" level=debug msg=\"Deploying admin Kubeconfig locally at [./kube_config_rancher-cluster.yml]\"\ntime=\"2021-12-01T11:20:46Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"\ntime=\"2021-12-01T11:20:46Z\" level=debug msg=\"[version] Using ./kube_config_rancher-cluster.yml to connect to Kubernetes cluster..\"\ntime=\"2021-12-01T11:20:46Z\" level=debug msg=\"[version] Getting Kubernetes server version..\"\ntime=\"2021-12-01T11:20:46Z\" level=warning msg=\"[reconcile] host [10.x.x.3] is a control plane node without reachable Kubernetes API endpoint in the cluster\"\ntime=\"2021-12-01T11:20:46Z\" level=warning msg=\"[reconcile] no control plane node with reachable Kubernetes API endpoint in the cluster found\"\ntime=\"2021-12-01T11:20:46Z\" level=info msg=\"[certificates] Successfully deployed kubernetes certificates to Cluster nodes\"\ntime=\"2021-12-01T11:20:46Z\" level=info msg=\"[file-deploy] Deploying file [/etc/kubernetes/audit-policy.yaml] to node [10.x.x.3]\"\ntime=\"2021-12-01T11:20:46Z\" level=debug msg=\"[remove/file-deployer] Checking if container is running on host [10.x.x.3]\"\ntime=\"2021-12-01T11:20:46Z\" level=debug msg=\"[remove/file-deployer] Container doesn't exist on host [10.x.x.3]\"\ntime=\"2021-12-01T11:20:46Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:20:46Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-12-01T11:20:46Z\" level=info msg=\"Starting container [file-deployer] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:20:47Z\" level=info msg=\"Successfully started [file-deployer] container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:20:47Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.3]\"\ntime=\"2021-12-01T11:20:47Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.3]\"\ntime=\"2021-12-01T11:20:47Z\" level=info msg=\"Container [file-deployer] is still running on host [10.x.x.3]: stderr: [], stdout: []\"\ntime=\"2021-12-01T11:20:48Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.3]\"\ntime=\"2021-12-01T11:20:48Z\" level=debug msg=\"Exit code for [file-deployer] container on host [10.x.x.3] is [0]\"\ntime=\"2021-12-01T11:20:48Z\" level=debug msg=\"[remove/file-deployer] Checking if container is running on host [10.x.x.3]\"\ntime=\"2021-12-01T11:20:48Z\" level=debug msg=\"[remove/file-deployer] Removing container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:20:48Z\" level=info msg=\"Removing container [file-deployer] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:20:48Z\" level=info msg=\"[remove/file-deployer] Successfully removed container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:20:48Z\" level=debug msg=\"[file-deploy] Successfully deployed file [/etc/kubernetes/audit-policy.yaml] on node [10.x.x.3]\"\ntime=\"2021-12-01T11:20:48Z\" level=info msg=\"[file-deploy] Deploying file [/etc/kubernetes/audit-policy.yaml] to node [10.x.x.1]\"\ntime=\"2021-12-01T11:20:48Z\" level=debug msg=\"[remove/file-deployer] Checking if container is running on host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:48Z\" level=debug msg=\"[remove/file-deployer] Container doesn't exist on host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:48Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:20:48Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:48Z\" level=info msg=\"Starting container [file-deployer] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:20:49Z\" level=info msg=\"Successfully started [file-deployer] container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:49Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:49Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:49Z\" level=info msg=\"Container [file-deployer] is still running on host [10.x.x.1]: stderr: [], stdout: []\"\ntime=\"2021-12-01T11:20:50Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:50Z\" level=debug msg=\"Exit code for [file-deployer] container on host [10.x.x.1] is [0]\"\ntime=\"2021-12-01T11:20:50Z\" level=debug msg=\"[remove/file-deployer] Checking if container is running on host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:50Z\" level=debug msg=\"[remove/file-deployer] Removing container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:50Z\" level=info msg=\"Removing container [file-deployer] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:20:50Z\" level=info msg=\"[remove/file-deployer] Successfully removed container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:50Z\" level=debug msg=\"[file-deploy] Successfully deployed file [/etc/kubernetes/audit-policy.yaml] on node [10.x.x.1]\"\ntime=\"2021-12-01T11:20:50Z\" level=info msg=\"[file-deploy] Deploying file [/etc/kubernetes/audit-policy.yaml] to node [10.x.x.2]\"\ntime=\"2021-12-01T11:20:50Z\" level=debug msg=\"[remove/file-deployer] Checking if container is running on host [10.x.x.2]\"\ntime=\"2021-12-01T11:20:50Z\" level=debug msg=\"[remove/file-deployer] Container doesn't exist on host [10.x.x.2]\"\ntime=\"2021-12-01T11:20:50Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:20:50Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-12-01T11:20:50Z\" level=info msg=\"Starting container [file-deployer] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:20:51Z\" level=info msg=\"Successfully started [file-deployer] container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:20:51Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.2]\"\ntime=\"2021-12-01T11:20:51Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.2]\"\ntime=\"2021-12-01T11:20:51Z\" level=info msg=\"Container [file-deployer] is still running on host [10.x.x.2]: stderr: [], stdout: []\"\ntime=\"2021-12-01T11:20:52Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.2]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Exit code for [file-deployer] container on host [10.x.x.2] is [0]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"[remove/file-deployer] Checking if container is running on host [10.x.x.2]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"[remove/file-deployer] Removing container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:20:52Z\" level=info msg=\"Removing container [file-deployer] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:20:52Z\" level=info msg=\"[remove/file-deployer] Successfully removed container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"[file-deploy] Successfully deployed file [/etc/kubernetes/audit-policy.yaml] on node [10.x.x.2]\"\ntime=\"2021-12-01T11:20:52Z\" level=info msg=\"[/etc/kubernetes/audit-policy.yaml] Successfully deployed audit policy file to Cluster control nodes\"\ntime=\"2021-12-01T11:20:52Z\" level=info msg=\"[reconcile] Reconciling cluster state\"\ntime=\"2021-12-01T11:20:52Z\" level=info msg=\"[reconcile] Check etcd hosts to be deleted\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: getting serviceOptions for cluster version [v1.20.11-rancher1-2]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Extracted version [v1.20.11-rancher1] from image [rancher/hyperkube:v1.20.11-rancher1]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: serviceOptions found for cluster major version [v1.20]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Extracted version [v3.4.15-rancher1] from image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.3-rancher99] for advertising port 4001, not going to advertise port 4001\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.14-rancher99] for adding stricter TLS cipher suites, going to add stricter TLS cipher suites arguments to etcd\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Version [3.4.15-rancher1] is equal or higher than version [3.2.99]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: getting serviceOptions for cluster version [v1.20.11-rancher1-2]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Extracted version [v1.20.11-rancher1] from image [rancher/hyperkube:v1.20.11-rancher1]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: serviceOptions found for cluster major version [v1.20]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Extracted version [v3.4.15-rancher1] from image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.3-rancher99] for advertising port 4001, not going to advertise port 4001\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.14-rancher99] for adding stricter TLS cipher suites, going to add stricter TLS cipher suites arguments to etcd\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Version [3.4.15-rancher1] is equal or higher than version [3.2.99]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: getting serviceOptions for cluster version [v1.20.11-rancher1-2]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Extracted version [v1.20.11-rancher1] from image [rancher/hyperkube:v1.20.11-rancher1]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: serviceOptions found for cluster major version [v1.20]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Extracted version [v3.4.15-rancher1] from image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.3-rancher99] for advertising port 4001, not going to advertise port 4001\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.14-rancher99] for adding stricter TLS cipher suites, going to add stricter TLS cipher suites arguments to etcd\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Version [3.4.15-rancher1] is equal or higher than version [3.2.99]\"\ntime=\"2021-12-01T11:20:52Z\" level=info msg=\"[reconcile] Check etcd hosts to be added\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"[reconcile] Check worker hosts to be deleted\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"[reconcile] Check Control plane hosts to be deleted\"\ntime=\"2021-12-01T11:20:52Z\" level=info msg=\"[reconcile] Rebuilding and updating local kube config\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"[reconcile] Rebuilding and updating local kube config, creating new kubeconfig\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Deploying admin Kubeconfig locally at [./kube_config_rancher-cluster.yml]\"\ntime=\"2021-12-01T11:20:52Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"[version] Using ./kube_config_rancher-cluster.yml to connect to Kubernetes cluster..\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"[version] Getting Kubernetes server version..\"\ntime=\"2021-12-01T11:20:52Z\" level=warning msg=\"[reconcile] host [10.x.x.1] is a control plane node without reachable Kubernetes API endpoint in the cluster\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"[reconcile] Rebuilding and updating local kube config, creating new kubeconfig\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Deploying admin Kubeconfig locally at [./kube_config_rancher-cluster.yml]\"\ntime=\"2021-12-01T11:20:52Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"[version] Using ./kube_config_rancher-cluster.yml to connect to Kubernetes cluster..\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"[version] Getting Kubernetes server version..\"\ntime=\"2021-12-01T11:20:52Z\" level=warning msg=\"[reconcile] host [10.x.x.2] is a control plane node without reachable Kubernetes API endpoint in the cluster\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"[reconcile] Rebuilding and updating local kube config, creating new kubeconfig\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Deploying admin Kubeconfig locally at [./kube_config_rancher-cluster.yml]\"\ntime=\"2021-12-01T11:20:52Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"[version] Using ./kube_config_rancher-cluster.yml to connect to Kubernetes cluster..\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"[version] Getting Kubernetes server version..\"\ntime=\"2021-12-01T11:20:52Z\" level=warning msg=\"[reconcile] host [10.x.x.3] is a control plane node without reachable Kubernetes API endpoint in the cluster\"\ntime=\"2021-12-01T11:20:52Z\" level=warning msg=\"[reconcile] no control plane node with reachable Kubernetes API endpoint in the cluster found\"\ntime=\"2021-12-01T11:20:52Z\" level=info msg=\"[reconcile] Reconciled cluster state successfully\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Provided value for maxUnavailable: {1 0 10%}\"\ntime=\"2021-12-01T11:20:52Z\" level=info msg=\"max_unavailable_worker got rounded down to 0, resetting to 1\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Parsed value of maxUnavailable: 1\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Provided value for maxUnavailable: {0 1 }\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Parsed value of maxUnavailable: 1\"\ntime=\"2021-12-01T11:20:52Z\" level=info msg=\"Setting maxUnavailable for worker nodes to: 1\"\ntime=\"2021-12-01T11:20:52Z\" level=info msg=\"Setting maxUnavailable for controlplane nodes to: 1\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Encryption is disabled in both current and new spec; no action is required\"\ntime=\"2021-12-01T11:20:52Z\" level=info msg=\"Pre-pulling kubernetes images\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:20:52Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"\ntime=\"2021-12-01T11:20:52Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:52Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"\ntime=\"2021-12-01T11:20:52Z\" level=info msg=\"Kubernetes images pulled successfully\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: getting serviceOptions for cluster version [v1.20.11-rancher1-2]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Extracted version [v1.20.11-rancher1] from image [rancher/hyperkube:v1.20.11-rancher1]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: serviceOptions found for cluster major version [v1.20]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Extracted version [v3.4.15-rancher1] from image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.3-rancher99] for advertising port 4001, not going to advertise port 4001\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.14-rancher99] for adding stricter TLS cipher suites, going to add stricter TLS cipher suites arguments to etcd\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Version [3.4.15-rancher1] is equal or higher than version [3.2.99]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: getting serviceOptions for cluster version [v1.20.11-rancher1-2]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Extracted version [v1.20.11-rancher1] from image [rancher/hyperkube:v1.20.11-rancher1]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: serviceOptions found for cluster major version [v1.20]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Extracted version [v3.4.15-rancher1] from image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.3-rancher99] for advertising port 4001, not going to advertise port 4001\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.14-rancher99] for adding stricter TLS cipher suites, going to add stricter TLS cipher suites arguments to etcd\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Version [3.4.15-rancher1] is equal or higher than version [3.2.99]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: getting serviceOptions for cluster version [v1.20.11-rancher1-2]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Extracted version [v1.20.11-rancher1] from image [rancher/hyperkube:v1.20.11-rancher1]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: serviceOptions found for cluster major version [v1.20]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Extracted version [v3.4.15-rancher1] from image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1]\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.3-rancher99] for advertising port 4001, not going to advertise port 4001\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.14-rancher99] for adding stricter TLS cipher suites, going to add stricter TLS cipher suites arguments to etcd\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Version [3.4.15-rancher1] is equal or higher than version [3.2.99]\"\ntime=\"2021-12-01T11:20:52Z\" level=info msg=\"[etcd] Building up etcd plane..\"\ntime=\"2021-12-01T11:20:52Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:20:52Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:52Z\" level=info msg=\"Starting container [etcd-fix-perm] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:20:53Z\" level=info msg=\"Successfully started [etcd-fix-perm] container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:53Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:53Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:53Z\" level=info msg=\"Container [etcd-fix-perm] is still running on host [10.x.x.1]: stderr: [], stdout: []\"\ntime=\"2021-12-01T11:20:54Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:54Z\" level=debug msg=\"Exit code for [etcd-fix-perm] container on host [10.x.x.1] is [0]\"\ntime=\"2021-12-01T11:20:54Z\" level=debug msg=\"[remove/etcd-fix-perm] Checking if container is running on host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:54Z\" level=debug msg=\"[remove/etcd-fix-perm] Removing container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:54Z\" level=info msg=\"Removing container [etcd-fix-perm] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:20:54Z\" level=info msg=\"[remove/etcd-fix-perm] Successfully removed container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:54Z\" level=debug msg=\"Checking if image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] exists on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:20:54Z\" level=info msg=\"Image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] exists on host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:54Z\" level=info msg=\"Starting container [etcd] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:20:54Z\" level=info msg=\"[etcd] Successfully started [etcd] container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:54Z\" level=debug msg=\"Extracted version [v0.1.78] from image [rancher/rke-tools:v0.1.78]\"\ntime=\"2021-12-01T11:20:54Z\" level=debug msg=\"Extracted version [v0.1.78] from image [rancher/rke-tools:v0.1.78]\"\ntime=\"2021-12-01T11:20:54Z\" level=info msg=\"[etcd] Running rolling snapshot container [etcd-snapshot-once] on host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:54Z\" level=debug msg=\"[etcd] Using command [/opt/rke-tools/rke-etcd-backup etcd-backup save --cacert /etc/kubernetes/ssl/kube-ca.pem --cert /etc/kubernetes/ssl/kube-node.pem --key /etc/kubernetes/ssl/kube-node-key.pem --name etcd-rolling-snapshots --endpoints=10.x.x.1:2379 --retention=24h --creation=6h] for rolling snapshot container [etcd-rolling-snapshots] on host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:54Z\" level=debug msg=\"[remove/etcd-rolling-snapshots] Checking if container is running on host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:54Z\" level=debug msg=\"[remove/etcd-rolling-snapshots] Container doesn't exist on host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:54Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:20:54Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-12-01T11:20:54Z\" level=info msg=\"Starting container [etcd-rolling-snapshots] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:20:55Z\" level=info msg=\"[etcd] Successfully started [etcd-rolling-snapshots] container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:21:00Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:21:00Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-12-01T11:21:00Z\" level=info msg=\"Starting container [rke-bundle-cert] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:21:01Z\" level=info msg=\"[certificates] Successfully started [rke-bundle-cert] container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:21:01Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.1]\"\ntime=\"2021-12-01T11:21:01Z\" level=info msg=\"Container [rke-bundle-cert] is still running on host [10.x.x.1]: stderr: [], stdout: []\"\ntime=\"2021-12-01T11:21:02Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.1]\"\ntime=\"2021-12-01T11:21:02Z\" level=debug msg=\"Exit code for [rke-bundle-cert] container on host [10.x.x.1] is [0]\"\ntime=\"2021-12-01T11:21:02Z\" level=info msg=\"[certificates] successfully saved certificate bundle [/opt/rke/etcd-snapshots//pki.bundle.tar.gz] on host [10.x.x.1]\"\ntime=\"2021-12-01T11:21:02Z\" level=info msg=\"Removing container [rke-bundle-cert] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:21:02Z\" level=debug msg=\"[etcd] Creating log link for Container [etcd-rolling-snapshots] on host [10.x.x.1]\"\ntime=\"2021-12-01T11:21:02Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.1]\"\ntime=\"2021-12-01T11:21:02Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.1]\"\ntime=\"2021-12-01T11:21:02Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:21:02Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-12-01T11:21:02Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:21:02Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:21:02Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.1]\"\ntime=\"2021-12-01T11:21:02Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:21:02Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:21:03Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:21:03Z\" level=debug msg=\"[etcd] Successfully created log link for Container [etcd-rolling-snapshots] on host [10.x.x.1]\"\ntime=\"2021-12-01T11:21:03Z\" level=debug msg=\"[etcd] Creating log link for Container [etcd] on host [10.x.x.1]\"\ntime=\"2021-12-01T11:21:03Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.1]\"\ntime=\"2021-12-01T11:21:03Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.1]\"\ntime=\"2021-12-01T11:21:03Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:21:03Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-12-01T11:21:03Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:21:03Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:21:03Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.1]\"\ntime=\"2021-12-01T11:21:03Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:21:03Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:21:04Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:21:04Z\" level=debug msg=\"[etcd] Successfully created log link for Container [etcd] on host [10.x.x.1]\"\ntime=\"2021-12-01T11:21:04Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:21:04Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:04Z\" level=info msg=\"Starting container [etcd-fix-perm] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:21:04Z\" level=info msg=\"Successfully started [etcd-fix-perm] container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:04Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:04Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:04Z\" level=info msg=\"Container [etcd-fix-perm] is still running on host [10.x.x.2]: stderr: [], stdout: []\"\ntime=\"2021-12-01T11:21:05Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:05Z\" level=debug msg=\"Exit code for [etcd-fix-perm] container on host [10.x.x.2] is [0]\"\ntime=\"2021-12-01T11:21:05Z\" level=debug msg=\"[remove/etcd-fix-perm] Checking if container is running on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:05Z\" level=debug msg=\"[remove/etcd-fix-perm] Removing container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:05Z\" level=info msg=\"Removing container [etcd-fix-perm] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:21:06Z\" level=info msg=\"[remove/etcd-fix-perm] Successfully removed container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:06Z\" level=debug msg=\"Checking if image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] exists on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:21:06Z\" level=info msg=\"Image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] exists on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:06Z\" level=info msg=\"Starting container [etcd] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:21:06Z\" level=info msg=\"[etcd] Successfully started [etcd] container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:06Z\" level=debug msg=\"Extracted version [v0.1.78] from image [rancher/rke-tools:v0.1.78]\"\ntime=\"2021-12-01T11:21:06Z\" level=debug msg=\"Extracted version [v0.1.78] from image [rancher/rke-tools:v0.1.78]\"\ntime=\"2021-12-01T11:21:06Z\" level=info msg=\"[etcd] Running rolling snapshot container [etcd-snapshot-once] on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:06Z\" level=debug msg=\"[etcd] Using command [/opt/rke-tools/rke-etcd-backup etcd-backup save --cacert /etc/kubernetes/ssl/kube-ca.pem --cert /etc/kubernetes/ssl/kube-node.pem --key /etc/kubernetes/ssl/kube-node-key.pem --name etcd-rolling-snapshots --endpoints=10.x.x.2:2379 --retention=24h --creation=6h] for rolling snapshot container [etcd-rolling-snapshots] on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:06Z\" level=debug msg=\"[remove/etcd-rolling-snapshots] Checking if container is running on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:06Z\" level=debug msg=\"[remove/etcd-rolling-snapshots] Container doesn't exist on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:06Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:21:06Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:06Z\" level=info msg=\"Starting container [etcd-rolling-snapshots] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:21:06Z\" level=info msg=\"[etcd] Successfully started [etcd-rolling-snapshots] container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:11Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:21:11Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:44Z\" level=info msg=\"Starting container [rke-bundle-cert] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:21:44Z\" level=info msg=\"[certificates] Successfully started [rke-bundle-cert] container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:44Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:44Z\" level=info msg=\"Container [rke-bundle-cert] is still running on host [10.x.x.2]: stderr: [], stdout: []\"\ntime=\"2021-12-01T11:21:45Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:45Z\" level=debug msg=\"Exit code for [rke-bundle-cert] container on host [10.x.x.2] is [0]\"\ntime=\"2021-12-01T11:21:45Z\" level=info msg=\"[certificates] successfully saved certificate bundle [/opt/rke/etcd-snapshots//pki.bundle.tar.gz] on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:45Z\" level=info msg=\"Removing container [rke-bundle-cert] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:21:45Z\" level=debug msg=\"[etcd] Creating log link for Container [etcd-rolling-snapshots] on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:45Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:45Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:45Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:21:45Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:45Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:21:46Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:46Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:46Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:46Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:21:46Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:46Z\" level=debug msg=\"[etcd] Successfully created log link for Container [etcd-rolling-snapshots] on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:46Z\" level=debug msg=\"[etcd] Creating log link for Container [etcd] on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:46Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:46Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:46Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:21:46Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:46Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:21:47Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:47Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:47Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:47Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:21:47Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:47Z\" level=debug msg=\"[etcd] Successfully created log link for Container [etcd] on host [10.x.x.2]\"\ntime=\"2021-12-01T11:21:48Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:21:48Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:48Z\" level=info msg=\"Starting container [etcd-fix-perm] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:21:49Z\" level=info msg=\"Successfully started [etcd-fix-perm] container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:49Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:49Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:49Z\" level=info msg=\"Container [etcd-fix-perm] is still running on host [10.x.x.3]: stderr: [], stdout: []\"\ntime=\"2021-12-01T11:21:50Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:50Z\" level=debug msg=\"Exit code for [etcd-fix-perm] container on host [10.x.x.3] is [0]\"\ntime=\"2021-12-01T11:21:50Z\" level=debug msg=\"[remove/etcd-fix-perm] Checking if container is running on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:50Z\" level=debug msg=\"[remove/etcd-fix-perm] Removing container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:50Z\" level=info msg=\"Removing container [etcd-fix-perm] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:21:50Z\" level=info msg=\"[remove/etcd-fix-perm] Successfully removed container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:50Z\" level=debug msg=\"Checking if image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] exists on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:21:50Z\" level=info msg=\"Image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] exists on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:50Z\" level=info msg=\"Starting container [etcd] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:21:50Z\" level=info msg=\"[etcd] Successfully started [etcd] container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:50Z\" level=debug msg=\"Extracted version [v0.1.78] from image [rancher/rke-tools:v0.1.78]\"\ntime=\"2021-12-01T11:21:50Z\" level=debug msg=\"Extracted version [v0.1.78] from image [rancher/rke-tools:v0.1.78]\"\ntime=\"2021-12-01T11:21:50Z\" level=info msg=\"[etcd] Running rolling snapshot container [etcd-snapshot-once] on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:50Z\" level=debug msg=\"[etcd] Using command [/opt/rke-tools/rke-etcd-backup etcd-backup save --cacert /etc/kubernetes/ssl/kube-ca.pem --cert /etc/kubernetes/ssl/kube-node.pem --key /etc/kubernetes/ssl/kube-node-key.pem --name etcd-rolling-snapshots --endpoints=10.x.x.3:2379 --retention=24h --creation=6h] for rolling snapshot container [etcd-rolling-snapshots] on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:50Z\" level=debug msg=\"[remove/etcd-rolling-snapshots] Checking if container is running on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:50Z\" level=debug msg=\"[remove/etcd-rolling-snapshots] Container doesn't exist on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:50Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:21:50Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:50Z\" level=info msg=\"Starting container [etcd-rolling-snapshots] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:21:51Z\" level=info msg=\"[etcd] Successfully started [etcd-rolling-snapshots] container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:56Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:21:56Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:56Z\" level=info msg=\"Starting container [rke-bundle-cert] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:21:56Z\" level=info msg=\"[certificates] Successfully started [rke-bundle-cert] container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:56Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:56Z\" level=info msg=\"Container [rke-bundle-cert] is still running on host [10.x.x.3]: stderr: [], stdout: []\"\ntime=\"2021-12-01T11:21:57Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:57Z\" level=debug msg=\"Exit code for [rke-bundle-cert] container on host [10.x.x.3] is [0]\"\ntime=\"2021-12-01T11:21:57Z\" level=info msg=\"[certificates] successfully saved certificate bundle [/opt/rke/etcd-snapshots//pki.bundle.tar.gz] on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:57Z\" level=info msg=\"Removing container [rke-bundle-cert] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:21:57Z\" level=debug msg=\"[etcd] Creating log link for Container [etcd-rolling-snapshots] on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:57Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:57Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:57Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:21:57Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:58Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:21:58Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:58Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:58Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:58Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:21:58Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:58Z\" level=debug msg=\"[etcd] Successfully created log link for Container [etcd-rolling-snapshots] on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:58Z\" level=debug msg=\"[etcd] Creating log link for Container [etcd] on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:58Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:58Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:58Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:21:58Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:59Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:21:59Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:59Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:59Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:59Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:21:59Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:59Z\" level=debug msg=\"[etcd] Successfully created log link for Container [etcd] on host [10.x.x.3]\"\ntime=\"2021-12-01T11:21:59Z\" level=info msg=\"[etcd] Successfully started etcd plane.. Checking etcd cluster health\"\ntime=\"2021-12-01T11:21:59Z\" level=debug msg=\"[etcd] check etcd cluster health on host [10.x.x.1]\"\ntime=\"2021-12-01T11:22:00Z\" level=info msg=\"[etcd] etcd host [10.x.x.1] reported healthy=true\"\ntime=\"2021-12-01T11:22:00Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: getting serviceOptions for cluster version [v1.20.11-rancher1-2]\"\ntime=\"2021-12-01T11:22:00Z\" level=debug msg=\"Extracted version [v1.20.11-rancher1] from image [rancher/hyperkube:v1.20.11-rancher1]\"\ntime=\"2021-12-01T11:22:00Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: serviceOptions found for cluster major version [v1.20]\"\ntime=\"2021-12-01T11:22:00Z\" level=debug msg=\"Extracted version [v3.4.15-rancher1] from image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1]\"\ntime=\"2021-12-01T11:22:00Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.3-rancher99] for advertising port 4001, not going to advertise port 4001\"\ntime=\"2021-12-01T11:22:00Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.14-rancher99] for adding stricter TLS cipher suites, going to add stricter TLS cipher suites arguments to etcd\"\ntime=\"2021-12-01T11:22:00Z\" level=debug msg=\"Version [3.4.15-rancher1] is equal or higher than version [3.2.99]\"\ntime=\"2021-12-01T11:22:00Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: getting serviceOptions for cluster version [v1.20.11-rancher1-2]\"\ntime=\"2021-12-01T11:22:00Z\" level=debug msg=\"Extracted version [v1.20.11-rancher1] from image [rancher/hyperkube:v1.20.11-rancher1]\"\ntime=\"2021-12-01T11:22:00Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: serviceOptions found for cluster major version [v1.20]\"\ntime=\"2021-12-01T11:22:00Z\" level=debug msg=\"Extracted version [v3.4.15-rancher1] from image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1]\"\ntime=\"2021-12-01T11:22:00Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.3-rancher99] for advertising port 4001, not going to advertise port 4001\"\ntime=\"2021-12-01T11:22:00Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.14-rancher99] for adding stricter TLS cipher suites, going to add stricter TLS cipher suites arguments to etcd\"\ntime=\"2021-12-01T11:22:00Z\" level=debug msg=\"Version [3.4.15-rancher1] is equal or higher than version [3.2.99]\"\ntime=\"2021-12-01T11:22:00Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: getting serviceOptions for cluster version [v1.20.11-rancher1-2]\"\ntime=\"2021-12-01T11:22:00Z\" level=debug msg=\"Extracted version [v1.20.11-rancher1] from image [rancher/hyperkube:v1.20.11-rancher1]\"\ntime=\"2021-12-01T11:22:00Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: serviceOptions found for cluster major version [v1.20]\"\ntime=\"2021-12-01T11:22:00Z\" level=debug msg=\"Extracted version [v3.4.15-rancher1] from image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1]\"\ntime=\"2021-12-01T11:22:00Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.3-rancher99] for advertising port 4001, not going to advertise port 4001\"\ntime=\"2021-12-01T11:22:00Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.14-rancher99] for adding stricter TLS cipher suites, going to add stricter TLS cipher suites arguments to etcd\"\ntime=\"2021-12-01T11:22:00Z\" level=debug msg=\"Version [3.4.15-rancher1] is equal or higher than version [3.2.99]\"\ntime=\"2021-12-01T11:22:00Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.1, try #1\"\ntime=\"2021-12-01T11:22:00Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:22:05Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #2\"\ntime=\"2021-12-01T11:22:10Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #3\"\ntime=\"2021-12-01T11:22:15Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #4\"\ntime=\"2021-12-01T11:22:20Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #5\"\ntime=\"2021-12-01T11:22:25Z\" level=debug msg=\"Found node 10.x.x.1 in NotReady state\"\ntime=\"2021-12-01T11:22:25Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.2, try #1\"\ntime=\"2021-12-01T11:22:25Z\" level=debug msg=\"Checking node list for node [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:22:30Z\" level=debug msg=\"Checking node list for node [10.x.x.2], try #2\"\ntime=\"2021-12-01T11:22:35Z\" level=debug msg=\"Checking node list for node [10.x.x.2], try #3\"\ntime=\"2021-12-01T11:22:40Z\" level=debug msg=\"Checking node list for node [10.x.x.2], try #4\"\ntime=\"2021-12-01T11:22:45Z\" level=debug msg=\"Checking node list for node [10.x.x.2], try #5\"\ntime=\"2021-12-01T11:22:50Z\" level=debug msg=\"Found node 10.x.x.2 in NotReady state\"\ntime=\"2021-12-01T11:22:50Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.3, try #1\"\ntime=\"2021-12-01T11:22:50Z\" level=debug msg=\"Checking node list for node [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:22:55Z\" level=debug msg=\"Checking node list for node [10.x.x.3], try #2\"\ntime=\"2021-12-01T11:23:00Z\" level=debug msg=\"Checking node list for node [10.x.x.3], try #3\"\ntime=\"2021-12-01T11:23:05Z\" level=debug msg=\"Checking node list for node [10.x.x.3], try #4\"\ntime=\"2021-12-01T11:23:10Z\" level=debug msg=\"Checking node list for node [10.x.x.3], try #5\"\ntime=\"2021-12-01T11:23:15Z\" level=debug msg=\"Found node 10.x.x.3 in NotReady state\"\ntime=\"2021-12-01T11:23:15Z\" level=info msg=\"Attempting upgrade of controlplane components on following hosts in NotReady status: 10.x.x.1,10.x.x.2,10.x.x.3\"\ntime=\"2021-12-01T11:23:15Z\" level=info msg=\"[controlplane] Building up Controller Plane..\"\ntime=\"2021-12-01T11:23:15Z\" level=debug msg=\"[remove/nginx-proxy] Checking if container is running on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:15Z\" level=debug msg=\"[remove/nginx-proxy] Checking if container is running on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:15Z\" level=debug msg=\"[remove/nginx-proxy] Checking if container is running on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:16Z\" level=debug msg=\"[remove/nginx-proxy] Container doesn't exist on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:16Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:23:16Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:23:16Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:16Z\" level=debug msg=\"[remove/nginx-proxy] Container doesn't exist on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:16Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:23:16Z\" level=debug msg=\"[remove/nginx-proxy] Container doesn't exist on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:16Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:23:16Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:23:16Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:23:16Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:16Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:16Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:23:16Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:16Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:23:16Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:16Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:23:16Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:16Z\" level=info msg=\"Starting container [kube-apiserver] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:23:16Z\" level=info msg=\"Starting container [kube-apiserver] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:23:16Z\" level=info msg=\"Starting container [kube-apiserver] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:23:16Z\" level=info msg=\"[controlplane] Successfully started [kube-apiserver] container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:16Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-apiserver] on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:16Z\" level=info msg=\"[controlplane] Successfully started [kube-apiserver] container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:16Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-apiserver] on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:16Z\" level=info msg=\"[controlplane] Successfully started [kube-apiserver] container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:16Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-apiserver] on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:20Z\" level=debug msg=\"[healthcheck] Service [kube-apiserver] is not healthy on host [10.x.x.3]. Response code: [403], response body: {\\"kind\\":\\"Status\\",\\"apiVersion\\":\\"v1\\",\\"metadata\\":{},\\"status\\":\\"Failure\\",\\"message\\":\\"forbidden: User \\\\"kube-apiserver\\\\" cannot get path \\\\"/healthz\\\\"\\",\\"reason\\":\\"Forbidden\\",\\"details\\":{},\\"code\\":403}\n, try #1\"\ntime=\"2021-12-01T11:23:20Z\" level=debug msg=\"[healthcheck] Service [kube-apiserver] is not healthy on host [10.x.x.2]. Response code: [403], response body: {\\"kind\\":\\"Status\\",\\"apiVersion\\":\\"v1\\",\\"metadata\\":{},\\"status\\":\\"Failure\\",\\"message\\":\\"forbidden: User \\\\"kube-apiserver\\\\" cannot get path \\\\"/healthz\\\\"\\",\\"reason\\":\\"Forbidden\\",\\"details\\":{},\\"code\\":403}\n, try #1\"\ntime=\"2021-12-01T11:23:21Z\" level=debug msg=\"[healthcheck] Service [kube-apiserver] is not healthy on host [10.x.x.1]. Response code: [403], response body: {\\"kind\\":\\"Status\\",\\"apiVersion\\":\\"v1\\",\\"metadata\\":{},\\"status\\":\\"Failure\\",\\"message\\":\\"forbidden: User \\\\"kube-apiserver\\\\" cannot get path \\\\"/healthz\\\\"\\",\\"reason\\":\\"Forbidden\\",\\"details\\":{},\\"code\\":403}\n, try #1\"\ntime=\"2021-12-01T11:23:25Z\" level=info msg=\"[healthcheck] service [kube-apiserver] on host [10.x.x.3] is healthy\"\ntime=\"2021-12-01T11:23:25Z\" level=debug msg=\"[controlplane] Creating log link for Container [kube-apiserver] on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:25Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:25Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:25Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:23:25Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:25Z\" level=info msg=\"[healthcheck] service [kube-apiserver] on host [10.x.x.2] is healthy\"\ntime=\"2021-12-01T11:23:25Z\" level=debug msg=\"[controlplane] Creating log link for Container [kube-apiserver] on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:25Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:25Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:25Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:23:25Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:26Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:23:26Z\" level=info msg=\"[healthcheck] service [kube-apiserver] on host [10.x.x.1] is healthy\"\ntime=\"2021-12-01T11:23:26Z\" level=debug msg=\"[controlplane] Creating log link for Container [kube-apiserver] on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:26Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:26Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:26Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:23:26Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:26Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:23:26Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:23:26Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:26Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:26Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:26Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:23:26Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:26Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:26Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:26Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:23:26Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:26Z\" level=debug msg=\"[controlplane] Successfully created log link for Container [kube-apiserver] on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:26Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:23:26Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:26Z\" level=info msg=\"Starting container [kube-controller-manager] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:23:27Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:27Z\" level=debug msg=\"[controlplane] Successfully created log link for Container [kube-apiserver] on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:27Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:23:27Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:27Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:27Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:27Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:27Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:23:27Z\" level=info msg=\"Starting container [kube-controller-manager] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:23:27Z\" level=info msg=\"[controlplane] Successfully started [kube-controller-manager] container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:27Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-controller-manager] on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:27Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:27Z\" level=debug msg=\"[controlplane] Successfully created log link for Container [kube-apiserver] on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:27Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:23:27Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:27Z\" level=info msg=\"[controlplane] Successfully started [kube-controller-manager] container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:27Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-controller-manager] on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:27Z\" level=info msg=\"Starting container [kube-controller-manager] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:23:27Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10252/healthz for service [kube-controller-manager] on host [10.x.x.3]: Get \\"http://localhost:10252/healthz\\": Unable to access the service on localhost:10252. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #1\"\ntime=\"2021-12-01T11:23:27Z\" level=info msg=\"[controlplane] Successfully started [kube-controller-manager] container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:27Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-controller-manager] on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:28Z\" level=info msg=\"[healthcheck] service [kube-controller-manager] on host [10.x.x.2] is healthy\"\ntime=\"2021-12-01T11:23:28Z\" level=debug msg=\"[controlplane] Creating log link for Container [kube-controller-manager] on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:28Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:28Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:28Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:23:28Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:28Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:23:28Z\" level=info msg=\"[healthcheck] service [kube-controller-manager] on host [10.x.x.1] is healthy\"\ntime=\"2021-12-01T11:23:28Z\" level=debug msg=\"[controlplane] Creating log link for Container [kube-controller-manager] on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:28Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:28Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:28Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:23:28Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:28Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:28Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:28Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:28Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:23:28Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:23:29Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:29Z\" level=debug msg=\"[controlplane] Successfully created log link for Container [kube-controller-manager] on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:29Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:23:29Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:29Z\" level=info msg=\"Starting container [kube-scheduler] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:23:29Z\" level=info msg=\"[controlplane] Successfully started [kube-scheduler] container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:29Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-scheduler] on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:29Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:29Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:29Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:29Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:23:29Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:29Z\" level=debug msg=\"[controlplane] Successfully created log link for Container [kube-controller-manager] on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:29Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:23:29Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:29Z\" level=info msg=\"Starting container [kube-scheduler] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:23:29Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10251/healthz for service [kube-scheduler] on host [10.x.x.2]: Get \\"http://localhost:10251/healthz\\": Unable to access the service on localhost:10251. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #1\"\ntime=\"2021-12-01T11:23:30Z\" level=info msg=\"[controlplane] Successfully started [kube-scheduler] container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:30Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-scheduler] on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:31Z\" level=info msg=\"[healthcheck] service [kube-scheduler] on host [10.x.x.1] is healthy\"\ntime=\"2021-12-01T11:23:31Z\" level=debug msg=\"[controlplane] Creating log link for Container [kube-scheduler] on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:31Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:31Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:31Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:23:31Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:31Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:23:31Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:31Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:31Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:31Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:23:32Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:32Z\" level=debug msg=\"[controlplane] Successfully created log link for Container [kube-scheduler] on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:33Z\" level=info msg=\"[healthcheck] service [kube-controller-manager] on host [10.x.x.3] is healthy\"\ntime=\"2021-12-01T11:23:33Z\" level=debug msg=\"[controlplane] Creating log link for Container [kube-controller-manager] on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:33Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:33Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:33Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:23:33Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:33Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:23:34Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:34Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:34Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:34Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:23:34Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:34Z\" level=debug msg=\"[controlplane] Successfully created log link for Container [kube-controller-manager] on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:34Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:23:34Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:34Z\" level=info msg=\"Starting container [kube-scheduler] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:23:34Z\" level=info msg=\"[controlplane] Successfully started [kube-scheduler] container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:34Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-scheduler] on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:35Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10251/healthz for service [kube-scheduler] on host [10.x.x.3]: Get \\"http://localhost:10251/healthz\\": Unable to access the service on localhost:10251. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #1\"\ntime=\"2021-12-01T11:23:35Z\" level=info msg=\"[healthcheck] service [kube-scheduler] on host [10.x.x.2] is healthy\"\ntime=\"2021-12-01T11:23:35Z\" level=debug msg=\"[controlplane] Creating log link for Container [kube-scheduler] on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:35Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:35Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:35Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:23:35Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:35Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:23:36Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:36Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:36Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:36Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:23:36Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:36Z\" level=debug msg=\"[controlplane] Successfully created log link for Container [kube-scheduler] on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:40Z\" level=info msg=\"[healthcheck] service [kube-scheduler] on host [10.x.x.3] is healthy\"\ntime=\"2021-12-01T11:23:40Z\" level=debug msg=\"[controlplane] Creating log link for Container [kube-scheduler] on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:40Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:40Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:40Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:23:40Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:41Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:23:41Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:41Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:41Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:41Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:23:42Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:42Z\" level=debug msg=\"[controlplane] Successfully created log link for Container [kube-scheduler] on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:42Z\" level=info msg=\"[controlplane] Successfully started Controller Plane..\"\ntime=\"2021-12-01T11:23:42Z\" level=info msg=\"[worker] Building up Worker Plane..\"\ntime=\"2021-12-01T11:23:42Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:23:42Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:23:42Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:23:42Z\" level=debug msg=\"[sidekick] Checking if container [service-sidekick] is eligible for upgrade on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:42Z\" level=debug msg=\"[sidekick] Checking if container [service-sidekick] is eligible for upgrade on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:42Z\" level=debug msg=\"[sidekick] Checking if container [service-sidekick] is eligible for upgrade on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:42Z\" level=debug msg=\"[sidekick] Container [service-sidekick] is not eligible for upgrade on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:42Z\" level=info msg=\"[sidekick] Sidekick container already created on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:42Z\" level=debug msg=\"[sidekick] Container [service-sidekick] is not eligible for upgrade on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:42Z\" level=info msg=\"[sidekick] Sidekick container already created on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:42Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:23:42Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:42Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:23:42Z\" level=debug msg=\"[sidekick] Container [service-sidekick] is not eligible for upgrade on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:42Z\" level=info msg=\"[sidekick] Sidekick container already created on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:42Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:23:42Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:42Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:42Z\" level=info msg=\"Starting container [kubelet] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:23:42Z\" level=info msg=\"Starting container [kubelet] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:23:42Z\" level=info msg=\"Starting container [kubelet] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:23:42Z\" level=info msg=\"[worker] Successfully started [kubelet] container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:42Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kubelet] on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:42Z\" level=info msg=\"[worker] Successfully started [kubelet] container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:42Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kubelet] on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:42Z\" level=info msg=\"[worker] Successfully started [kubelet] container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:42Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kubelet] on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:42Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10248/healthz for service [kubelet] on host [10.x.x.1]: Get \\"http://localhost:10248/healthz\\": Unable to access the service on localhost:10248. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #1\"\ntime=\"2021-12-01T11:23:42Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10248/healthz for service [kubelet] on host [10.x.x.2]: Get \\"http://localhost:10248/healthz\\": Unable to access the service on localhost:10248. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #1\"\ntime=\"2021-12-01T11:23:42Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10248/healthz for service [kubelet] on host [10.x.x.3]: Get \\"http://localhost:10248/healthz\\": Unable to access the service on localhost:10248. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #1\"\ntime=\"2021-12-01T11:23:48Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10248/healthz for service [kubelet] on host [10.x.x.1]: Get \\"http://localhost:10248/healthz\\": Unable to access the service on localhost:10248. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #2\"\ntime=\"2021-12-01T11:23:48Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10248/healthz for service [kubelet] on host [10.x.x.2]: Get \\"http://localhost:10248/healthz\\": Unable to access the service on localhost:10248. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #2\"\ntime=\"2021-12-01T11:23:48Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10248/healthz for service [kubelet] on host [10.x.x.3]: Get \\"http://localhost:10248/healthz\\": Unable to access the service on localhost:10248. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #2\"\ntime=\"2021-12-01T11:23:54Z\" level=info msg=\"[healthcheck] service [kubelet] on host [10.x.x.1] is healthy\"\ntime=\"2021-12-01T11:23:54Z\" level=debug msg=\"[worker] Creating log link for Container [kubelet] on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:54Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:54Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:54Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:23:54Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:54Z\" level=info msg=\"[healthcheck] service [kubelet] on host [10.x.x.2] is healthy\"\ntime=\"2021-12-01T11:23:54Z\" level=debug msg=\"[worker] Creating log link for Container [kubelet] on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:54Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:54Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:54Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:23:54Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:54Z\" level=info msg=\"[healthcheck] service [kubelet] on host [10.x.x.3] is healthy\"\ntime=\"2021-12-01T11:23:54Z\" level=debug msg=\"[worker] Creating log link for Container [kubelet] on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:54Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:54Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:54Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:23:54Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:54Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:23:54Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:23:54Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:23:54Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:54Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:54Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:54Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:23:54Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:54Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:54Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:54Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:23:55Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:55Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:55Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:55Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:23:55Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:55Z\" level=debug msg=\"[worker] Successfully created log link for Container [kubelet] on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:55Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:23:55Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:55Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:55Z\" level=debug msg=\"[worker] Successfully created log link for Container [kubelet] on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:55Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:23:55Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:55Z\" level=info msg=\"Starting container [kube-proxy] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:23:55Z\" level=info msg=\"Starting container [kube-proxy] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:23:55Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:55Z\" level=debug msg=\"[worker] Successfully created log link for Container [kubelet] on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:55Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:23:55Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:55Z\" level=info msg=\"[worker] Successfully started [kube-proxy] container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:55Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-proxy] on host [10.x.x.1]\"\ntime=\"2021-12-01T11:23:55Z\" level=info msg=\"[worker] Successfully started [kube-proxy] container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:55Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-proxy] on host [10.x.x.2]\"\ntime=\"2021-12-01T11:23:55Z\" level=info msg=\"Starting container [kube-proxy] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:23:55Z\" level=info msg=\"[worker] Successfully started [kube-proxy] container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:55Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-proxy] on host [10.x.x.3]\"\ntime=\"2021-12-01T11:23:55Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.1]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #1\"\ntime=\"2021-12-01T11:23:55Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.2]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #1\"\ntime=\"2021-12-01T11:23:56Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.3]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #1\"\ntime=\"2021-12-01T11:24:01Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.2]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #2\"\ntime=\"2021-12-01T11:24:01Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.1]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #2\"\ntime=\"2021-12-01T11:24:01Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.3]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #2\"\ntime=\"2021-12-01T11:24:07Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.2]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #3\"\ntime=\"2021-12-01T11:24:07Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.1]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #3\"\ntime=\"2021-12-01T11:24:07Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.3]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #3\"\ntime=\"2021-12-01T11:24:12Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.1]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #4\"\ntime=\"2021-12-01T11:24:12Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.2]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #4\"\ntime=\"2021-12-01T11:24:12Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.3]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #4\"\ntime=\"2021-12-01T11:24:18Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.1]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #5\"\ntime=\"2021-12-01T11:24:18Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.2]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #5\"\ntime=\"2021-12-01T11:24:18Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.3]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #5\"\ntime=\"2021-12-01T11:24:24Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.1]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #6\"\ntime=\"2021-12-01T11:24:24Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.2]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #6\"\ntime=\"2021-12-01T11:24:24Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.3]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #6\"\ntime=\"2021-12-01T11:24:29Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.1]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #7\"\ntime=\"2021-12-01T11:24:29Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.2]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #7\"\ntime=\"2021-12-01T11:24:29Z\" level=info msg=\"[healthcheck] service [kube-proxy] on host [10.x.x.3] is healthy\"\ntime=\"2021-12-01T11:24:29Z\" level=debug msg=\"[worker] Creating log link for Container [kube-proxy] on host [10.x.x.3]\"\ntime=\"2021-12-01T11:24:29Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.3]\"\ntime=\"2021-12-01T11:24:29Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.3]\"\ntime=\"2021-12-01T11:24:29Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:24:29Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"\ntime=\"2021-12-01T11:24:30Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:24:30Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:24:30Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.3]\"\ntime=\"2021-12-01T11:24:30Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:24:30Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:24:30Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"\ntime=\"2021-12-01T11:24:30Z\" level=debug msg=\"[worker] Successfully created log link for Container [kube-proxy] on host [10.x.x.3]\"\ntime=\"2021-12-01T11:24:35Z\" level=info msg=\"[healthcheck] service [kube-proxy] on host [10.x.x.1] is healthy\"\ntime=\"2021-12-01T11:24:35Z\" level=debug msg=\"[worker] Creating log link for Container [kube-proxy] on host [10.x.x.1]\"\ntime=\"2021-12-01T11:24:35Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.1]\"\ntime=\"2021-12-01T11:24:35Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.1]\"\ntime=\"2021-12-01T11:24:35Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:24:35Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"\ntime=\"2021-12-01T11:24:35Z\" level=info msg=\"[healthcheck] service [kube-proxy] on host [10.x.x.2] is healthy\"\ntime=\"2021-12-01T11:24:35Z\" level=debug msg=\"[worker] Creating log link for Container [kube-proxy] on host [10.x.x.2]\"\ntime=\"2021-12-01T11:24:35Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.2]\"\ntime=\"2021-12-01T11:24:35Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.2]\"\ntime=\"2021-12-01T11:24:35Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:24:35Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"\ntime=\"2021-12-01T11:24:35Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:24:35Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:24:36Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:24:36Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.1]\"\ntime=\"2021-12-01T11:24:36Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:24:36Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:24:36Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:24:36Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.2]\"\ntime=\"2021-12-01T11:24:36Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:24:36Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:24:36Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"\ntime=\"2021-12-01T11:24:36Z\" level=debug msg=\"[worker] Successfully created log link for Container [kube-proxy] on host [10.x.x.1]\"\ntime=\"2021-12-01T11:24:36Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"\ntime=\"2021-12-01T11:24:36Z\" level=debug msg=\"[worker] Successfully created log link for Container [kube-proxy] on host [10.x.x.2]\"\ntime=\"2021-12-01T11:24:36Z\" level=info msg=\"[worker] Successfully started Worker Plane..\"\ntime=\"2021-12-01T11:24:36Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.1, try #1\"\ntime=\"2021-12-01T11:24:36Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:24:41Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #2\"\ntime=\"2021-12-01T11:24:46Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #3\"\ntime=\"2021-12-01T11:24:51Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #4\"\ntime=\"2021-12-01T11:24:56Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #5\"\ntime=\"2021-12-01T11:25:01Z\" level=error msg=\"Host 10.x.x.1 failed to report Ready status with error: [controlplane] Error getting node 10.x.x.1: \\"10.x.x.1\\" not found\"\ntime=\"2021-12-01T11:25:01Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.2, try #1\"\ntime=\"2021-12-01T11:25:01Z\" level=debug msg=\"Checking node list for node [10.x.x.2], try #1\"\ntime=\"2021-12-01T11:25:06Z\" level=debug msg=\"Checking node list for node [10.x.x.2], try #2\"\ntime=\"2021-12-01T11:25:11Z\" level=debug msg=\"Checking node list for node [10.x.x.2], try #3\"\ntime=\"2021-12-01T11:25:16Z\" level=debug msg=\"Checking node list for node [10.x.x.2], try #4\"\ntime=\"2021-12-01T11:25:21Z\" level=debug msg=\"Checking node list for node [10.x.x.2], try #5\"\ntime=\"2021-12-01T11:25:26Z\" level=error msg=\"Host 10.x.x.2 failed to report Ready status with error: [controlplane] Error getting node 10.x.x.2: \\"10.x.x.2\\" not found\"\ntime=\"2021-12-01T11:25:26Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.3, try #1\"\ntime=\"2021-12-01T11:25:26Z\" level=debug msg=\"Checking node list for node [10.x.x.3], try #1\"\ntime=\"2021-12-01T11:25:31Z\" level=debug msg=\"Checking node list for node [10.x.x.3], try #2\"\ntime=\"2021-12-01T11:25:36Z\" level=debug msg=\"Checking node list for node [10.x.x.3], try #3\"\ntime=\"2021-12-01T11:25:41Z\" level=debug msg=\"Checking node list for node [10.x.x.3], try #4\"\ntime=\"2021-12-01T11:25:46Z\" level=debug msg=\"Checking node list for node [10.x.x.3], try #5\"\ntime=\"2021-12-01T11:25:51Z\" level=error msg=\"Host 10.x.x.3 failed to report Ready status with error: [controlplane] Error getting node 10.x.x.3: \\"10.x.x.3\\" not found\"\ntime=\"2021-12-01T11:25:51Z\" level=info msg=\"[controlplane] Processing controlplane hosts for upgrade 1 at a time\"\ntime=\"2021-12-01T11:25:51Z\" level=info msg=\"Processing controlplane host 10.x.x.1\"\ntime=\"2021-12-01T11:25:51Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.1, try #1\"\ntime=\"2021-12-01T11:25:51Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #1\"\ntime=\"2021-12-01T11:25:56Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #2\"\ntime=\"2021-12-01T11:26:01Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #3\"\ntime=\"2021-12-01T11:26:06Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #4\"\ntime=\"2021-12-01T11:26:11Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #5\"\ntime=\"2021-12-01T11:26:16Z\" level=error msg=\"Failed to upgrade hosts: 10.x.x.1 with error [[controlplane] Error getting node 10.x.x.1: \\"10.x.x.1\\" not found]\"\ntime=\"2021-12-01T11:26:16Z\" level=fatal msg=\"[controlPlane] Failed to upgrade Control Plane: [[[controlplane] Error getting node 10.x.x.1: \\"10.x.x.1\\" not found]]\"", "stdout_lines": ["time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Loglevel set to [debug]\"", "time=\"2021-12-01T11:20:39Z\" level=info msg=\"Running RKE version: v1.3.1\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"audit log policy found in cluster.yml\"", "time=\"2021-12-01T11:20:39Z\" level=info msg=\"Initiating Kubernetes cluster\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Loading data.json from local source\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"data.json SHA256 checksum: 6f17b3853e6e1796d654cd7660bc3470161f34581010127164031acbd89f2fbe\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"No DNS provider configured, setting default based on cluster version [1.20.11-rancher1-2]\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"DNS provider set to [coredns]\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Checking if cluster version [1.20.11-rancher1-2] needs to have kube-api audit log enabled\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Cluster version [1.20.11-rancher1-2] needs to have kube-api audit log enabled\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Enabling kube-api audit log for cluster version [v1.20.11-rancher1-2]\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"No input provided for maxUnavailableWorker, setting it to default value of 10 percent\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"No input provided for maxUnavailableControlplane, setting it to default value of 1\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Checking network mode for ingress for cluster version [v1.20.11-rancher1-2]\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Checking ingress default backend for cluster version [v1.20.11-rancher1-2]\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.1 has role: controlplane\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.1 has role: worker\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.1 has role: etcd\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.2 has role: controlplane\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.2 has role: worker\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.2 has role: etcd\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.3 has role: controlplane\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.3 has role: worker\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.3 has role: etcd\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"[state] previous state found, this is not a legacy cluster\"", "time=\"2021-12-01T11:20:39Z\" level=info msg=\"[certificates] GenerateServingCertificate is disabled, checking if there are unused kubelet certificates\"", "time=\"2021-12-01T11:20:39Z\" level=info msg=\"[certificates] Generating admin certificates and kubeconfig\"", "time=\"2021-12-01T11:20:39Z\" level=info msg=\"Successfully Deployed state file at [./rancher-cluster.rkestate]\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Checking if cluster version [1.20.11-rancher1-2] needs to have kube-api audit log enabled\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Cluster version [1.20.11-rancher1-2] needs to have kube-api audit log enabled\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Enabling kube-api audit log for cluster version [v1.20.11-rancher1-2]\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.1 has role: controlplane\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.1 has role: worker\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.1 has role: etcd\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.2 has role: controlplane\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.2 has role: worker\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.2 has role: etcd\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.3 has role: controlplane\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.3 has role: worker\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Host: 10.x.x.3 has role: etcd\"", "time=\"2021-12-01T11:20:39Z\" level=info msg=\"Building Kubernetes cluster\"", "time=\"2021-12-01T11:20:39Z\" level=info msg=\"[dialer] Setup tunnel for host [10.x.x.1]\"", "time=\"2021-12-01T11:20:39Z\" level=info msg=\"[dialer] Setup tunnel for host [10.x.x.2]\"", "time=\"2021-12-01T11:20:39Z\" level=info msg=\"[dialer] Setup tunnel for host [10.x.x.3]\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Connecting to Docker API for host [10.x.x.3]\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Connecting to Docker API for host [10.x.x.1]\"", "time=\"2021-12-01T11:20:39Z\" level=debug msg=\"Connecting to Docker API for host [10.x.x.2]\"", "time=\"2021-12-01T11:20:40Z\" level=debug msg=\"Docker Info found for host [10.x.x.1]: types.Info{ID:\\"54Z5:I2V3:T26I:N4E6:DQ6U:OCTJ:MH23:LXDX:7H45:YW24:I3VO:O6KF\\", Containers:0, ContainersRunning:0, ContainersPaused:0, ContainersStopped:0, Images:7, Driver:\\"overlay2\\", DriverStatus:[][2]string{[2]string{\\"Backing Filesystem\\", \\"extfs\\"}, [2]string{\\"Supports d_type\\", \\"true\\"}, [2]string{\\"Native Overlay Diff\\", \\"true\\"}}, SystemStatus:[][2]string(nil), Plugins:types.PluginsInfo{Volume:[]string{\\"local\\"}, Network:[]string{\\"bridge\\", \\"host\\", \\"ipvlan\\", \\"macvlan\\", \\"null\\", \\"overlay\\"}, Authorization:[]string(nil), Log:[]string{\\"awslogs\\", \\"fluentd\\", \\"gcplogs\\", \\"gelf\\", \\"journald\\", \\"json-file\\", \\"local\\", \\"logentries\\", \\"splunk\\", \\"syslog\\"}}, MemoryLimit:true, SwapLimit:false, KernelMemory:true, KernelMemoryTCP:true, CPUCfsPeriod:true, CPUCfsQuota:true, CPUShares:true, CPUSet:true, PidsLimit:true, IPv4Forwarding:true, BridgeNfIptables:true, BridgeNfIP6tables:true, Debug:false, NFd:24, OomKillDisable:true, NGoroutines:35, SystemTime:\\"2021-12-01T11:20:40.489608957Z\\", LoggingDriver:\\"json-file\\", CgroupDriver:\\"cgroupfs\\", CgroupVersion:\\"\\", NEventsListener:0, KernelVersion:\\"4.15.0-88-generic\\", OperatingSystem:\\"Ubuntu 18.04.4 LTS\\", OSVersion:\\"\\", OSType:\\"linux\\", Architecture:\\"x86_64\\", IndexServerAddress:\\"https://index.docker.io/v1/\\", RegistryConfig:(registry.ServiceConfig)(0xc0000fa380), NCPU:4, MemTotal:16819859456, GenericResources:[]swarm.GenericResource(nil), DockerRootDir:\\"/var/lib/docker\\", HTTPProxy:\\"\\", HTTPSProxy:\\"\\", NoProxy:\\"\\", Name:\\"ausdvshazzrnc01\\", Labels:[]string{}, ExperimentalBuild:false, ServerVersion:\\"19.03.6\\", ClusterStore:\\"\\", ClusterAdvertise:\\"\\", Runtimes:map[string]types.Runtime{\\"runc\\":types.Runtime{Path:\\"runc\\", Args:[]string(nil), Shim:(types.ShimConfig)(nil)}}, DefaultRuntime:\\"runc\\", Swarm:swarm.Info{NodeID:\\"\\", NodeAddr:\\"\\", LocalNodeState:\\"inactive\\", ControlAvailable:false, Error:\\"\\", RemoteManagers:[]swarm.Peer(nil), Nodes:0, Managers:0, Cluster:(swarm.ClusterInfo)(nil), Warnings:[]string(nil)}, LiveRestoreEnabled:false, Isolation:\\"\\", InitBinary:\\"docker-init\\", ContainerdCommit:types.Commit{ID:\\"7b11cfaabd73bb80907dd23182b9347b4245eb5d\\", Expected:\\"7b11cfaabd73bb80907dd23182b9347b4245eb5d\\"}, RuncCommit:types.Commit{ID:\\"v1.0.2-0-g52b36a2\\", Expected:\\"v1.0.2-0-g52b36a2\\"}, InitCommit:types.Commit{ID:\\"fec3683\\", Expected:\\"fec3683\\"}, SecurityOptions:[]string{\\"name=apparmor\\", \\"name=seccomp,profile=default\\"}, ProductLicense:\\"\\", DefaultAddressPools:[]types.NetworkAddressPool(nil), Warnings:[]string{\\"WARNING: No swap limit support\\"}}\"", "time=\"2021-12-01T11:20:40Z\" level=debug msg=\"Docker Info found for host [10.x.x.2]: types.Info{ID:\\"UPIJ:BH6S:NTAH:QMBK:LPGZ:DA4Y:QML3:XZCQ:AYPF:YH5R:X4YL:3Z36\\", Containers:0, ContainersRunning:0, ContainersPaused:0, ContainersStopped:0, Images:7, Driver:\\"overlay2\\", DriverStatus:[][2]string{[2]string{\\"Backing Filesystem\\", \\"extfs\\"}, [2]string{\\"Supports d_type\\", \\"true\\"}, [2]string{\\"Native Overlay Diff\\", \\"true\\"}}, SystemStatus:[][2]string(nil), Plugins:types.PluginsInfo{Volume:[]string{\\"local\\"}, Network:[]string{\\"bridge\\", \\"host\\", \\"ipvlan\\", \\"macvlan\\", \\"null\\", \\"overlay\\"}, Authorization:[]string(nil), Log:[]string{\\"awslogs\\", \\"fluentd\\", \\"gcplogs\\", \\"gelf\\", \\"journald\\", \\"json-file\\", \\"local\\", \\"logentries\\", \\"splunk\\", \\"syslog\\"}}, MemoryLimit:true, SwapLimit:false, KernelMemory:true, KernelMemoryTCP:true, CPUCfsPeriod:true, CPUCfsQuota:true, CPUShares:true, CPUSet:true, PidsLimit:true, IPv4Forwarding:true, BridgeNfIptables:true, BridgeNfIP6tables:true, Debug:false, NFd:24, OomKillDisable:true, NGoroutines:35, SystemTime:\\"2021-12-01T11:20:40.639028819Z\\", LoggingDriver:\\"json-file\\", CgroupDriver:\\"cgroupfs\\", CgroupVersion:\\"\\", NEventsListener:0, KernelVersion:\\"4.15.0-88-generic\\", OperatingSystem:\\"Ubuntu 18.04.4 LTS\\", OSVersion:\\"\\", OSType:\\"linux\\", Architecture:\\"x86_64\\", IndexServerAddress:\\"https://index.docker.io/v1/\\", RegistryConfig:(registry.ServiceConfig)(0xc0000fa690), NCPU:4, MemTotal:16819859456, GenericResources:[]swarm.GenericResource(nil), DockerRootDir:\\"/var/lib/docker\\", HTTPProxy:\\"\\", HTTPSProxy:\\"\\", NoProxy:\\"\\", Name:\\"ausdvshazzrnc02\\", Labels:[]string{}, ExperimentalBuild:false, ServerVersion:\\"19.03.6\\", ClusterStore:\\"\\", ClusterAdvertise:\\"\\", Runtimes:map[string]types.Runtime{\\"runc\\":types.Runtime{Path:\\"runc\\", Args:[]string(nil), Shim:(types.ShimConfig)(nil)}}, DefaultRuntime:\\"runc\\", Swarm:swarm.Info{NodeID:\\"\\", NodeAddr:\\"\\", LocalNodeState:\\"inactive\\", ControlAvailable:false, Error:\\"\\", RemoteManagers:[]swarm.Peer(nil), Nodes:0, Managers:0, Cluster:(swarm.ClusterInfo)(nil), Warnings:[]string(nil)}, LiveRestoreEnabled:false, Isolation:\\"\\", InitBinary:\\"docker-init\\", ContainerdCommit:types.Commit{ID:\\"7b11cfaabd73bb80907dd23182b9347b4245eb5d\\", Expected:\\"7b11cfaabd73bb80907dd23182b9347b4245eb5d\\"}, RuncCommit:types.Commit{ID:\\"v1.0.2-0-g52b36a2\\", Expected:\\"v1.0.2-0-g52b36a2\\"}, InitCommit:types.Commit{ID:\\"fec3683\\", Expected:\\"fec3683\\"}, SecurityOptions:[]string{\\"name=apparmor\\", \\"name=seccomp,profile=default\\"}, ProductLicense:\\"\\", DefaultAddressPools:[]types.NetworkAddressPool(nil), Warnings:[]string{\\"WARNING: No swap limit support\\"}}\"", "time=\"2021-12-01T11:20:40Z\" level=debug msg=\"Docker Info found for host [10.x.x.3]: types.Info{ID:\\"JN3T:OYKH:B4FY:UZYL:A3CE:HY2N:MZSI:D2PB:GMWM:IGG3:CGXI:4TRM\\", Containers:0, ContainersRunning:0, ContainersPaused:0, ContainersStopped:0, Images:7, Driver:\\"overlay2\\", DriverStatus:[][2]string{[2]string{\\"Backing Filesystem\\", \\"extfs\\"}, [2]string{\\"Supports d_type\\", \\"true\\"}, [2]string{\\"Native Overlay Diff\\", \\"true\\"}}, SystemStatus:[][2]string(nil), Plugins:types.PluginsInfo{Volume:[]string{\\"local\\"}, Network:[]string{\\"bridge\\", \\"host\\", \\"ipvlan\\", \\"macvlan\\", \\"null\\", \\"overlay\\"}, Authorization:[]string(nil), Log:[]string{\\"awslogs\\", \\"fluentd\\", \\"gcplogs\\", \\"gelf\\", \\"journald\\", \\"json-file\\", \\"local\\", \\"logentries\\", \\"splunk\\", \\"syslog\\"}}, MemoryLimit:true, SwapLimit:false, KernelMemory:true, KernelMemoryTCP:true, CPUCfsPeriod:true, CPUCfsQuota:true, CPUShares:true, CPUSet:true, PidsLimit:true, IPv4Forwarding:true, BridgeNfIptables:true, BridgeNfIP6tables:true, Debug:false, NFd:24, OomKillDisable:true, NGoroutines:35, SystemTime:\\"2021-12-01T11:20:40.642989055Z\\", LoggingDriver:\\"json-file\\", CgroupDriver:\\"cgroupfs\\", CgroupVersion:\\"\\", NEventsListener:0, KernelVersion:\\"4.15.0-88-generic\\", OperatingSystem:\\"Ubuntu 18.04.4 LTS\\", OSVersion:\\"\\", OSType:\\"linux\\", Architecture:\\"x86_64\\", IndexServerAddress:\\"https://index.docker.io/v1/\\", RegistryConfig:(registry.ServiceConfig)(0xc0000fa850), NCPU:4, MemTotal:16819859456, GenericResources:[]swarm.GenericResource(nil), DockerRootDir:\\"/var/lib/docker\\", HTTPProxy:\\"\\", HTTPSProxy:\\"\\", NoProxy:\\"\\", Name:\\"ausdvshazzrnc03\\", Labels:[]string{}, ExperimentalBuild:false, ServerVersion:\\"19.03.6\\", ClusterStore:\\"\\", ClusterAdvertise:\\"\\", Runtimes:map[string]types.Runtime{\\"runc\\":types.Runtime{Path:\\"runc\\", Args:[]string(nil), Shim:(types.ShimConfig)(nil)}}, DefaultRuntime:\\"runc\\", Swarm:swarm.Info{NodeID:\\"\\", NodeAddr:\\"\\", LocalNodeState:\\"inactive\\", ControlAvailable:false, Error:\\"\\", RemoteManagers:[]swarm.Peer(nil), Nodes:0, Managers:0, Cluster:(*swarm.ClusterInfo)(nil), Warnings:[]string(nil)}, LiveRestoreEnabled:false, Isolation:\\"\\", InitBinary:\\"docker-init\\", ContainerdCommit:types.Commit{ID:\\"7b11cfaabd73bb80907dd23182b9347b4245eb5d\\", Expected:\\"7b11cfaabd73bb80907dd23182b9347b4245eb5d\\"}, RuncCommit:types.Commit{ID:\\"v1.0.2-0-g52b36a2\\", Expected:\\"v1.0.2-0-g52b36a2\\"}, InitCommit:types.Commit{ID:\\"fec3683\\", Expected:\\"fec3683\\"}, SecurityOptions:[]string{\\"name=apparmor\\", \\"name=seccomp,profile=default\\"}, ProductLicense:\\"\\", DefaultAddressPools:[]types.NetworkAddressPool(nil), Warnings:[]string{\\"WARNING: No swap limit support\\"}}\"", "time=\"2021-12-01T11:20:40Z\" level=debug msg=\"Checking if cluster version [1.21.4-rancher1-1] needs to have kube-api audit log enabled\"", "time=\"2021-12-01T11:20:40Z\" level=debug msg=\"Cluster version [1.21.4-rancher1-1] needs to have kube-api audit log enabled\"", "time=\"2021-12-01T11:20:40Z\" level=debug msg=\"Enabling kube-api audit log for cluster version [v1.21.4-rancher1-1]\"", "time=\"2021-12-01T11:20:40Z\" level=debug msg=\"Host: 10.x.x.1 has role: controlplane\"", "time=\"2021-12-01T11:20:40Z\" level=debug msg=\"Host: 10.x.x.1 has role: worker\"", "time=\"2021-12-01T11:20:40Z\" level=debug msg=\"Host: 10.x.x.1 has role: etcd\"", "time=\"2021-12-01T11:20:40Z\" level=debug msg=\"Host: 10.x.x.2 has role: controlplane\"", "time=\"2021-12-01T11:20:40Z\" level=debug msg=\"Host: 10.x.x.2 has role: worker\"", "time=\"2021-12-01T11:20:40Z\" level=debug msg=\"Host: 10.x.x.2 has role: etcd\"", "time=\"2021-12-01T11:20:40Z\" level=debug msg=\"Host: 10.x.x.3 has role: controlplane\"", "time=\"2021-12-01T11:20:40Z\" level=debug msg=\"Host: 10.x.x.3 has role: worker\"", "time=\"2021-12-01T11:20:40Z\" level=debug msg=\"Host: 10.x.x.3 has role: etcd\"", "time=\"2021-12-01T11:20:40Z\" level=info msg=\"[network] No hosts added existing cluster, skipping port check\"", "time=\"2021-12-01T11:20:40Z\" level=info msg=\"[certificates] Deploying kubernetes certificates to Cluster nodes\"", "time=\"2021-12-01T11:20:40Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:20:40Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:20:40Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:20:40Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:20:40Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:20:40Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:20:40Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-12-01T11:20:40Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-12-01T11:20:40Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-12-01T11:20:40Z\" level=info msg=\"Starting container [cert-deployer] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:20:40Z\" level=info msg=\"Starting container [cert-deployer] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:20:41Z\" level=info msg=\"Starting container [cert-deployer] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:20:41Z\" level=debug msg=\"[certificates] Successfully started Certificate deployer container: cert-deployer\"", "time=\"2021-12-01T11:20:41Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:20:41Z\" level=debug msg=\"[certificates] Successfully started Certificate deployer container: cert-deployer\"", "time=\"2021-12-01T11:20:41Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:20:41Z\" level=debug msg=\"[certificates] Successfully started Certificate deployer container: cert-deployer\"", "time=\"2021-12-01T11:20:41Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:20:46Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:20:46Z\" level=info msg=\"Removing container [cert-deployer] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:20:46Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:20:46Z\" level=info msg=\"Removing container [cert-deployer] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:20:46Z\" level=info msg=\"Checking if container [cert-deployer] is running on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:20:46Z\" level=info msg=\"Removing container [cert-deployer] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:20:46Z\" level=info msg=\"[reconcile] Rebuilding and updating local kube config\"", "time=\"2021-12-01T11:20:46Z\" level=debug msg=\"[reconcile] Rebuilding and updating local kube config, creating new kubeconfig\"", "time=\"2021-12-01T11:20:46Z\" level=debug msg=\"Deploying admin Kubeconfig locally at [./kube_config_rancher-cluster.yml]\"", "time=\"2021-12-01T11:20:46Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"", "time=\"2021-12-01T11:20:46Z\" level=debug msg=\"[version] Using ./kube_config_rancher-cluster.yml to connect to Kubernetes cluster..\"", "time=\"2021-12-01T11:20:46Z\" level=debug msg=\"[version] Getting Kubernetes server version..\"", "time=\"2021-12-01T11:20:46Z\" level=warning msg=\"[reconcile] host [10.x.x.1] is a control plane node without reachable Kubernetes API endpoint in the cluster\"", "time=\"2021-12-01T11:20:46Z\" level=debug msg=\"[reconcile] Rebuilding and updating local kube config, creating new kubeconfig\"", "time=\"2021-12-01T11:20:46Z\" level=debug msg=\"Deploying admin Kubeconfig locally at [./kube_config_rancher-cluster.yml]\"", "time=\"2021-12-01T11:20:46Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"", "time=\"2021-12-01T11:20:46Z\" level=debug msg=\"[version] Using ./kube_config_rancher-cluster.yml to connect to Kubernetes cluster..\"", "time=\"2021-12-01T11:20:46Z\" level=debug msg=\"[version] Getting Kubernetes server version..\"", "time=\"2021-12-01T11:20:46Z\" level=warning msg=\"[reconcile] host [10.x.x.2] is a control plane node without reachable Kubernetes API endpoint in the cluster\"", "time=\"2021-12-01T11:20:46Z\" level=debug msg=\"[reconcile] Rebuilding and updating local kube config, creating new kubeconfig\"", "time=\"2021-12-01T11:20:46Z\" level=debug msg=\"Deploying admin Kubeconfig locally at [./kube_config_rancher-cluster.yml]\"", "time=\"2021-12-01T11:20:46Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"", "time=\"2021-12-01T11:20:46Z\" level=debug msg=\"[version] Using ./kube_config_rancher-cluster.yml to connect to Kubernetes cluster..\"", "time=\"2021-12-01T11:20:46Z\" level=debug msg=\"[version] Getting Kubernetes server version..\"", "time=\"2021-12-01T11:20:46Z\" level=warning msg=\"[reconcile] host [10.x.x.3] is a control plane node without reachable Kubernetes API endpoint in the cluster\"", "time=\"2021-12-01T11:20:46Z\" level=warning msg=\"[reconcile] no control plane node with reachable Kubernetes API endpoint in the cluster found\"", "time=\"2021-12-01T11:20:46Z\" level=info msg=\"[certificates] Successfully deployed kubernetes certificates to Cluster nodes\"", "time=\"2021-12-01T11:20:46Z\" level=info msg=\"[file-deploy] Deploying file [/etc/kubernetes/audit-policy.yaml] to node [10.x.x.3]\"", "time=\"2021-12-01T11:20:46Z\" level=debug msg=\"[remove/file-deployer] Checking if container is running on host [10.x.x.3]\"", "time=\"2021-12-01T11:20:46Z\" level=debug msg=\"[remove/file-deployer] Container doesn't exist on host [10.x.x.3]\"", "time=\"2021-12-01T11:20:46Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:20:46Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-12-01T11:20:46Z\" level=info msg=\"Starting container [file-deployer] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:20:47Z\" level=info msg=\"Successfully started [file-deployer] container on host [10.x.x.3]\"", "time=\"2021-12-01T11:20:47Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.3]\"", "time=\"2021-12-01T11:20:47Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.3]\"", "time=\"2021-12-01T11:20:47Z\" level=info msg=\"Container [file-deployer] is still running on host [10.x.x.3]: stderr: [], stdout: []\"", "time=\"2021-12-01T11:20:48Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.3]\"", "time=\"2021-12-01T11:20:48Z\" level=debug msg=\"Exit code for [file-deployer] container on host [10.x.x.3] is [0]\"", "time=\"2021-12-01T11:20:48Z\" level=debug msg=\"[remove/file-deployer] Checking if container is running on host [10.x.x.3]\"", "time=\"2021-12-01T11:20:48Z\" level=debug msg=\"[remove/file-deployer] Removing container on host [10.x.x.3]\"", "time=\"2021-12-01T11:20:48Z\" level=info msg=\"Removing container [file-deployer] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:20:48Z\" level=info msg=\"[remove/file-deployer] Successfully removed container on host [10.x.x.3]\"", "time=\"2021-12-01T11:20:48Z\" level=debug msg=\"[file-deploy] Successfully deployed file [/etc/kubernetes/audit-policy.yaml] on node [10.x.x.3]\"", "time=\"2021-12-01T11:20:48Z\" level=info msg=\"[file-deploy] Deploying file [/etc/kubernetes/audit-policy.yaml] to node [10.x.x.1]\"", "time=\"2021-12-01T11:20:48Z\" level=debug msg=\"[remove/file-deployer] Checking if container is running on host [10.x.x.1]\"", "time=\"2021-12-01T11:20:48Z\" level=debug msg=\"[remove/file-deployer] Container doesn't exist on host [10.x.x.1]\"", "time=\"2021-12-01T11:20:48Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:20:48Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-12-01T11:20:48Z\" level=info msg=\"Starting container [file-deployer] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:20:49Z\" level=info msg=\"Successfully started [file-deployer] container on host [10.x.x.1]\"", "time=\"2021-12-01T11:20:49Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.1]\"", "time=\"2021-12-01T11:20:49Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.1]\"", "time=\"2021-12-01T11:20:49Z\" level=info msg=\"Container [file-deployer] is still running on host [10.x.x.1]: stderr: [], stdout: []\"", "time=\"2021-12-01T11:20:50Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.1]\"", "time=\"2021-12-01T11:20:50Z\" level=debug msg=\"Exit code for [file-deployer] container on host [10.x.x.1] is [0]\"", "time=\"2021-12-01T11:20:50Z\" level=debug msg=\"[remove/file-deployer] Checking if container is running on host [10.x.x.1]\"", "time=\"2021-12-01T11:20:50Z\" level=debug msg=\"[remove/file-deployer] Removing container on host [10.x.x.1]\"", "time=\"2021-12-01T11:20:50Z\" level=info msg=\"Removing container [file-deployer] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:20:50Z\" level=info msg=\"[remove/file-deployer] Successfully removed container on host [10.x.x.1]\"", "time=\"2021-12-01T11:20:50Z\" level=debug msg=\"[file-deploy] Successfully deployed file [/etc/kubernetes/audit-policy.yaml] on node [10.x.x.1]\"", "time=\"2021-12-01T11:20:50Z\" level=info msg=\"[file-deploy] Deploying file [/etc/kubernetes/audit-policy.yaml] to node [10.x.x.2]\"", "time=\"2021-12-01T11:20:50Z\" level=debug msg=\"[remove/file-deployer] Checking if container is running on host [10.x.x.2]\"", "time=\"2021-12-01T11:20:50Z\" level=debug msg=\"[remove/file-deployer] Container doesn't exist on host [10.x.x.2]\"", "time=\"2021-12-01T11:20:50Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:20:50Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-12-01T11:20:50Z\" level=info msg=\"Starting container [file-deployer] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:20:51Z\" level=info msg=\"Successfully started [file-deployer] container on host [10.x.x.2]\"", "time=\"2021-12-01T11:20:51Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.2]\"", "time=\"2021-12-01T11:20:51Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.2]\"", "time=\"2021-12-01T11:20:51Z\" level=info msg=\"Container [file-deployer] is still running on host [10.x.x.2]: stderr: [], stdout: []\"", "time=\"2021-12-01T11:20:52Z\" level=info msg=\"Waiting for [file-deployer] container to exit on host [10.x.x.2]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Exit code for [file-deployer] container on host [10.x.x.2] is [0]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"[remove/file-deployer] Checking if container is running on host [10.x.x.2]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"[remove/file-deployer] Removing container on host [10.x.x.2]\"", "time=\"2021-12-01T11:20:52Z\" level=info msg=\"Removing container [file-deployer] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:20:52Z\" level=info msg=\"[remove/file-deployer] Successfully removed container on host [10.x.x.2]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"[file-deploy] Successfully deployed file [/etc/kubernetes/audit-policy.yaml] on node [10.x.x.2]\"", "time=\"2021-12-01T11:20:52Z\" level=info msg=\"[/etc/kubernetes/audit-policy.yaml] Successfully deployed audit policy file to Cluster control nodes\"", "time=\"2021-12-01T11:20:52Z\" level=info msg=\"[reconcile] Reconciling cluster state\"", "time=\"2021-12-01T11:20:52Z\" level=info msg=\"[reconcile] Check etcd hosts to be deleted\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: getting serviceOptions for cluster version [v1.20.11-rancher1-2]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Extracted version [v1.20.11-rancher1] from image [rancher/hyperkube:v1.20.11-rancher1]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: serviceOptions found for cluster major version [v1.20]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Extracted version [v3.4.15-rancher1] from image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.3-rancher99] for advertising port 4001, not going to advertise port 4001\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.14-rancher99] for adding stricter TLS cipher suites, going to add stricter TLS cipher suites arguments to etcd\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Version [3.4.15-rancher1] is equal or higher than version [3.2.99]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: getting serviceOptions for cluster version [v1.20.11-rancher1-2]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Extracted version [v1.20.11-rancher1] from image [rancher/hyperkube:v1.20.11-rancher1]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: serviceOptions found for cluster major version [v1.20]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Extracted version [v3.4.15-rancher1] from image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.3-rancher99] for advertising port 4001, not going to advertise port 4001\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.14-rancher99] for adding stricter TLS cipher suites, going to add stricter TLS cipher suites arguments to etcd\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Version [3.4.15-rancher1] is equal or higher than version [3.2.99]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: getting serviceOptions for cluster version [v1.20.11-rancher1-2]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Extracted version [v1.20.11-rancher1] from image [rancher/hyperkube:v1.20.11-rancher1]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: serviceOptions found for cluster major version [v1.20]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Extracted version [v3.4.15-rancher1] from image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.3-rancher99] for advertising port 4001, not going to advertise port 4001\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.14-rancher99] for adding stricter TLS cipher suites, going to add stricter TLS cipher suites arguments to etcd\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Version [3.4.15-rancher1] is equal or higher than version [3.2.99]\"", "time=\"2021-12-01T11:20:52Z\" level=info msg=\"[reconcile] Check etcd hosts to be added\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"[reconcile] Check worker hosts to be deleted\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"[reconcile] Check Control plane hosts to be deleted\"", "time=\"2021-12-01T11:20:52Z\" level=info msg=\"[reconcile] Rebuilding and updating local kube config\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"[reconcile] Rebuilding and updating local kube config, creating new kubeconfig\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Deploying admin Kubeconfig locally at [./kube_config_rancher-cluster.yml]\"", "time=\"2021-12-01T11:20:52Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"[version] Using ./kube_config_rancher-cluster.yml to connect to Kubernetes cluster..\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"[version] Getting Kubernetes server version..\"", "time=\"2021-12-01T11:20:52Z\" level=warning msg=\"[reconcile] host [10.x.x.1] is a control plane node without reachable Kubernetes API endpoint in the cluster\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"[reconcile] Rebuilding and updating local kube config, creating new kubeconfig\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Deploying admin Kubeconfig locally at [./kube_config_rancher-cluster.yml]\"", "time=\"2021-12-01T11:20:52Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"[version] Using ./kube_config_rancher-cluster.yml to connect to Kubernetes cluster..\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"[version] Getting Kubernetes server version..\"", "time=\"2021-12-01T11:20:52Z\" level=warning msg=\"[reconcile] host [10.x.x.2] is a control plane node without reachable Kubernetes API endpoint in the cluster\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"[reconcile] Rebuilding and updating local kube config, creating new kubeconfig\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Deploying admin Kubeconfig locally at [./kube_config_rancher-cluster.yml]\"", "time=\"2021-12-01T11:20:52Z\" level=info msg=\"Successfully Deployed local admin kubeconfig at [./kube_config_rancher-cluster.yml]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"[version] Using ./kube_config_rancher-cluster.yml to connect to Kubernetes cluster..\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"[version] Getting Kubernetes server version..\"", "time=\"2021-12-01T11:20:52Z\" level=warning msg=\"[reconcile] host [10.x.x.3] is a control plane node without reachable Kubernetes API endpoint in the cluster\"", "time=\"2021-12-01T11:20:52Z\" level=warning msg=\"[reconcile] no control plane node with reachable Kubernetes API endpoint in the cluster found\"", "time=\"2021-12-01T11:20:52Z\" level=info msg=\"[reconcile] Reconciled cluster state successfully\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Provided value for maxUnavailable: {1 0 10%}\"", "time=\"2021-12-01T11:20:52Z\" level=info msg=\"max_unavailable_worker got rounded down to 0, resetting to 1\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Parsed value of maxUnavailable: 1\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Provided value for maxUnavailable: {0 1 }\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Parsed value of maxUnavailable: 1\"", "time=\"2021-12-01T11:20:52Z\" level=info msg=\"Setting maxUnavailable for worker nodes to: 1\"", "time=\"2021-12-01T11:20:52Z\" level=info msg=\"Setting maxUnavailable for controlplane nodes to: 1\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Encryption is disabled in both current and new spec; no action is required\"", "time=\"2021-12-01T11:20:52Z\" level=info msg=\"Pre-pulling kubernetes images\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:20:52Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"", "time=\"2021-12-01T11:20:52Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"", "time=\"2021-12-01T11:20:52Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"", "time=\"2021-12-01T11:20:52Z\" level=info msg=\"Kubernetes images pulled successfully\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: getting serviceOptions for cluster version [v1.20.11-rancher1-2]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Extracted version [v1.20.11-rancher1] from image [rancher/hyperkube:v1.20.11-rancher1]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: serviceOptions found for cluster major version [v1.20]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Extracted version [v3.4.15-rancher1] from image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.3-rancher99] for advertising port 4001, not going to advertise port 4001\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.14-rancher99] for adding stricter TLS cipher suites, going to add stricter TLS cipher suites arguments to etcd\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Version [3.4.15-rancher1] is equal or higher than version [3.2.99]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: getting serviceOptions for cluster version [v1.20.11-rancher1-2]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Extracted version [v1.20.11-rancher1] from image [rancher/hyperkube:v1.20.11-rancher1]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: serviceOptions found for cluster major version [v1.20]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Extracted version [v3.4.15-rancher1] from image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.3-rancher99] for advertising port 4001, not going to advertise port 4001\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.14-rancher99] for adding stricter TLS cipher suites, going to add stricter TLS cipher suites arguments to etcd\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Version [3.4.15-rancher1] is equal or higher than version [3.2.99]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: getting serviceOptions for cluster version [v1.20.11-rancher1-2]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Extracted version [v1.20.11-rancher1] from image [rancher/hyperkube:v1.20.11-rancher1]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: serviceOptions found for cluster major version [v1.20]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Extracted version [v3.4.15-rancher1] from image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1]\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.3-rancher99] for advertising port 4001, not going to advertise port 4001\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.14-rancher99] for adding stricter TLS cipher suites, going to add stricter TLS cipher suites arguments to etcd\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Version [3.4.15-rancher1] is equal or higher than version [3.2.99]\"", "time=\"2021-12-01T11:20:52Z\" level=info msg=\"[etcd] Building up etcd plane..\"", "time=\"2021-12-01T11:20:52Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:20:52Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-12-01T11:20:52Z\" level=info msg=\"Starting container [etcd-fix-perm] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:20:53Z\" level=info msg=\"Successfully started [etcd-fix-perm] container on host [10.x.x.1]\"", "time=\"2021-12-01T11:20:53Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.1]\"", "time=\"2021-12-01T11:20:53Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.1]\"", "time=\"2021-12-01T11:20:53Z\" level=info msg=\"Container [etcd-fix-perm] is still running on host [10.x.x.1]: stderr: [], stdout: []\"", "time=\"2021-12-01T11:20:54Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.1]\"", "time=\"2021-12-01T11:20:54Z\" level=debug msg=\"Exit code for [etcd-fix-perm] container on host [10.x.x.1] is [0]\"", "time=\"2021-12-01T11:20:54Z\" level=debug msg=\"[remove/etcd-fix-perm] Checking if container is running on host [10.x.x.1]\"", "time=\"2021-12-01T11:20:54Z\" level=debug msg=\"[remove/etcd-fix-perm] Removing container on host [10.x.x.1]\"", "time=\"2021-12-01T11:20:54Z\" level=info msg=\"Removing container [etcd-fix-perm] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:20:54Z\" level=info msg=\"[remove/etcd-fix-perm] Successfully removed container on host [10.x.x.1]\"", "time=\"2021-12-01T11:20:54Z\" level=debug msg=\"Checking if image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] exists on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:20:54Z\" level=info msg=\"Image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] exists on host [10.x.x.1]\"", "time=\"2021-12-01T11:20:54Z\" level=info msg=\"Starting container [etcd] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:20:54Z\" level=info msg=\"[etcd] Successfully started [etcd] container on host [10.x.x.1]\"", "time=\"2021-12-01T11:20:54Z\" level=debug msg=\"Extracted version [v0.1.78] from image [rancher/rke-tools:v0.1.78]\"", "time=\"2021-12-01T11:20:54Z\" level=debug msg=\"Extracted version [v0.1.78] from image [rancher/rke-tools:v0.1.78]\"", "time=\"2021-12-01T11:20:54Z\" level=info msg=\"[etcd] Running rolling snapshot container [etcd-snapshot-once] on host [10.x.x.1]\"", "time=\"2021-12-01T11:20:54Z\" level=debug msg=\"[etcd] Using command [/opt/rke-tools/rke-etcd-backup etcd-backup save --cacert /etc/kubernetes/ssl/kube-ca.pem --cert /etc/kubernetes/ssl/kube-node.pem --key /etc/kubernetes/ssl/kube-node-key.pem --name etcd-rolling-snapshots --endpoints=10.x.x.1:2379 --retention=24h --creation=6h] for rolling snapshot container [etcd-rolling-snapshots] on host [10.x.x.1]\"", "time=\"2021-12-01T11:20:54Z\" level=debug msg=\"[remove/etcd-rolling-snapshots] Checking if container is running on host [10.x.x.1]\"", "time=\"2021-12-01T11:20:54Z\" level=debug msg=\"[remove/etcd-rolling-snapshots] Container doesn't exist on host [10.x.x.1]\"", "time=\"2021-12-01T11:20:54Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:20:54Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-12-01T11:20:54Z\" level=info msg=\"Starting container [etcd-rolling-snapshots] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:20:55Z\" level=info msg=\"[etcd] Successfully started [etcd-rolling-snapshots] container on host [10.x.x.1]\"", "time=\"2021-12-01T11:21:00Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:21:00Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-12-01T11:21:00Z\" level=info msg=\"Starting container [rke-bundle-cert] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:21:01Z\" level=info msg=\"[certificates] Successfully started [rke-bundle-cert] container on host [10.x.x.1]\"", "time=\"2021-12-01T11:21:01Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.1]\"", "time=\"2021-12-01T11:21:01Z\" level=info msg=\"Container [rke-bundle-cert] is still running on host [10.x.x.1]: stderr: [], stdout: []\"", "time=\"2021-12-01T11:21:02Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.1]\"", "time=\"2021-12-01T11:21:02Z\" level=debug msg=\"Exit code for [rke-bundle-cert] container on host [10.x.x.1] is [0]\"", "time=\"2021-12-01T11:21:02Z\" level=info msg=\"[certificates] successfully saved certificate bundle [/opt/rke/etcd-snapshots//pki.bundle.tar.gz] on host [10.x.x.1]\"", "time=\"2021-12-01T11:21:02Z\" level=info msg=\"Removing container [rke-bundle-cert] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:21:02Z\" level=debug msg=\"[etcd] Creating log link for Container [etcd-rolling-snapshots] on host [10.x.x.1]\"", "time=\"2021-12-01T11:21:02Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.1]\"", "time=\"2021-12-01T11:21:02Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.1]\"", "time=\"2021-12-01T11:21:02Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:21:02Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-12-01T11:21:02Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:21:02Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.1]\"", "time=\"2021-12-01T11:21:02Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.1]\"", "time=\"2021-12-01T11:21:02Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.1]\"", "time=\"2021-12-01T11:21:02Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:21:03Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"", "time=\"2021-12-01T11:21:03Z\" level=debug msg=\"[etcd] Successfully created log link for Container [etcd-rolling-snapshots] on host [10.x.x.1]\"", "time=\"2021-12-01T11:21:03Z\" level=debug msg=\"[etcd] Creating log link for Container [etcd] on host [10.x.x.1]\"", "time=\"2021-12-01T11:21:03Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.1]\"", "time=\"2021-12-01T11:21:03Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.1]\"", "time=\"2021-12-01T11:21:03Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:21:03Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-12-01T11:21:03Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:21:03Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.1]\"", "time=\"2021-12-01T11:21:03Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.1]\"", "time=\"2021-12-01T11:21:03Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.1]\"", "time=\"2021-12-01T11:21:03Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:21:04Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"", "time=\"2021-12-01T11:21:04Z\" level=debug msg=\"[etcd] Successfully created log link for Container [etcd] on host [10.x.x.1]\"", "time=\"2021-12-01T11:21:04Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:21:04Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:04Z\" level=info msg=\"Starting container [etcd-fix-perm] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:21:04Z\" level=info msg=\"Successfully started [etcd-fix-perm] container on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:04Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:04Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:04Z\" level=info msg=\"Container [etcd-fix-perm] is still running on host [10.x.x.2]: stderr: [], stdout: []\"", "time=\"2021-12-01T11:21:05Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:05Z\" level=debug msg=\"Exit code for [etcd-fix-perm] container on host [10.x.x.2] is [0]\"", "time=\"2021-12-01T11:21:05Z\" level=debug msg=\"[remove/etcd-fix-perm] Checking if container is running on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:05Z\" level=debug msg=\"[remove/etcd-fix-perm] Removing container on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:05Z\" level=info msg=\"Removing container [etcd-fix-perm] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:21:06Z\" level=info msg=\"[remove/etcd-fix-perm] Successfully removed container on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:06Z\" level=debug msg=\"Checking if image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] exists on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:21:06Z\" level=info msg=\"Image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] exists on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:06Z\" level=info msg=\"Starting container [etcd] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:21:06Z\" level=info msg=\"[etcd] Successfully started [etcd] container on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:06Z\" level=debug msg=\"Extracted version [v0.1.78] from image [rancher/rke-tools:v0.1.78]\"", "time=\"2021-12-01T11:21:06Z\" level=debug msg=\"Extracted version [v0.1.78] from image [rancher/rke-tools:v0.1.78]\"", "time=\"2021-12-01T11:21:06Z\" level=info msg=\"[etcd] Running rolling snapshot container [etcd-snapshot-once] on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:06Z\" level=debug msg=\"[etcd] Using command [/opt/rke-tools/rke-etcd-backup etcd-backup save --cacert /etc/kubernetes/ssl/kube-ca.pem --cert /etc/kubernetes/ssl/kube-node.pem --key /etc/kubernetes/ssl/kube-node-key.pem --name etcd-rolling-snapshots --endpoints=10.x.x.2:2379 --retention=24h --creation=6h] for rolling snapshot container [etcd-rolling-snapshots] on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:06Z\" level=debug msg=\"[remove/etcd-rolling-snapshots] Checking if container is running on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:06Z\" level=debug msg=\"[remove/etcd-rolling-snapshots] Container doesn't exist on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:06Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:21:06Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:06Z\" level=info msg=\"Starting container [etcd-rolling-snapshots] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:21:06Z\" level=info msg=\"[etcd] Successfully started [etcd-rolling-snapshots] container on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:11Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:21:11Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:44Z\" level=info msg=\"Starting container [rke-bundle-cert] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:21:44Z\" level=info msg=\"[certificates] Successfully started [rke-bundle-cert] container on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:44Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:44Z\" level=info msg=\"Container [rke-bundle-cert] is still running on host [10.x.x.2]: stderr: [], stdout: []\"", "time=\"2021-12-01T11:21:45Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:45Z\" level=debug msg=\"Exit code for [rke-bundle-cert] container on host [10.x.x.2] is [0]\"", "time=\"2021-12-01T11:21:45Z\" level=info msg=\"[certificates] successfully saved certificate bundle [/opt/rke/etcd-snapshots//pki.bundle.tar.gz] on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:45Z\" level=info msg=\"Removing container [rke-bundle-cert] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:21:45Z\" level=debug msg=\"[etcd] Creating log link for Container [etcd-rolling-snapshots] on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:45Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:45Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:45Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:21:45Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:45Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:21:46Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:46Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:46Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:46Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:21:46Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:46Z\" level=debug msg=\"[etcd] Successfully created log link for Container [etcd-rolling-snapshots] on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:46Z\" level=debug msg=\"[etcd] Creating log link for Container [etcd] on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:46Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:46Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:46Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:21:46Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:46Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:21:47Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:47Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:47Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:47Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:21:47Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:47Z\" level=debug msg=\"[etcd] Successfully created log link for Container [etcd] on host [10.x.x.2]\"", "time=\"2021-12-01T11:21:48Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:21:48Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:48Z\" level=info msg=\"Starting container [etcd-fix-perm] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:21:49Z\" level=info msg=\"Successfully started [etcd-fix-perm] container on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:49Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:49Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:49Z\" level=info msg=\"Container [etcd-fix-perm] is still running on host [10.x.x.3]: stderr: [], stdout: []\"", "time=\"2021-12-01T11:21:50Z\" level=info msg=\"Waiting for [etcd-fix-perm] container to exit on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:50Z\" level=debug msg=\"Exit code for [etcd-fix-perm] container on host [10.x.x.3] is [0]\"", "time=\"2021-12-01T11:21:50Z\" level=debug msg=\"[remove/etcd-fix-perm] Checking if container is running on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:50Z\" level=debug msg=\"[remove/etcd-fix-perm] Removing container on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:50Z\" level=info msg=\"Removing container [etcd-fix-perm] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:21:50Z\" level=info msg=\"[remove/etcd-fix-perm] Successfully removed container on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:50Z\" level=debug msg=\"Checking if image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] exists on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:21:50Z\" level=info msg=\"Image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1] exists on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:50Z\" level=info msg=\"Starting container [etcd] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:21:50Z\" level=info msg=\"[etcd] Successfully started [etcd] container on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:50Z\" level=debug msg=\"Extracted version [v0.1.78] from image [rancher/rke-tools:v0.1.78]\"", "time=\"2021-12-01T11:21:50Z\" level=debug msg=\"Extracted version [v0.1.78] from image [rancher/rke-tools:v0.1.78]\"", "time=\"2021-12-01T11:21:50Z\" level=info msg=\"[etcd] Running rolling snapshot container [etcd-snapshot-once] on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:50Z\" level=debug msg=\"[etcd] Using command [/opt/rke-tools/rke-etcd-backup etcd-backup save --cacert /etc/kubernetes/ssl/kube-ca.pem --cert /etc/kubernetes/ssl/kube-node.pem --key /etc/kubernetes/ssl/kube-node-key.pem --name etcd-rolling-snapshots --endpoints=10.x.x.3:2379 --retention=24h --creation=6h] for rolling snapshot container [etcd-rolling-snapshots] on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:50Z\" level=debug msg=\"[remove/etcd-rolling-snapshots] Checking if container is running on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:50Z\" level=debug msg=\"[remove/etcd-rolling-snapshots] Container doesn't exist on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:50Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:21:50Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:50Z\" level=info msg=\"Starting container [etcd-rolling-snapshots] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:21:51Z\" level=info msg=\"[etcd] Successfully started [etcd-rolling-snapshots] container on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:56Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:21:56Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:56Z\" level=info msg=\"Starting container [rke-bundle-cert] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:21:56Z\" level=info msg=\"[certificates] Successfully started [rke-bundle-cert] container on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:56Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:56Z\" level=info msg=\"Container [rke-bundle-cert] is still running on host [10.x.x.3]: stderr: [], stdout: []\"", "time=\"2021-12-01T11:21:57Z\" level=info msg=\"Waiting for [rke-bundle-cert] container to exit on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:57Z\" level=debug msg=\"Exit code for [rke-bundle-cert] container on host [10.x.x.3] is [0]\"", "time=\"2021-12-01T11:21:57Z\" level=info msg=\"[certificates] successfully saved certificate bundle [/opt/rke/etcd-snapshots//pki.bundle.tar.gz] on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:57Z\" level=info msg=\"Removing container [rke-bundle-cert] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:21:57Z\" level=debug msg=\"[etcd] Creating log link for Container [etcd-rolling-snapshots] on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:57Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:57Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:57Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:21:57Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:58Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:21:58Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:58Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:58Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:58Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:21:58Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:58Z\" level=debug msg=\"[etcd] Successfully created log link for Container [etcd-rolling-snapshots] on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:58Z\" level=debug msg=\"[etcd] Creating log link for Container [etcd] on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:58Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:58Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:58Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:21:58Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:59Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:21:59Z\" level=info msg=\"[etcd] Successfully started [rke-log-linker] container on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:59Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:59Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:59Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:21:59Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:59Z\" level=debug msg=\"[etcd] Successfully created log link for Container [etcd] on host [10.x.x.3]\"", "time=\"2021-12-01T11:21:59Z\" level=info msg=\"[etcd] Successfully started etcd plane.. Checking etcd cluster health\"", "time=\"2021-12-01T11:21:59Z\" level=debug msg=\"[etcd] check etcd cluster health on host [10.x.x.1]\"", "time=\"2021-12-01T11:22:00Z\" level=info msg=\"[etcd] etcd host [10.x.x.1] reported healthy=true\"", "time=\"2021-12-01T11:22:00Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: getting serviceOptions for cluster version [v1.20.11-rancher1-2]\"", "time=\"2021-12-01T11:22:00Z\" level=debug msg=\"Extracted version [v1.20.11-rancher1] from image [rancher/hyperkube:v1.20.11-rancher1]\"", "time=\"2021-12-01T11:22:00Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: serviceOptions found for cluster major version [v1.20]\"", "time=\"2021-12-01T11:22:00Z\" level=debug msg=\"Extracted version [v3.4.15-rancher1] from image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1]\"", "time=\"2021-12-01T11:22:00Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.3-rancher99] for advertising port 4001, not going to advertise port 4001\"", "time=\"2021-12-01T11:22:00Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.14-rancher99] for adding stricter TLS cipher suites, going to add stricter TLS cipher suites arguments to etcd\"", "time=\"2021-12-01T11:22:00Z\" level=debug msg=\"Version [3.4.15-rancher1] is equal or higher than version [3.2.99]\"", "time=\"2021-12-01T11:22:00Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: getting serviceOptions for cluster version [v1.20.11-rancher1-2]\"", "time=\"2021-12-01T11:22:00Z\" level=debug msg=\"Extracted version [v1.20.11-rancher1] from image [rancher/hyperkube:v1.20.11-rancher1]\"", "time=\"2021-12-01T11:22:00Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: serviceOptions found for cluster major version [v1.20]\"", "time=\"2021-12-01T11:22:00Z\" level=debug msg=\"Extracted version [v3.4.15-rancher1] from image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1]\"", "time=\"2021-12-01T11:22:00Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.3-rancher99] for advertising port 4001, not going to advertise port 4001\"", "time=\"2021-12-01T11:22:00Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.14-rancher99] for adding stricter TLS cipher suites, going to add stricter TLS cipher suites arguments to etcd\"", "time=\"2021-12-01T11:22:00Z\" level=debug msg=\"Version [3.4.15-rancher1] is equal or higher than version [3.2.99]\"", "time=\"2021-12-01T11:22:00Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: getting serviceOptions for cluster version [v1.20.11-rancher1-2]\"", "time=\"2021-12-01T11:22:00Z\" level=debug msg=\"Extracted version [v1.20.11-rancher1] from image [rancher/hyperkube:v1.20.11-rancher1]\"", "time=\"2021-12-01T11:22:00Z\" level=debug msg=\"getDefaultKubernetesServicesOptions: serviceOptions found for cluster major version [v1.20]\"", "time=\"2021-12-01T11:22:00Z\" level=debug msg=\"Extracted version [v3.4.15-rancher1] from image [rancher/mirrored-coreos-etcd:v3.4.15-rancher1]\"", "time=\"2021-12-01T11:22:00Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.3-rancher99] for advertising port 4001, not going to advertise port 4001\"", "time=\"2021-12-01T11:22:00Z\" level=debug msg=\"etcd version [3.4.15-rancher1] is higher than max version [3.4.14-rancher99] for adding stricter TLS cipher suites, going to add stricter TLS cipher suites arguments to etcd\"", "time=\"2021-12-01T11:22:00Z\" level=debug msg=\"Version [3.4.15-rancher1] is equal or higher than version [3.2.99]\"", "time=\"2021-12-01T11:22:00Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.1, try #1\"", "time=\"2021-12-01T11:22:00Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #1\"", "time=\"2021-12-01T11:22:05Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #2\"", "time=\"2021-12-01T11:22:10Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #3\"", "time=\"2021-12-01T11:22:15Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #4\"", "time=\"2021-12-01T11:22:20Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #5\"", "time=\"2021-12-01T11:22:25Z\" level=debug msg=\"Found node 10.x.x.1 in NotReady state\"", "time=\"2021-12-01T11:22:25Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.2, try #1\"", "time=\"2021-12-01T11:22:25Z\" level=debug msg=\"Checking node list for node [10.x.x.2], try #1\"", "time=\"2021-12-01T11:22:30Z\" level=debug msg=\"Checking node list for node [10.x.x.2], try #2\"", "time=\"2021-12-01T11:22:35Z\" level=debug msg=\"Checking node list for node [10.x.x.2], try #3\"", "time=\"2021-12-01T11:22:40Z\" level=debug msg=\"Checking node list for node [10.x.x.2], try #4\"", "time=\"2021-12-01T11:22:45Z\" level=debug msg=\"Checking node list for node [10.x.x.2], try #5\"", "time=\"2021-12-01T11:22:50Z\" level=debug msg=\"Found node 10.x.x.2 in NotReady state\"", "time=\"2021-12-01T11:22:50Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.3, try #1\"", "time=\"2021-12-01T11:22:50Z\" level=debug msg=\"Checking node list for node [10.x.x.3], try #1\"", "time=\"2021-12-01T11:22:55Z\" level=debug msg=\"Checking node list for node [10.x.x.3], try #2\"", "time=\"2021-12-01T11:23:00Z\" level=debug msg=\"Checking node list for node [10.x.x.3], try #3\"", "time=\"2021-12-01T11:23:05Z\" level=debug msg=\"Checking node list for node [10.x.x.3], try #4\"", "time=\"2021-12-01T11:23:10Z\" level=debug msg=\"Checking node list for node [10.x.x.3], try #5\"", "time=\"2021-12-01T11:23:15Z\" level=debug msg=\"Found node 10.x.x.3 in NotReady state\"", "time=\"2021-12-01T11:23:15Z\" level=info msg=\"Attempting upgrade of controlplane components on following hosts in NotReady status: 10.x.x.1,10.x.x.2,10.x.x.3\"", "time=\"2021-12-01T11:23:15Z\" level=info msg=\"[controlplane] Building up Controller Plane..\"", "time=\"2021-12-01T11:23:15Z\" level=debug msg=\"[remove/nginx-proxy] Checking if container is running on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:15Z\" level=debug msg=\"[remove/nginx-proxy] Checking if container is running on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:15Z\" level=debug msg=\"[remove/nginx-proxy] Checking if container is running on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:16Z\" level=debug msg=\"[remove/nginx-proxy] Container doesn't exist on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:16Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:23:16Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:23:16Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:16Z\" level=debug msg=\"[remove/nginx-proxy] Container doesn't exist on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:16Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:23:16Z\" level=debug msg=\"[remove/nginx-proxy] Container doesn't exist on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:16Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:23:16Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:23:16Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:23:16Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:16Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:16Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:23:16Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:16Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:23:16Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:16Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:23:16Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:16Z\" level=info msg=\"Starting container [kube-apiserver] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:23:16Z\" level=info msg=\"Starting container [kube-apiserver] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:23:16Z\" level=info msg=\"Starting container [kube-apiserver] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:23:16Z\" level=info msg=\"[controlplane] Successfully started [kube-apiserver] container on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:16Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-apiserver] on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:16Z\" level=info msg=\"[controlplane] Successfully started [kube-apiserver] container on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:16Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-apiserver] on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:16Z\" level=info msg=\"[controlplane] Successfully started [kube-apiserver] container on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:16Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-apiserver] on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:20Z\" level=debug msg=\"[healthcheck] Service [kube-apiserver] is not healthy on host [10.x.x.3]. Response code: [403], response body: {\\"kind\\":\\"Status\\",\\"apiVersion\\":\\"v1\\",\\"metadata\\":{},\\"status\\":\\"Failure\\",\\"message\\":\\"forbidden: User \\\\"kube-apiserver\\\\" cannot get path \\\\"/healthz\\\\"\\",\\"reason\\":\\"Forbidden\\",\\"details\\":{},\\"code\\":403}\n, try #1\"", "time=\"2021-12-01T11:23:20Z\" level=debug msg=\"[healthcheck] Service [kube-apiserver] is not healthy on host [10.x.x.2]. Response code: [403], response body: {\\"kind\\":\\"Status\\",\\"apiVersion\\":\\"v1\\",\\"metadata\\":{},\\"status\\":\\"Failure\\",\\"message\\":\\"forbidden: User \\\\"kube-apiserver\\\\" cannot get path \\\\"/healthz\\\\"\\",\\"reason\\":\\"Forbidden\\",\\"details\\":{},\\"code\\":403}\n, try #1\"", "time=\"2021-12-01T11:23:21Z\" level=debug msg=\"[healthcheck] Service [kube-apiserver] is not healthy on host [10.x.x.1]. Response code: [403], response body: {\\"kind\\":\\"Status\\",\\"apiVersion\\":\\"v1\\",\\"metadata\\":{},\\"status\\":\\"Failure\\",\\"message\\":\\"forbidden: User \\\\"kube-apiserver\\\\" cannot get path \\\\"/healthz\\\\"\\",\\"reason\\":\\"Forbidden\\",\\"details\\":{},\\"code\\":403}\n, try #1\"", "time=\"2021-12-01T11:23:25Z\" level=info msg=\"[healthcheck] service [kube-apiserver] on host [10.x.x.3] is healthy\"", "time=\"2021-12-01T11:23:25Z\" level=debug msg=\"[controlplane] Creating log link for Container [kube-apiserver] on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:25Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:25Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:25Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:23:25Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:25Z\" level=info msg=\"[healthcheck] service [kube-apiserver] on host [10.x.x.2] is healthy\"", "time=\"2021-12-01T11:23:25Z\" level=debug msg=\"[controlplane] Creating log link for Container [kube-apiserver] on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:25Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:25Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:25Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:23:25Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:26Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:23:26Z\" level=info msg=\"[healthcheck] service [kube-apiserver] on host [10.x.x.1] is healthy\"", "time=\"2021-12-01T11:23:26Z\" level=debug msg=\"[controlplane] Creating log link for Container [kube-apiserver] on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:26Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:26Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:26Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:23:26Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:26Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:23:26Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:23:26Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:26Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:26Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:26Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:23:26Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:26Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:26Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:26Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:23:26Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:26Z\" level=debug msg=\"[controlplane] Successfully created log link for Container [kube-apiserver] on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:26Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:23:26Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:26Z\" level=info msg=\"Starting container [kube-controller-manager] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:23:27Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:27Z\" level=debug msg=\"[controlplane] Successfully created log link for Container [kube-apiserver] on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:27Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:23:27Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:27Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:27Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:27Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:27Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:23:27Z\" level=info msg=\"Starting container [kube-controller-manager] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:23:27Z\" level=info msg=\"[controlplane] Successfully started [kube-controller-manager] container on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:27Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-controller-manager] on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:27Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:27Z\" level=debug msg=\"[controlplane] Successfully created log link for Container [kube-apiserver] on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:27Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:23:27Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:27Z\" level=info msg=\"[controlplane] Successfully started [kube-controller-manager] container on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:27Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-controller-manager] on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:27Z\" level=info msg=\"Starting container [kube-controller-manager] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:23:27Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10252/healthz for service [kube-controller-manager] on host [10.x.x.3]: Get \\"http://localhost:10252/healthz\\": Unable to access the service on localhost:10252. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #1\"", "time=\"2021-12-01T11:23:27Z\" level=info msg=\"[controlplane] Successfully started [kube-controller-manager] container on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:27Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-controller-manager] on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:28Z\" level=info msg=\"[healthcheck] service [kube-controller-manager] on host [10.x.x.2] is healthy\"", "time=\"2021-12-01T11:23:28Z\" level=debug msg=\"[controlplane] Creating log link for Container [kube-controller-manager] on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:28Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:28Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:28Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:23:28Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:28Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:23:28Z\" level=info msg=\"[healthcheck] service [kube-controller-manager] on host [10.x.x.1] is healthy\"", "time=\"2021-12-01T11:23:28Z\" level=debug msg=\"[controlplane] Creating log link for Container [kube-controller-manager] on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:28Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:28Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:28Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:23:28Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:28Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:28Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:28Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:28Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:23:28Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:23:29Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:29Z\" level=debug msg=\"[controlplane] Successfully created log link for Container [kube-controller-manager] on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:29Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:23:29Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:29Z\" level=info msg=\"Starting container [kube-scheduler] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:23:29Z\" level=info msg=\"[controlplane] Successfully started [kube-scheduler] container on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:29Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-scheduler] on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:29Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:29Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:29Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:29Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:23:29Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:29Z\" level=debug msg=\"[controlplane] Successfully created log link for Container [kube-controller-manager] on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:29Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:23:29Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:29Z\" level=info msg=\"Starting container [kube-scheduler] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:23:29Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10251/healthz for service [kube-scheduler] on host [10.x.x.2]: Get \\"http://localhost:10251/healthz\\": Unable to access the service on localhost:10251. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #1\"", "time=\"2021-12-01T11:23:30Z\" level=info msg=\"[controlplane] Successfully started [kube-scheduler] container on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:30Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-scheduler] on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:31Z\" level=info msg=\"[healthcheck] service [kube-scheduler] on host [10.x.x.1] is healthy\"", "time=\"2021-12-01T11:23:31Z\" level=debug msg=\"[controlplane] Creating log link for Container [kube-scheduler] on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:31Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:31Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:31Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:23:31Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:31Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:23:31Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:31Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:31Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:31Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:23:32Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:32Z\" level=debug msg=\"[controlplane] Successfully created log link for Container [kube-scheduler] on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:33Z\" level=info msg=\"[healthcheck] service [kube-controller-manager] on host [10.x.x.3] is healthy\"", "time=\"2021-12-01T11:23:33Z\" level=debug msg=\"[controlplane] Creating log link for Container [kube-controller-manager] on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:33Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:33Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:33Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:23:33Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:33Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:23:34Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:34Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:34Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:34Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:23:34Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:34Z\" level=debug msg=\"[controlplane] Successfully created log link for Container [kube-controller-manager] on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:34Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:23:34Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:34Z\" level=info msg=\"Starting container [kube-scheduler] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:23:34Z\" level=info msg=\"[controlplane] Successfully started [kube-scheduler] container on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:34Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-scheduler] on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:35Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10251/healthz for service [kube-scheduler] on host [10.x.x.3]: Get \\"http://localhost:10251/healthz\\": Unable to access the service on localhost:10251. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #1\"", "time=\"2021-12-01T11:23:35Z\" level=info msg=\"[healthcheck] service [kube-scheduler] on host [10.x.x.2] is healthy\"", "time=\"2021-12-01T11:23:35Z\" level=debug msg=\"[controlplane] Creating log link for Container [kube-scheduler] on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:35Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:35Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:35Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:23:35Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:35Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:23:36Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:36Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:36Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:36Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:23:36Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:36Z\" level=debug msg=\"[controlplane] Successfully created log link for Container [kube-scheduler] on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:40Z\" level=info msg=\"[healthcheck] service [kube-scheduler] on host [10.x.x.3] is healthy\"", "time=\"2021-12-01T11:23:40Z\" level=debug msg=\"[controlplane] Creating log link for Container [kube-scheduler] on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:40Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:40Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:40Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:23:40Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:41Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:23:41Z\" level=info msg=\"[controlplane] Successfully started [rke-log-linker] container on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:41Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:41Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:41Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:23:42Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:42Z\" level=debug msg=\"[controlplane] Successfully created log link for Container [kube-scheduler] on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:42Z\" level=info msg=\"[controlplane] Successfully started Controller Plane..\"", "time=\"2021-12-01T11:23:42Z\" level=info msg=\"[worker] Building up Worker Plane..\"", "time=\"2021-12-01T11:23:42Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:23:42Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:23:42Z\" level=info msg=\"Checking if container [service-sidekick] is running on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:23:42Z\" level=debug msg=\"[sidekick] Checking if container [service-sidekick] is eligible for upgrade on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:42Z\" level=debug msg=\"[sidekick] Checking if container [service-sidekick] is eligible for upgrade on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:42Z\" level=debug msg=\"[sidekick] Checking if container [service-sidekick] is eligible for upgrade on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:42Z\" level=debug msg=\"[sidekick] Container [service-sidekick] is not eligible for upgrade on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:42Z\" level=info msg=\"[sidekick] Sidekick container already created on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:42Z\" level=debug msg=\"[sidekick] Container [service-sidekick] is not eligible for upgrade on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:42Z\" level=info msg=\"[sidekick] Sidekick container already created on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:42Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:23:42Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:42Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:23:42Z\" level=debug msg=\"[sidekick] Container [service-sidekick] is not eligible for upgrade on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:42Z\" level=info msg=\"[sidekick] Sidekick container already created on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:42Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:23:42Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:42Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:42Z\" level=info msg=\"Starting container [kubelet] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:23:42Z\" level=info msg=\"Starting container [kubelet] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:23:42Z\" level=info msg=\"Starting container [kubelet] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:23:42Z\" level=info msg=\"[worker] Successfully started [kubelet] container on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:42Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kubelet] on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:42Z\" level=info msg=\"[worker] Successfully started [kubelet] container on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:42Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kubelet] on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:42Z\" level=info msg=\"[worker] Successfully started [kubelet] container on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:42Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kubelet] on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:42Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10248/healthz for service [kubelet] on host [10.x.x.1]: Get \\"http://localhost:10248/healthz\\": Unable to access the service on localhost:10248. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #1\"", "time=\"2021-12-01T11:23:42Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10248/healthz for service [kubelet] on host [10.x.x.2]: Get \\"http://localhost:10248/healthz\\": Unable to access the service on localhost:10248. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #1\"", "time=\"2021-12-01T11:23:42Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10248/healthz for service [kubelet] on host [10.x.x.3]: Get \\"http://localhost:10248/healthz\\": Unable to access the service on localhost:10248. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #1\"", "time=\"2021-12-01T11:23:48Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10248/healthz for service [kubelet] on host [10.x.x.1]: Get \\"http://localhost:10248/healthz\\": Unable to access the service on localhost:10248. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #2\"", "time=\"2021-12-01T11:23:48Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10248/healthz for service [kubelet] on host [10.x.x.2]: Get \\"http://localhost:10248/healthz\\": Unable to access the service on localhost:10248. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #2\"", "time=\"2021-12-01T11:23:48Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10248/healthz for service [kubelet] on host [10.x.x.3]: Get \\"http://localhost:10248/healthz\\": Unable to access the service on localhost:10248. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #2\"", "time=\"2021-12-01T11:23:54Z\" level=info msg=\"[healthcheck] service [kubelet] on host [10.x.x.1] is healthy\"", "time=\"2021-12-01T11:23:54Z\" level=debug msg=\"[worker] Creating log link for Container [kubelet] on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:54Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:54Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:54Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:23:54Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:54Z\" level=info msg=\"[healthcheck] service [kubelet] on host [10.x.x.2] is healthy\"", "time=\"2021-12-01T11:23:54Z\" level=debug msg=\"[worker] Creating log link for Container [kubelet] on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:54Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:54Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:54Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:23:54Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:54Z\" level=info msg=\"[healthcheck] service [kubelet] on host [10.x.x.3] is healthy\"", "time=\"2021-12-01T11:23:54Z\" level=debug msg=\"[worker] Creating log link for Container [kubelet] on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:54Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:54Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:54Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:23:54Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:54Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:23:54Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:23:54Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:23:54Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:54Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:54Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:54Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:23:54Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:54Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:54Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:54Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:23:55Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:55Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:55Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:55Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:23:55Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:55Z\" level=debug msg=\"[worker] Successfully created log link for Container [kubelet] on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:55Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:23:55Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:55Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:55Z\" level=debug msg=\"[worker] Successfully created log link for Container [kubelet] on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:55Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:23:55Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:55Z\" level=info msg=\"Starting container [kube-proxy] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:23:55Z\" level=info msg=\"Starting container [kube-proxy] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:23:55Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:55Z\" level=debug msg=\"[worker] Successfully created log link for Container [kubelet] on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:55Z\" level=debug msg=\"Checking if image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:23:55Z\" level=info msg=\"Image [rancher/hyperkube:v1.20.11-rancher1] exists on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:55Z\" level=info msg=\"[worker] Successfully started [kube-proxy] container on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:55Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-proxy] on host [10.x.x.1]\"", "time=\"2021-12-01T11:23:55Z\" level=info msg=\"[worker] Successfully started [kube-proxy] container on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:55Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-proxy] on host [10.x.x.2]\"", "time=\"2021-12-01T11:23:55Z\" level=info msg=\"Starting container [kube-proxy] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:23:55Z\" level=info msg=\"[worker] Successfully started [kube-proxy] container on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:55Z\" level=info msg=\"[healthcheck] Start Healthcheck on service [kube-proxy] on host [10.x.x.3]\"", "time=\"2021-12-01T11:23:55Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.1]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #1\"", "time=\"2021-12-01T11:23:55Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.2]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #1\"", "time=\"2021-12-01T11:23:56Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.3]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #1\"", "time=\"2021-12-01T11:24:01Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.2]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #2\"", "time=\"2021-12-01T11:24:01Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.1]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #2\"", "time=\"2021-12-01T11:24:01Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.3]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #2\"", "time=\"2021-12-01T11:24:07Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.2]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #3\"", "time=\"2021-12-01T11:24:07Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.1]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #3\"", "time=\"2021-12-01T11:24:07Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.3]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #3\"", "time=\"2021-12-01T11:24:12Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.1]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #4\"", "time=\"2021-12-01T11:24:12Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.2]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #4\"", "time=\"2021-12-01T11:24:12Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.3]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #4\"", "time=\"2021-12-01T11:24:18Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.1]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #5\"", "time=\"2021-12-01T11:24:18Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.2]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #5\"", "time=\"2021-12-01T11:24:18Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.3]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #5\"", "time=\"2021-12-01T11:24:24Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.1]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #6\"", "time=\"2021-12-01T11:24:24Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.2]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #6\"", "time=\"2021-12-01T11:24:24Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.3]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #6\"", "time=\"2021-12-01T11:24:29Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.1]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #7\"", "time=\"2021-12-01T11:24:29Z\" level=debug msg=\"[healthcheck] Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [10.x.x.2]: Get \\"http://localhost:10256/healthz\\": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), try #7\"", "time=\"2021-12-01T11:24:29Z\" level=info msg=\"[healthcheck] service [kube-proxy] on host [10.x.x.3] is healthy\"", "time=\"2021-12-01T11:24:29Z\" level=debug msg=\"[worker] Creating log link for Container [kube-proxy] on host [10.x.x.3]\"", "time=\"2021-12-01T11:24:29Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.3]\"", "time=\"2021-12-01T11:24:29Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.3]\"", "time=\"2021-12-01T11:24:29Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:24:29Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.3]\"", "time=\"2021-12-01T11:24:30Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:24:30Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.3]\"", "time=\"2021-12-01T11:24:30Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.3]\"", "time=\"2021-12-01T11:24:30Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.3]\"", "time=\"2021-12-01T11:24:30Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.3], try #1\"", "time=\"2021-12-01T11:24:30Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.3]\"", "time=\"2021-12-01T11:24:30Z\" level=debug msg=\"[worker] Successfully created log link for Container [kube-proxy] on host [10.x.x.3]\"", "time=\"2021-12-01T11:24:35Z\" level=info msg=\"[healthcheck] service [kube-proxy] on host [10.x.x.1] is healthy\"", "time=\"2021-12-01T11:24:35Z\" level=debug msg=\"[worker] Creating log link for Container [kube-proxy] on host [10.x.x.1]\"", "time=\"2021-12-01T11:24:35Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.1]\"", "time=\"2021-12-01T11:24:35Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.1]\"", "time=\"2021-12-01T11:24:35Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:24:35Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.1]\"", "time=\"2021-12-01T11:24:35Z\" level=info msg=\"[healthcheck] service [kube-proxy] on host [10.x.x.2] is healthy\"", "time=\"2021-12-01T11:24:35Z\" level=debug msg=\"[worker] Creating log link for Container [kube-proxy] on host [10.x.x.2]\"", "time=\"2021-12-01T11:24:35Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.2]\"", "time=\"2021-12-01T11:24:35Z\" level=debug msg=\"[remove/rke-log-linker] Container doesn't exist on host [10.x.x.2]\"", "time=\"2021-12-01T11:24:35Z\" level=debug msg=\"Checking if image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:24:35Z\" level=info msg=\"Image [rancher/rke-tools:v0.1.78] exists on host [10.x.x.2]\"", "time=\"2021-12-01T11:24:35Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:24:35Z\" level=info msg=\"Starting container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:24:36Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.1]\"", "time=\"2021-12-01T11:24:36Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.1]\"", "time=\"2021-12-01T11:24:36Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.1]\"", "time=\"2021-12-01T11:24:36Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.1], try #1\"", "time=\"2021-12-01T11:24:36Z\" level=info msg=\"[worker] Successfully started [rke-log-linker] container on host [10.x.x.2]\"", "time=\"2021-12-01T11:24:36Z\" level=debug msg=\"[remove/rke-log-linker] Checking if container is running on host [10.x.x.2]\"", "time=\"2021-12-01T11:24:36Z\" level=debug msg=\"[remove/rke-log-linker] Removing container on host [10.x.x.2]\"", "time=\"2021-12-01T11:24:36Z\" level=info msg=\"Removing container [rke-log-linker] on host [10.x.x.2], try #1\"", "time=\"2021-12-01T11:24:36Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.1]\"", "time=\"2021-12-01T11:24:36Z\" level=debug msg=\"[worker] Successfully created log link for Container [kube-proxy] on host [10.x.x.1]\"", "time=\"2021-12-01T11:24:36Z\" level=info msg=\"[remove/rke-log-linker] Successfully removed container on host [10.x.x.2]\"", "time=\"2021-12-01T11:24:36Z\" level=debug msg=\"[worker] Successfully created log link for Container [kube-proxy] on host [10.x.x.2]\"", "time=\"2021-12-01T11:24:36Z\" level=info msg=\"[worker] Successfully started Worker Plane..\"", "time=\"2021-12-01T11:24:36Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.1, try #1\"", "time=\"2021-12-01T11:24:36Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #1\"", "time=\"2021-12-01T11:24:41Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #2\"", "time=\"2021-12-01T11:24:46Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #3\"", "time=\"2021-12-01T11:24:51Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #4\"", "time=\"2021-12-01T11:24:56Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #5\"", "time=\"2021-12-01T11:25:01Z\" level=error msg=\"Host 10.x.x.1 failed to report Ready status with error: [controlplane] Error getting node 10.x.x.1: \\"10.x.x.1\\" not found\"", "time=\"2021-12-01T11:25:01Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.2, try #1\"", "time=\"2021-12-01T11:25:01Z\" level=debug msg=\"Checking node list for node [10.x.x.2], try #1\"", "time=\"2021-12-01T11:25:06Z\" level=debug msg=\"Checking node list for node [10.x.x.2], try #2\"", "time=\"2021-12-01T11:25:11Z\" level=debug msg=\"Checking node list for node [10.x.x.2], try #3\"", "time=\"2021-12-01T11:25:16Z\" level=debug msg=\"Checking node list for node [10.x.x.2], try #4\"", "time=\"2021-12-01T11:25:21Z\" level=debug msg=\"Checking node list for node [10.x.x.2], try #5\"", "time=\"2021-12-01T11:25:26Z\" level=error msg=\"Host 10.x.x.2 failed to report Ready status with error: [controlplane] Error getting node 10.x.x.2: \\"10.x.x.2\\" not found\"", "time=\"2021-12-01T11:25:26Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.3, try #1\"", "time=\"2021-12-01T11:25:26Z\" level=debug msg=\"Checking node list for node [10.x.x.3], try #1\"", "time=\"2021-12-01T11:25:31Z\" level=debug msg=\"Checking node list for node [10.x.x.3], try #2\"", "time=\"2021-12-01T11:25:36Z\" level=debug msg=\"Checking node list for node [10.x.x.3], try #3\"", "time=\"2021-12-01T11:25:41Z\" level=debug msg=\"Checking node list for node [10.x.x.3], try #4\"", "time=\"2021-12-01T11:25:46Z\" level=debug msg=\"Checking node list for node [10.x.x.3], try #5\"", "time=\"2021-12-01T11:25:51Z\" level=error msg=\"Host 10.x.x.3 failed to report Ready status with error: [controlplane] Error getting node 10.x.x.3: \\"10.x.x.3\\" not found\"", "time=\"2021-12-01T11:25:51Z\" level=info msg=\"[controlplane] Processing controlplane hosts for upgrade 1 at a time\"", "time=\"2021-12-01T11:25:51Z\" level=info msg=\"Processing controlplane host 10.x.x.1\"", "time=\"2021-12-01T11:25:51Z\" level=info msg=\"[controlplane] Now checking status of node 10.x.x.1, try #1\"", "time=\"2021-12-01T11:25:51Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #1\"", "time=\"2021-12-01T11:25:56Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #2\"", "time=\"2021-12-01T11:26:01Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #3\"", "time=\"2021-12-01T11:26:06Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #4\"", "time=\"2021-12-01T11:26:11Z\" level=debug msg=\"Checking node list for node [10.x.x.1], try #5\"", "time=\"2021-12-01T11:26:16Z\" level=error msg=\"Failed to upgrade hosts: 10.x.x.1 with error [[controlplane] Error getting node 10.x.x.1: \\"10.x.x.1\\" not found]\"", "time=\"2021-12-01T11:26:16Z\" level=fatal msg=\"[controlPlane] Failed to upgrade Control Plane: [[[controlplane] Error getting node 10.x.x.1: \\"10.x.x.1\\" not found]]\""]}

superseb commented 2 years ago

rke remove cleans the nodes and removes any files that have old state like cluster.rkestate and the kubeconfig generated. The log line level=debug msg="[state] previous state found, this is not a legacy cluster"\ntime="2021-12-01T11:20:39Z" indicates this has not happened, this is a bug on its own as it needs to remove those files so if you can share the before and after output of ls -la of the directory where you are running rke remove and rke up, we can look at that, if those are then removed, the output of rke up is what we are looking for to see why it can't create the cluster properly.

superseb commented 2 years ago

Any update here?

prajnadnayak commented 2 years ago

I did another RKE remove and redid rke up. I see the network pods are coming up. Not sure how the rke cluster state file was cache. RKE up is run from a docker container and the cluster file is created within that container. After the task completes the container is deleted. So not sure where and how the cluster state file was cached. The VMs were also recreated to make sure to be used as fresh slate.

RKE up succeeds but the etcd server times out. I will raise another issue for it. Closing this issue. Thank you @superseb

superseb commented 2 years ago

Great!

HectorB-2020 commented 1 year ago

Using system_images is no longer supported, please remove it from the YAML and start using kubernetes_version

Hi @superseb! Sorry for asking you here, but is this is applicable for rke up? rke config still creates this section in YAML and that section looks up-to-date. There is a couple of issues here also related to system_images and kubernetes_version`:

Another concern is how are we supposed to know which images to collect for air-gapped environments?

superseb commented 1 year ago

The docs were changed to move away from system_images and exclusively use kubernetes_version (also described on https://rke.docs.rancher.com/upgrades).

rke config has not been modified according to this change, and until this is corrected, manual creation of cluster.yml is recommended.

Listing the images needed for a Kubernetes version can be done using rke config -s -a.

HectorB-2020 commented 1 year ago

Wow, fantastic, thank you very much indeed!