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

# Leave empty to autodetect:
# HOSTNAME=

# 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"