Allow override of bind addr for controller-manager and scheduler (#3968)

* allows to override the bind addresses for controller-manager and scheduler

Useful for Prometheus metrics monitoring

* Add bind addr override support in kubeadm/v1beta1

Adds support for override of bind addresses for controller-manager
and scheduler in kubeadm/v1beta1

* Move location of bind address vars

* Remove double declaration of schedulerExtraArgs
This commit is contained in:
Andreas Holmsten
2019-01-08 05:41:54 +01:00
committed by Kubernetes Prow Robot
parent 39d7503069
commit 4d5b41b8db
3 changed files with 9 additions and 0 deletions

View File

@@ -23,6 +23,11 @@ kube_apiserver_storage_backend: etcd3
# By default, force back to etcd2. Set to true to force etcd3 (experimental!)
force_etcd3: false
# Associated interfaces must be reachable by the rest of the cluster, and by
# CLI/web clients.
kube_controller_manager_bind_address: 0.0.0.0
kube_scheduler_bind_address: 0.0.0.0
# audit support
kubernetes_audit: false
# path to audit log file