Skip to content
Snippets Groups Projects
Unverified Commit 23716b0e authored by Cristian Calin's avatar Cristian Calin Committed by GitHub
Browse files

don't define kubeadm_patches by default (#9372)

parent 859df84b
No related branches found
No related tags found
No related merge requests found
...@@ -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
...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment