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
23716b0e
Unverified
Commit
23716b0e
authored
2 years ago
by
Cristian Calin
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
don't define kubeadm_patches by default (#9372)
parent
859df84b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/kubernetes/control-plane/defaults/main/main.yml
+0
-6
0 additions, 6 deletions
roles/kubernetes/control-plane/defaults/main/main.yml
roles/kubernetes/kubeadm/defaults/main.yml
+0
-6
0 additions, 6 deletions
roles/kubernetes/kubeadm/defaults/main.yml
with
0 additions
and
12 deletions
roles/kubernetes/control-plane/defaults/main/main.yml
+
0
−
6
View file @
23716b0e
...
@@ -228,9 +228,3 @@ auto_renew_certificates_systemd_calendar: "{{ 'Mon *-*-1,2,3,4,5,6,7 03:' ~
...
@@ -228,9 +228,3 @@ auto_renew_certificates_systemd_calendar: "{{ 'Mon *-*-1,2,3,4,5,6,7 03:' ~
# If we have requirement like without renewing certs upgrade the cluster,
# If we have requirement like without renewing certs upgrade the cluster,
# we can opt out from the default behavior by setting kubeadm_upgrade_auto_cert_renewal to false
# we can opt out from the default behavior by setting kubeadm_upgrade_auto_cert_renewal to false
kubeadm_upgrade_auto_cert_renewal
:
true
kubeadm_upgrade_auto_cert_renewal
:
true
# kubeadm patches path
kubeadm_patches
:
enabled
:
true
source_dir
:
"
{{
inventory_dir
}}/patches"
dest_dir
:
"
{{
kube_config_dir
}}/patches"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
roles/kubernetes/kubeadm/defaults/main.yml
+
0
−
6
View file @
23716b0e
...
@@ -10,9 +10,3 @@ kube_override_hostname: >-
...
@@ -10,9 +10,3 @@ kube_override_hostname: >-
{%- else -%}
{%- else -%}
{{ inventory_hostname }}
{{ inventory_hostname }}
{%- endif -%}
{%- endif -%}
# kubeadm patches path
kubeadm_patches
:
enabled
:
true
source_dir
:
"
{{
inventory_dir
}}/patches"
dest_dir
:
"
{{
kube_config_dir
}}/patches"
\ No newline at end of file
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