Cristian Calin
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
0 additions and
12 deletions
-
roles/kubernetes/control-plane/defaults/main/main.yml
-
roles/kubernetes/kubeadm/defaults/main.yml
|
|
@ -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, |
|
|
|
# we can opt out from the default behavior by setting kubeadm_upgrade_auto_cert_renewal to false |
|
|
|
kubeadm_upgrade_auto_cert_renewal: true |
|
|
|
|
|
|
|
# kubeadm patches path |
|
|
|
kubeadm_patches: |
|
|
|
enabled: true |
|
|
|
source_dir: "{{ inventory_dir }}/patches" |
|
|
|
dest_dir: "{{ kube_config_dir }}/patches" |
|
|
@ -10,9 +10,3 @@ kube_override_hostname: >- |
|
|
|
{%- else -%} |
|
|
|
{{ inventory_hostname }} |
|
|
|
{%- endif -%} |
|
|
|
|
|
|
|
# kubeadm patches path |
|
|
|
kubeadm_patches: |
|
|
|
enabled: true |
|
|
|
source_dir: "{{ inventory_dir }}/patches" |
|
|
|
dest_dir: "{{ kube_config_dir }}/patches" |