mirror of
https://github.com/tailscale/tailscale.git
synced 2025-01-07 16:17:41 +00:00
cmd/k8s-operator/deploy/chart: document passing multiple proxy tags + log level values (#10624)
Updates #cleanup Signed-off-by: Irbe Krumina <irbe@tailscale.com>
This commit is contained in:
parent
dc2792aaee
commit
38b4eb9419
@ -22,7 +22,7 @@ operatorConfig:
|
|||||||
tag: ""
|
tag: ""
|
||||||
digest: ""
|
digest: ""
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
logging: "info"
|
logging: "info" # info, debug, dev
|
||||||
hostname: "tailscale-operator"
|
hostname: "tailscale-operator"
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/os: linux
|
kubernetes.io/os: linux
|
||||||
@ -53,7 +53,9 @@ proxyConfig:
|
|||||||
# ACL tag that operator will tag proxies with. Operator must be made owner of
|
# ACL tag that operator will tag proxies with. Operator must be made owner of
|
||||||
# these tags
|
# these tags
|
||||||
# https://tailscale.com/kb/1236/kubernetes-operator/?q=operator#setting-up-the-kubernetes-operator
|
# https://tailscale.com/kb/1236/kubernetes-operator/?q=operator#setting-up-the-kubernetes-operator
|
||||||
defaultTags: tag:k8s
|
# Multiple tags can be passed as a comma-separated string i.e 'tag:k8s-proxies,tag:prod'.
|
||||||
|
# Note that if you pass multiple tags to this field via `--set` flag to helm upgrade/install commands you must escape the comma (for example, "tag:k8s-proxies\,tag:prod"). See https://github.com/helm/helm/issues/1556
|
||||||
|
defaultTags: "tag:k8s"
|
||||||
firewallMode: auto
|
firewallMode: auto
|
||||||
|
|
||||||
# apiServerProxyConfig allows to configure whether the operator should expose
|
# apiServerProxyConfig allows to configure whether the operator should expose
|
||||||
|
Loading…
x
Reference in New Issue
Block a user