mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-22 12:58:37 +00:00
Set dns policy to ClusterFirstWithHostNet
Signed-off-by: Lee Briggs <lee@leebriggs.co.uk>
This commit is contained in:
parent
3e708bddc5
commit
e0963cb117
@ -26,7 +26,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
{{- if .Values.operatorConfig.hostNetwork.enabled }}
|
{{- if .Values.operatorConfig.hostNetwork.enabled }}
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
dnsPolicy: {{ .Values.operatorConfig.hostNetwork.dnsPolicy }}
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.imagePullSecrets }}
|
{{- with .Values.imagePullSecrets }}
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
|
@ -45,7 +45,6 @@ operatorConfig:
|
|||||||
# Optional host network configuration. Likely only needed for public Kubernetes nodes
|
# Optional host network configuration. Likely only needed for public Kubernetes nodes
|
||||||
hostNetwork:
|
hostNetwork:
|
||||||
enabled: false
|
enabled: false
|
||||||
dnsPolicy: ClusterFirstWithHostNet # Common options: ClusterFirst, ClusterFirstWithHostNet, Default
|
|
||||||
|
|
||||||
image:
|
image:
|
||||||
# Repository defaults to DockerHub, but images are also synced to ghcr.io/tailscale/k8s-operator.
|
# Repository defaults to DockerHub, but images are also synced to ghcr.io/tailscale/k8s-operator.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user