-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Cannot upgrade k8s cluster using cluster.yml, unless upgrade_cluster_setup is set to true #4139
Comments
I believe |
Nope. Please see Kubespray upgrade doc. There is mainly 2 methods: 1. unsafe one, using cluster.yml and 2. safe one (graceful upgrade), which uses upgrade-cluster.yml Upgrades using cluster.yml, including partial upgrades, are explicitly documented in upgrade docs. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
@hedayat: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
I literally searched a whole day to find this, We faced the same issue. All was upgraded but the actuall running control plane pods. Related to #4736 |
…pgrade using cluster.yml playbook. Relates to kubernetes-sigs#4736 and kubernetes-sigs#4139
Opened #5609 to add info to the upgrade docs as that was actually the first place I went looking and found no hint. |
…pgrade using cluster.yml playbook. Relates to kubernetes-sigs#4736 and kubernetes-sigs#4139 (kubernetes-sigs#5609)
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT
Environment:
Cloud provider or hardware configuration: bare metal
OS (
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
): Fedora 29, Linux 4.20.3-200.fc29.x86_64 x86_64Version of Ansible (
ansible --version
):2.7.5**Kubespray version (commit) (
git rev-parse --short HEAD
):**881be9b7Command used to invoke ansible:
ansible-playbook -i my_inventory/single_node.ini cluster.yml
Anything else do we need to know:
The kubeadm rules only upgrade the cluster when
upgrade_cluster_setup
is true, but it is false by default and when cluster.yml is used. Either something should be changed, or the upgrade docs should be fixed to mention that-e upgrade_cluster_setup=true
should be used in upgrades usingcluster.yml
.The text was updated successfully, but these errors were encountered: