mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
10 lines
264 B
Text
10 lines
264 B
Text
###
|
|
# The following values are used to configure the kubernetes controller-manager
|
|
|
|
# defaults from config and apiserver should be adequate
|
|
|
|
# Comma seperated list of minions
|
|
KUBELET_ADDRESSES="--machines=127.0.0.1"
|
|
|
|
# Add you own!
|
|
KUBE_CONTROLLER_MANAGER_ARGS=""
|