mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 01:28:11 -03:30
remove unimplemented custom_flags vars, document the extra_args vars (issue 4352) (#5108)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
7e1645845f
commit
10e0fe86fb
@@ -160,12 +160,15 @@ kubelet_custom_flags:
|
||||
- "--eviction-soft=memory.available<300Mi"
|
||||
```
|
||||
The possible vars are:
|
||||
* *apiserver_custom_flags*
|
||||
* *controller_mgr_custom_flags*
|
||||
* *scheduler_custom_flags*
|
||||
* *kubelet_custom_flags*
|
||||
* *kubelet_node_custom_flags*
|
||||
|
||||
Extra flags for the API server, controller, and scheduler components can be specified using these variables,
|
||||
in the form of dicts of key-value pairs of configuration parameters that will be inserted into the kubeadm YAML config file:
|
||||
* *kube_kubeadm_apiserver_extra_args*
|
||||
* *kube_kubeadm_controller_extra_args*
|
||||
* *kube_kubeadm_scheduler_extra_args*
|
||||
|
||||
#### User accounts
|
||||
|
||||
By default, a user with admin rights is created, named `kube`.
|
||||
|
||||
Reference in New Issue
Block a user