Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade with kubeadm managed etcd does not upgrade etcd nor renew its certs #6344

Closed
hafe opened this issue Jun 30, 2020 · 0 comments · Fixed by #6345
Closed

upgrade with kubeadm managed etcd does not upgrade etcd nor renew its certs #6344

hafe opened this issue Jun 30, 2020 · 0 comments · Fixed by #6345
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@hafe
Copy link
Contributor

hafe commented Jun 30, 2020

Environment:

  • Cloud provider or hardware configuration:

  • OS (printf "$(uname -srm)\n$(cat /etc/os-release)\n"):

  • Version of Ansible (ansible --version):

  • Version of Python (python --version):

Kubespray version (commit) (git rev-parse --short HEAD):

09b23f9

Network plugin used:

calico

Full inventory with variables (ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"):

etcd_kubeadm_enabled: true

Command used to invoke ansible:

ansible-playbook -u root upgrade-cluster.yml

Output of ansible run:

Anything else do we need to know:

etcd is not upgraded due to explicitly being disabled with kubeadm options:
--etcd-upgrade=false

I cannot find any commented reason or git history of this.

(When option is removed etcd is upgraded and certs are renewed!)

@hafe hafe added the kind/bug Categorizes issue or PR as related to a bug. label Jun 30, 2020
@hafe hafe changed the title upgrade with stacked etcd does not upgrade etcd nor renew its certs upgrade with kubeadm managed etcd does not upgrade etcd nor renew its certs Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant