From f897033b81c45978e2ea5a24f65baefc6d17df41 Mon Sep 17 00:00:00 2001 From: Patrick Lang Date: Thu, 29 Nov 2018 12:53:42 -0800 Subject: [PATCH] Adding doc on how to set Azure CNI versions (#4293) --- docs/clusterdefinition.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/clusterdefinition.md b/docs/clusterdefinition.md index ebb759f61..9ef05ed77 100644 --- a/docs/clusterdefinition.md +++ b/docs/clusterdefinition.md @@ -68,6 +68,8 @@ To learn more about supported orchestrators and versions, run the orchestrators | serviceCidr | no | IP range for Service IPs, Default is "10.0.0.0/16". This range is never routed outside of a node so does not need to lie within clusterSubnet or the VNET | | useInstanceMetadata | no | Use the Azure cloudprovider instance metadata service for appropriate resource discovery operations. Default is `true` | | useManagedIdentity | no | Includes and uses MSI identities for all interactions with the Azure Resource Manager (ARM) API. Instead of using a static service principal written to /etc/kubernetes/azure.json, Kubernetes will use a dynamic, time-limited token fetched from the MSI extension running on master and agent nodes. This support is currently alpha and requires Kubernetes v1.9.1 or newer. (boolean - default == false). When MasterProfile is using `VirtualMachineScaleSets`, this feature requires Kubernetes v1.12 or newer as we default to using user assigned identity. | +| azureCNIURLLinux | no | Deploy a private build of Azure CNI on Linux nodes. This should be a full path to the .tar.gz | +| azureCNIURLWindows | no | Deploy a private build of Azure CNI on Windows nodes. This should be a full path to the .tar.gz | #### addons