mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 03:38:15 +00:00
11 lines
264 B
Plaintext
11 lines
264 B
Plaintext
###
|
|
# 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=""
|