From 45630ed36983f547f5a2ef5f66db6f6975b71ebc Mon Sep 17 00:00:00 2001 From: Ria Bhatia Date: Thu, 25 Jan 2018 20:28:14 -0800 Subject: [PATCH] Update README.md adding connector release notes --- providers/azure/README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/providers/azure/README.md b/providers/azure/README.md index 8ff73e37a..ad9d076e8 100644 --- a/providers/azure/README.md +++ b/providers/azure/README.md @@ -144,14 +144,10 @@ Run the following command on the ACI Connector deployment. ``` kubectl edit deploy myaciconnector-linux-virtual-kubelet ``` -Update the pod spec to add an env variable. -``` - - name: KUBELET_PORT - value: "10250" + +Edit the image tag to represent the latest version. ``` -Also, edit the image tag to represent the latest version. - ``` - image: microsoft/virtual-kubelet:0.2-beta-3 + image: microsoft/virtual-kubelet:0.2-beta-4 ``` This will deploy a new connector but be aware that the ACI pods deployed on your previous connector will be deleted. @@ -162,6 +158,13 @@ To remove the ACI connector, run the following command. Replace the argument val ```azurecli-interactive az aks remove-connector --resource-group myResourceGroup --name myAKSCluster --connector-name myaciconnector ``` +## ACI Connector Release notes +microsoft/virtual-kubelet:0.2-beta-4 +- ImagePullSecrets for ACR is supported +microsoft/virtual-kubelet:0.2-beta-3 + +microsoft/virtual-kubelet:latest + [aks-quick-start]: https://docs.microsoft.com/en-us/azure/aks/kubernetes-walkthrough