summaryrefslogtreecommitdiff
path: root/sys-cluster/kube-router/files/kube-router.confd
blob: 601368deaf1e9ed2179908683bf0b5bf5d569465 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# K8S_APISERVER='https://127.0.0.1:6443'
# KUBECONFIG=/etc/kubernetes/kube-router.kubeconfig

# Leave empty to autodetect:
# HOSTNAME is a bashism, so change to HOSTNAME_OVERRIDE
# HOSTNAME_OVERRIDE=

# RUN_PROXY=true
# RUN_FIREWALL=true
# RUN_ROUTER=false

EXTRA_ARGS=''

# Uncomment to enable health checks by supervise-daemon
# KUBE_ROUTER_HEALTHCHECK_URI="localhost:20244/healthz"