Update kubernetes to version 1.27.2
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Adrien Reslinger 2023-05-30 11:25:26 +02:00
parent bc6998794d
commit bfa0928b50
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
3 changed files with 9 additions and 6 deletions

View file

@ -1,4 +1,4 @@
flannel-backend: wireguard
flannel-backend: wireguard-native
{% if kubernetes_master|bool %}
{% if vars['KubernetesMasterConfigured_' ~ kubernetes_cluster_name] is not defined %}
cluster-init: true
@ -19,3 +19,6 @@ selinux: true
secrets-encryption: true
disable:
- traefik
{% if false %}
# node-external-ip: 1.2.3.4
{% endif %}