Add ingress-option
This commit is contained in:
parent
e5920b3ddf
commit
f9a859e95c
@ -19,3 +19,5 @@ kubernetes:
|
||||
# One of [flannel, calico]
|
||||
network_plugin: calico
|
||||
|
||||
# One of [traefik-ingress]
|
||||
ingress_controller: traefik-ingress
|
||||
|
@ -24,5 +24,7 @@ disable-network-policy: true
|
||||
flannel-backend: none
|
||||
{% endif %}
|
||||
|
||||
# FIXME: Workaround for bug in Kubernetes 1.24/1.25 ignoring node IPv6 addresses
|
||||
kubelet-arg: "--node-ip=0.0.0.0"
|
||||
# Ingress-plugin
|
||||
{% if kubernetes.ingress_controller != "traefik-ingress" %}
|
||||
disable: traefik
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user