Skip to content

Commit

Permalink
Remove allow-release-candidate-upgrades already include in experiment…
Browse files Browse the repository at this point in the history
…al-upgrades flag
  • Loading branch information
floryut authored and CI committed Jul 8, 2020
1 parent 22996ba commit 6cec3e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions roles/kubernetes/master/tasks/kubeadm-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
--config={{ kube_config_dir }}/kubeadm-config.yaml
--ignore-preflight-errors=all
--allow-experimental-upgrades
--allow-release-candidate-upgrades
--etcd-upgrade={{ etcd_kubeadm_enabled | bool | lower }}
--certificate-renewal=true
--force
register: kubeadm_upgrade
# Retry is because upload config sometimes fails
Expand All @@ -39,9 +37,7 @@
--config={{ kube_config_dir }}/kubeadm-config.yaml
--ignore-preflight-errors=all
--allow-experimental-upgrades
--allow-release-candidate-upgrades
--etcd-upgrade={{ etcd_kubeadm_enabled | bool | lower }}
--certificate-renewal=true
--force
register: kubeadm_upgrade
when: inventory_hostname != groups['kube-master']|first
Expand Down

0 comments on commit 6cec3e3

Please sign in to comment.