From c9c64d67e95cfa08d41b38b2f1aa71a1635a916a Mon Sep 17 00:00:00 2001 From: moelsayed Date: Sat, 24 Mar 2018 02:08:45 +0200 Subject: [PATCH] Update docs to reflect new extra_args --- README.md | 2 ++ cluster.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 64fffaee..0d14995d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/cluster.yml b/cluster.yml index 1f98099d..6b7dd49c 100644 --- a/cluster.yml +++ b/cluster.yml @@ -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: