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:
parent
8b8bc8ab8b
commit
c9c64d67e9
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user