Skip to content
Snippets Groups Projects
Unverified Commit eb4bd36f authored by Marijn van der Giesen's avatar Marijn van der Giesen Committed by GitHub
Browse files

fix(kubernetes): Also apply kubeadm patches during upgrade (#9781)

parent 2d20f0c0
Branches
Tags
No related merge requests found
......@@ -19,6 +19,7 @@
--ignore-preflight-errors=all
--allow-experimental-upgrades
--etcd-upgrade={{ (etcd_deployment_type == "kubeadm") | bool | lower }}
{% if kubeadm_patches is defined and kubeadm_patches.enabled %}--patches={{ kubeadm_patches.dest_dir }}{% endif %}
--force
register: kubeadm_upgrade
# Retry is because upload config sometimes fails
......@@ -40,6 +41,7 @@
--ignore-preflight-errors=all
--allow-experimental-upgrades
--etcd-upgrade={{ (etcd_deployment_type == "kubeadm") | bool | lower }}
{% if kubeadm_patches is defined and kubeadm_patches.enabled %}--patches={{ kubeadm_patches.dest_dir }}{% endif %}
--force
register: kubeadm_upgrade
# Retry is because upload config sometimes fails
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment