From dadd97de8d1ba032dc368673f56f0613d7272d41 Mon Sep 17 00:00:00 2001 From: Ria Bhatia Date: Mon, 29 Jan 2018 09:58:58 -0800 Subject: [PATCH] Update README.md changed release notes and added helm init to documentation --- providers/azure/README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/providers/azure/README.md b/providers/azure/README.md index ad9d076e8..6723fc8b1 100644 --- a/providers/azure/README.md +++ b/providers/azure/README.md @@ -10,7 +10,13 @@ This document details configuring the ACI connector for Kubernetes on an Azure C The steps detailed in this document assume that you have created an AKS Kubernetes cluster and have established a kubectl connection with the cluster. If you need these items see, the [Azure Container Service (AKS) quickstart][aks-quick-start]. -You also need the Azure CLI version **2.0.22** or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI](/cli/azure/install-azure-cli). +You also need the Azure CLI version **2.0.22** or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI](/cli/azure/install-azure-cli). + +The ACI connector command uses Helm in the background so run the following command to install Helm on your AKS cluster. + +```azurecli-interactive +helm init +``` ## Installation @@ -161,9 +167,6 @@ az aks remove-connector --resource-group myResourceGroup --name myAKSCluster --c ## 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