Skip to content

Commit

Permalink
allow kubeadm to upgrade etcd
Browse files Browse the repository at this point in the history
  • Loading branch information
hafe committed Jul 4, 2020
1 parent 6bb47d8 commit 69fe8bd
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 69fe8bd

Please sign in to comment.