Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
eb4bd36f
Unverified
Commit
eb4bd36f
authored
2 years ago
by
Marijn van der Giesen
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix(kubernetes): Also apply kubeadm patches during upgrade (#9781)
parent
2d20f0c0
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/kubernetes/control-plane/tasks/kubeadm-upgrade.yml
+2
-0
2 additions, 0 deletions
roles/kubernetes/control-plane/tasks/kubeadm-upgrade.yml
with
2 additions
and
0 deletions
roles/kubernetes/control-plane/tasks/kubeadm-upgrade.yml
+
2
−
0
View file @
eb4bd36f
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment