From b442fb98fb6c5934770b679064e04cfbe6c21a66 Mon Sep 17 00:00:00 2001 From: Mark Bishop Date: Wed, 29 Aug 2018 11:34:58 -0700 Subject: [PATCH] fixing missed link --- .../rancher/v2.x/en/faq/networking/cni-providers/_index.md | 1 - .../en/config-options/add-ons/user-defined-add-ons/_index.md | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/rancher/v2.x/en/faq/networking/cni-providers/_index.md b/content/rancher/v2.x/en/faq/networking/cni-providers/_index.md index 9d8dcae502b..531303bafc3 100644 --- a/content/rancher/v2.x/en/faq/networking/cni-providers/_index.md +++ b/content/rancher/v2.x/en/faq/networking/cni-providers/_index.md @@ -1,7 +1,6 @@ --- title: CNI Providers weight: 2300 -draft: true --- ## What is CNI? diff --git a/content/rke/v0.1.x/en/config-options/add-ons/user-defined-add-ons/_index.md b/content/rke/v0.1.x/en/config-options/add-ons/user-defined-add-ons/_index.md index 2659e661558..c748487eee5 100644 --- a/content/rke/v0.1.x/en/config-options/add-ons/user-defined-add-ons/_index.md +++ b/content/rke/v0.1.x/en/config-options/add-ons/user-defined-add-ons/_index.md @@ -7,7 +7,7 @@ Besides the [network plug-in]({{< baseurl >}}/rke/v0.1.x/en/config-options/add-o There are two ways that you can specify an add-on. -- [In-line Add-ons](#inline-add-ons) +- [In-line Add-ons](#in-line-add-ons) - [Referencing YAML Files for Add-ons](#referencing-yaml-files-for-add-ons) > **Note:** When using user-defined add-ons, you *must* define a namespace for *all* your resources, otherwise they will end up in the `kube-system` namespace. @@ -20,7 +20,8 @@ As of v0.1.8, RKE will update an add-on if it is the same name. Prior to v0.1.8, update any add-ons by by using `kubectl edit`. -## In-line Addons +## In-line Add-ons + To define an add-on directly in the YAML file, make sure to use the YAML's block indicator `|-` as the `addons` directive is a multi-line string option. It's possible to specify multiple YAML resource definitions by separating them using the `---` directive. ```yaml