File kubelet of Package kubectl.openSUSE_Leap_15.0_Update
###
# kubernetes kubelet (minion) config
# DEPRECATED!!! This option was moved to kubelet-config.yaml
# 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"
# DEPRECATED!!! This option was moved to kubelet-config.yaml
# 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"
# Add your own!
KUBELET_ARGS="--config=/etc/kubernetes/kubelet-config.yaml --volume-plugin-dir=/usr/lib/kubernetes/kubelet-plugins"