b1db376
###
b1db376
# kubernetes kubelet (minion) config
b1db376
b1db376
# The address for the info server to serve on (set to 0.0.0.0 or "" for all interfaces)
b1db376
KUBELET_ADDRESS="--address=127.0.0.1"
b1db376
b1db376
# The port for the info server to serve on
b1db376
# KUBELET_PORT="--port=10250"
b1db376
b1db376
# You may leave this blank to use the actual hostname
b1db376
KUBELET_HOSTNAME="--hostname-override=127.0.0.1"
b1db376
b1db376
# Edit the kubelet.kubeconfig to have correct cluster server address
093a9dd
KUBELET_KUBECONFIG="--kubeconfig=/etc/kubernetes/kubelet.kubeconfig"
b1db376
b1db376
# Add your own!
b1db376
KUBELET_ARGS="--cgroup-driver=systemd --fail-swap-on=false"