From 7442189e771e1b9ddd661834118b65f810cb1fb4 Mon Sep 17 00:00:00 2001 From: Ria Bhatia Date: Thu, 23 Aug 2018 14:09:06 -0700 Subject: [PATCH] adding the taint format (#334) adding the new taint format --- providers/azure/README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/providers/azure/README.md b/providers/azure/README.md index 741901207..0055df713 100644 --- a/providers/azure/README.md +++ b/providers/azure/README.md @@ -318,10 +318,10 @@ spec: - containerPort: 443 name: https dnsPolicy: ClusterFirst - nodeName: virtual-kubelet-myconnector-linux tolerations: - key: virtual-kubelet.io/provider - value: azure + operator: Exists + - key: azure.com/aci effect: NoSchedule ``` @@ -330,7 +330,8 @@ Notice that Virtual-Kubelet nodes are tainted by default to avoid unexpected pod ``` tolerations: - key: virtual-kubelet.io/provider - value: azure + operator: Exists + - key: azure.com/aci effect: NoSchedule ``` @@ -395,7 +396,11 @@ spec: - containerPort: 443 name: https dnsPolicy: ClusterFirst - nodeName: virtual-kubelet + tolerations: + - key: virtual-kubelet.io/provider + operator: Exists + - key: azure.com/aci + effect: NoSchedule ``` To confirm the Azure Container Instance received and bound the DNS Name specified, use the [az container show][az-container-show] Azure CLI command. Virtual Kubelet's naming