1
0
mirror of https://github.com/rancher/rke.git synced 2025-06-29 08:47:53 +00:00

Update docs to reflect new extra_args

This commit is contained in:
moelsayed 2018-03-24 02:08:45 +02:00 committed by Denise
parent 8b8bc8ab8b
commit c9c64d67e9
2 changed files with 4 additions and 0 deletions

View File

@ -244,6 +244,8 @@ services:
```
This will add/append `--cluster-name=mycluster` to the container list of arguments.
As of `v0.1.3-rc2` using `extra_args` will add new arguments and **override** existing defaults. For example, if you need to modify the default admission controllers list, you need to change the default list and add apply it using `extra_args`.
RKE also supports additional volume binds:
```yaml

View File

@ -45,6 +45,8 @@ services:
kube-api:
service_cluster_ip_range: 10.233.0.0/18
pod_security_policy: false
# add additional arguments to the kubernetes component
# Note that this WILL OVERRIDE existing defaults
extra_args:
v: 4
kube-controller: