fe0f0efa72
https://github.com/kubernetes/kubernetes/pull/77820 https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.15.md#node story: 2005124 Change-Id: I2935d34ace08800c805028f1673bc515f2f577e6 Signed-off-by: Spyros Trigazis <spyridon.trigazis@cern.ch>
20 lines
542 B
Plaintext
20 lines
542 B
Plaintext
###
|
|
# kubernetes system config
|
|
#
|
|
# The following values are used to configure various aspects of all
|
|
# kubernetes services, including
|
|
#
|
|
# kube-apiserver.service
|
|
# kube-controller-manager.service
|
|
# kube-scheduler.service
|
|
# kubelet.service
|
|
# kube-proxy.service
|
|
# logging to stderr means we get it in the systemd journal
|
|
KUBE_LOGTOSTDERR="--logtostderr=true"
|
|
|
|
# journal message level, 0 is debug
|
|
KUBE_LOG_LEVEL="--v=0"
|
|
|
|
# How the controller-manager, scheduler, and proxy find the apiserver
|
|
KUBE_MASTER="--master=http://127.0.0.1:8080"
|