From a318798cb711e1727d6c952279e717e90fed5a74 Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Mon, 7 Mar 2022 17:10:36 -0500 Subject: [PATCH 1/2] Updated note to be more noticeable to link to extra_args page. --- content/rke/latest/en/config-options/services/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/rke/latest/en/config-options/services/_index.md b/content/rke/latest/en/config-options/services/_index.md index 0266731a249..f607b54ae74 100644 --- a/content/rke/latest/en/config-options/services/_index.md +++ b/content/rke/latest/en/config-options/services/_index.md @@ -6,7 +6,9 @@ weight: 230 To deploy Kubernetes, RKE deploys several core components or services in Docker containers on the nodes. Based on the roles of the node, the containers deployed may be different. -**All services support additional [custom arguments, Docker mount binds and extra environment variables]({{}}/rke/latest/en/config-options/services/services-extras/).** +>**Note:** All services support additional custom arguments, Docker mount binds, and extra environment variables. +> +>Please see the [documentation]({{}}/rke/latest/en/config-options/services/services-extras/) for more details. | Component | Services key name in cluster.yml | |-------------------------|----------------------------------| From 03250a7ecc82624e748ab3de91658aba1000c59f Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Tue, 8 Mar 2022 09:30:09 -0500 Subject: [PATCH 2/2] Updated wording per feedback --- content/rke/latest/en/config-options/services/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rke/latest/en/config-options/services/_index.md b/content/rke/latest/en/config-options/services/_index.md index f607b54ae74..77a3a969195 100644 --- a/content/rke/latest/en/config-options/services/_index.md +++ b/content/rke/latest/en/config-options/services/_index.md @@ -8,7 +8,7 @@ To deploy Kubernetes, RKE deploys several core components or services in Docker >**Note:** All services support additional custom arguments, Docker mount binds, and extra environment variables. > ->Please see the [documentation]({{}}/rke/latest/en/config-options/services/services-extras/) for more details. +>To configure advanced options for Kubernetes services such as `kubelet`, `kube-controller`, and `kube-apiserver` that are not documented below, see the [`extra_args` documentation]({{}}/rke/latest/en/config-options/services/services-extras/) for more details. | Component | Services key name in cluster.yml | |-------------------------|----------------------------------|