From 7127c33040866c6500947845773acc2d6c327465 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Steenis Date: Thu, 21 Mar 2019 12:54:20 +0100 Subject: [PATCH] Document disabling the deployment of CNI in RKE --- .../en/config-options/add-ons/network-plugins/_index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/rke/v0.1.x/en/config-options/add-ons/network-plugins/_index.md b/content/rke/v0.1.x/en/config-options/add-ons/network-plugins/_index.md index 7b552e8e300..2e66d0079f4 100644 --- a/content/rke/v0.1.x/en/config-options/add-ons/network-plugins/_index.md +++ b/content/rke/v0.1.x/en/config-options/add-ons/network-plugins/_index.md @@ -20,6 +20,15 @@ network: The images used for network plug-ins are under the [`system_images` directive]({{< baseurl >}}/rke/v0.1.x/en/config-options/system-images/). For each Kubernetes version, there are default images associated with each network plug-in, but these can be overridden by changing the image tag in `system_images`. +## Disabling deployment of a network plug-in + +You can disable deploying a network plug-in by specifying `none` to the network `plugin` directive in the cluster configuration. + +```yaml +network: + plugin: none +``` + ## Network Plug-in Options Besides the different images that could be used to deploy network plug-ins, certain network plug-ins support additional options that can be used to customize the network plug-in.