Update README.md
adding connector release notes
This commit is contained in:
@@ -144,14 +144,10 @@ Run the following command on the ACI Connector deployment.
|
|||||||
|
|
||||||
``` kubectl edit deploy myaciconnector-linux-virtual-kubelet ```
|
``` kubectl edit deploy myaciconnector-linux-virtual-kubelet ```
|
||||||
|
|
||||||
Update the pod spec to add an env variable.
|
|
||||||
```
|
Edit the image tag to represent the latest version.
|
||||||
- name: KUBELET_PORT
|
|
||||||
value: "10250"
|
|
||||||
```
|
```
|
||||||
Also, edit the image tag to represent the latest version.
|
image: microsoft/virtual-kubelet:0.2-beta-4
|
||||||
```
|
|
||||||
image: microsoft/virtual-kubelet:0.2-beta-3
|
|
||||||
```
|
```
|
||||||
This will deploy a new connector but be aware that the ACI pods deployed on your previous connector will be deleted.
|
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
|
```azurecli-interactive
|
||||||
az aks remove-connector --resource-group myResourceGroup --name myAKSCluster --connector-name myaciconnector
|
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
|
||||||
|
|
||||||
|
|
||||||
<!-- LINKS -->
|
<!-- LINKS -->
|
||||||
[aks-quick-start]: https://docs.microsoft.com/en-us/azure/aks/kubernetes-walkthrough
|
[aks-quick-start]: https://docs.microsoft.com/en-us/azure/aks/kubernetes-walkthrough
|
||||||
|
|||||||
Reference in New Issue
Block a user