You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This cluster was deployed from tag v2.12.4, then upgraded to tag v2.13.1, and then v2.13.2 (as more of a sanity check than anything).
During both upgrades kubeadm and kubectl on the route reflectors were not upgraded.
A very naive inspection of the kubespray output shows that the task kubernetes/node : install | Copy kubelet binary from download dir did not get executed on the route reflector nodes.
Environment:
Self hosted virtual machines
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
):Linux 4.19.0-8-amd64 x86_64
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
ansible --version
):ansible 2.9.6
python --version
):Python 3.6.10
Kubespray version (commit) (
git rev-parse --short HEAD
):3d6b9d6
Tags v2.13.1 and v2.13.2
Network plugin used:
calico
Full inventory with variables (
ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"
):Command used to invoke ansible:
ansible-playbook --become -i ../bddpink8s/inventory.ini upgrade-cluster.yml
Output of ansible run:
Anything else do we need to know:
This cluster was deployed from tag v2.12.4, then upgraded to tag v2.13.1, and then v2.13.2 (as more of a sanity check than anything).
During both upgrades kubeadm and kubectl on the route reflectors were not upgraded.
A very naive inspection of the kubespray output shows that the task
kubernetes/node : install | Copy kubelet binary from download dir
did not get executed on the route reflector nodes.Before upgrade
After upgrade
The text was updated successfully, but these errors were encountered: