Update README.md

changed release notes and added helm init to documentation
This commit is contained in:
Ria Bhatia
2018-01-29 09:58:58 -08:00
committed by GitHub
parent 35acb384e1
commit dadd97de8d

View File

@@ -12,6 +12,12 @@ The steps detailed in this document assume that you have created an AKS Kubernet
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
To install the ACI connector for an AKS cluster, run the following Azure CLI command. Replace the values for the following arguments:
@@ -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
<!-- LINKS -->