20d965c864
Use docker.io/openstackmagnumtest initially. Change-Id: Idfb5ba636df2928e2e3e5248fdcaabd63160a4a4 Signed-off-by: Spyros Trigazis <spyridon.trigazis@cern.ch>
18 lines
547 B
Plaintext
18 lines
547 B
Plaintext
###
|
|
# kubernetes kubelet (minion) config
|
|
|
|
# The address for the info server to serve on (set to 0.0.0.0 or "" for all interfaces)
|
|
KUBELET_ADDRESS="--address=127.0.0.1"
|
|
|
|
# The port for the info server to serve on
|
|
# KUBELET_PORT="--port=10250"
|
|
|
|
# You may leave this blank to use the actual hostname
|
|
KUBELET_HOSTNAME="--hostname-override=127.0.0.1"
|
|
|
|
# Edit the kubelet.kubeconfig to have correct cluster server address
|
|
KUBELET_KUBECONFIG=/etc/kubernetes/kubelet.kubeconfig
|
|
|
|
# Add your own!
|
|
KUBELET_ARGS="--cgroup-driver=systemd --fail-swap-on=false"
|