diff --git a/content/rke/v0.1.x/en/config-options/_index.md b/content/rke/v0.1.x/en/config-options/_index.md index 835814b5c9c..f8565b224c7 100644 --- a/content/rke/v0.1.x/en/config-options/_index.md +++ b/content/rke/v0.1.x/en/config-options/_index.md @@ -10,7 +10,7 @@ There are several options that can be configured in cluster configuration option ### Configuring Nodes * [Nodes]({{< baseurl >}}/rke/v0.1.x/en/config-options/nodes/) -* [Ignoring supported Docker versions](#supported-docker-versions) +* [Ignoring unsupported Docker versions](#supported-docker-versions) * [Private Registries]({{< baseurl >}}/rke/v0.1.x/en/config-options/private-registries/) * [Cluster Level SSH Key Path](#cluster-level-ssh-key-path) * [SSH Agent](#ssh-agent) diff --git a/content/rke/v0.1.x/en/config-options/nodes/_index.md b/content/rke/v0.1.x/en/config-options/nodes/_index.md index 0aa411e9296..9dade253fea 100644 --- a/content/rke/v0.1.x/en/config-options/nodes/_index.md +++ b/content/rke/v0.1.x/en/config-options/nodes/_index.md @@ -50,7 +50,7 @@ The `internal_address` provides the ability to have nodes with multiple addresse The `hostname_override` is used to be able to provide a friendly name for RKE to use when registering the node in Kubernetes. This hostname doesn't need to be a routable address. If the `hostname_override` isn't set, then the `address` directive is used when registering the node in Kubernetes. -> **Note:** When [cloud providers]({{< baseurl >}}/rke/v0.1.x/en/config-options/cloud-providers/) are configured, you may need to override the hostname in order to use the cloud provider correctly. +> **Note:** When [cloud providers]({{< baseurl >}}/rke/v0.1.x/en/config-options/cloud-providers/) are configured, you may need to override the hostname in order to use the cloud provider correctly. There is an exception for the AWS cloud provider, where the `hostname_override` field will be explicitly ignored. ### SSH Port diff --git a/content/rke/v0.1.x/en/config-options/services/extra-args-and-binds/_index.md b/content/rke/v0.1.x/en/config-options/services/extra-args-and-binds/_index.md index 05246bfe852..3821f7a3dae 100644 --- a/content/rke/v0.1.x/en/config-options/services/extra-args-and-binds/_index.md +++ b/content/rke/v0.1.x/en/config-options/services/extra-args-and-binds/_index.md @@ -8,7 +8,7 @@ RKE supports the ability to configure your Kubernetes components by adding in ex ## Extra Args -For the `kube-controller`, you can update the `extra_args` to change the existing defaults. +For any of the Kubernetes services, you can update the `extra_args` to change the existing defaults. As of `v0.1.3`, using `extra_args` will add new arguments and **override** any existing defaults. For example, if you need to modify the default admission controllers list, you need to include the default list and edit it with your changes so all changes are included.