Skip to content

Commit

Permalink
allow kubeadm to upgrade etcd (kubernetes-sigs#6345)
Browse files Browse the repository at this point in the history
Co-authored-by: Hans Feldt <[email protected]>
  • Loading branch information
2 people authored and LuckySB committed Sep 16, 2020
1 parent 44cacf6 commit 0bc2d8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/kubernetes/master/tasks/kubeadm-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
--ignore-preflight-errors=all
--allow-experimental-upgrades
--allow-release-candidate-upgrades
--etcd-upgrade=false
--etcd-upgrade={{ etcd_kubeadm_enabled | bool | lower }}
--certificate-renewal=true
--force
register: kubeadm_upgrade
Expand All @@ -40,7 +40,7 @@
--ignore-preflight-errors=all
--allow-experimental-upgrades
--allow-release-candidate-upgrades
--etcd-upgrade=false
--etcd-upgrade={{ etcd_kubeadm_enabled | bool | lower }}
--certificate-renewal=true
--force
register: kubeadm_upgrade
Expand Down

0 comments on commit 0bc2d8b

Please sign in to comment.