Skip to content

Commit 737a142

Browse files
committed
chore: Bump helm chart for v1.4.6 (#346)
1 parent bca0871 commit 737a142

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

charts/virtual-kubelet/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ maintainers:
88
name: virtual-kubelet-azure-aci
99
sources:
1010
- https://github.com/virtual-kubelet/azure-aci
11-
version: 1.4.5
11+
version: 1.4.6
1212

charts/virtual-kubelet/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ cd helm
1919
2. Install chart using Helm v3.0+
2020
```shell
2121
$ export CHART_NAME=virtual-kubelet-azure-aci
22-
$ export VK_RELEASE=virtual-kubelet-azure-aci-1.4.5
22+
$ export VK_RELEASE=virtual-kubelet-azure-aci-1.4.6
2323
$ export NODE_NAME=virtual-kubelet-aci
2424
$ export CHART_URL=https://github.com/virtual-kubelet/azure-aci/raw/gh-pages/charts/$VK_RELEASE.tgz
2525

@@ -39,7 +39,7 @@ $ kubectl get nodes
3939

4040
```shell
4141
NAME STATUS ROLES AGE VERSION
42-
virtual-kubelet-aci Ready agent 2m v1.19.10-vk-azure-aci-v1.4.5-dev
42+
virtual-kubelet-aci Ready agent 2m v1.19.10-vk-azure-aci-v1.4.6-dev
4343
```
4444
</details><br/>
4545

@@ -52,7 +52,7 @@ The following table lists the configurable parameters of the azure-aci chart and
5252
| image.secretName | The name of image secret. | `virtual-kubelet-aci-acr` |
5353
| image.repository | Image repository. | `mcr.microsoft.com` |
5454
| image.name | Image name. | `oss/virtual-kubelet/virtual-kubelet` |
55-
| image.tag | Image release version/tag. | `1.4.5` |
55+
| image.tag | Image release version/tag. | `1.4.6` |
5656
| image.pullPolicy | Image pull policy. | `Always` |
5757
| nodeName | The node name that will be assigned to be the VK one. | `virtual-node-aci-linux-helm` |
5858
| nodeOsType | The node/VM type. Values should be `Windows` or `Linux`. | `Linux` |

charts/virtual-kubelet/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ image:
22
secretName: virtual-kubelet-aci-acr
33
repository: mcr.microsoft.com
44
name: oss/virtual-kubelet/virtual-kubelet
5-
tag: 1.4.5
5+
tag: 1.4.6
66
pullPolicy: Always
77

88
useVKVersion2: true

docs/DOWNGRADE-README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Install a downgraded Azure ACI plugin for Virtual Kubelet
22

3-
This document presents the instructions to install a previous official Azure ACI plugin using Helm (1.4.1 as an example).
3+
This document presents the instructions to install a previous official Azure ACI plugin using Helm (1.4.5 as an example).
44

55
## Prerequisites
66

@@ -13,21 +13,21 @@ Install [Helm](https://helm.sh/docs/intro/quickstart/#install-helm)
1313
```shell
1414
$ git clone https://github.com/virtual-kubelet/azure-aci.git
1515
$ cd azure-aci
16-
$ git checkout v1.4.1
16+
$ git checkout v1.4.5
1717
```
1818

1919
### Prepare `env` variables
2020

2121
```shell
2222
# Fixed variables
2323
export CHART_NAME=virtual-kubelet-azure-aci-downgrade
24-
export VK_RELEASE=virtual-kubelet-azure-aci-1.4.1
25-
export NODE_NAME=virtual-kubelet-aci-1.4.1
24+
export VK_RELEASE=virtual-kubelet-azure-aci-1.4.5
25+
export NODE_NAME=virtual-kubelet-aci-1.4.5
2626
export CHART_URL=https://github.com/virtual-kubelet/azure-aci/raw/gh-pages/charts/$VK_RELEASE.tgz
2727
export MASTER_URI=$(kubectl cluster-info | awk '/Kubernetes control plane/{print $7}' | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g")
2828
export IMG_URL=mcr.microsoft.com
2929
export IMG_REPO=oss/virtual-kubelet/virtual-kubelet
30-
export IMG_TAG=1.4.1
30+
export IMG_TAG=1.4.5
3131
export ENABLE_VNET=true
3232

3333
# ASK cluster dependent variables
@@ -69,7 +69,7 @@ helm install "$CHART_NAME" \
6969
--set providers.azure.vnet.clusterCidr=$CLUSTER_SUBNET_RANGE \
7070
--set providers.azure.vnet.kubeDnsIp=$KUBE_DNS_IP \
7171
--set providers.azure.managedIdentityID=$VIRTUALNODE_USER_IDENTITY_CLIENTID \
72-
./helm
72+
./charts/virtual-kubelet
7373

7474
```
7575

@@ -142,19 +142,19 @@ $ kubectl get nodes
142142

143143
```shell
144144
NAME STATUS ROLES AGE VERSION
145-
virtual-kubelet-aci-1.4.1 Ready agent 2m v1.19.10-vk-azure-aci-v1.4.1
146-
virtual-node-aci-linux Ready agent 150m v1.19.10-vk-azure-aci-v1.4.4-dev
145+
virtual-kubelet-aci-1.4.5 Ready agent 2m v1.19.10-vk-azure-aci-v1.4.5
146+
virtual-node-aci-linux Ready agent 150m v1.19.10-vk-azure-aci-v1.4.6-dev
147147
```
148148

149-
The `virtual-kubelet-aci-1.4.1` virtual node is managed by the downgraded version of ACI virtual kubelet.
150-
Users can add labels/taints to the `virtual-kubelet-aci-1.4.1` node and change the deployment Pod
151-
template accordingly so that new Pods can be scheduled to the `virtual-kubelet-aci-1.4.1` virtual node.
149+
The `virtual-kubelet-aci-1.4.5` virtual node is managed by the downgraded version of ACI virtual kubelet.
150+
Users can add labels/taints to the `virtual-kubelet-aci-1.4.5` node and change the deployment Pod
151+
template accordingly so that new Pods can be scheduled to the `virtual-kubelet-aci-1.4.5` virtual node.
152152

153153
### Uninstallation
154154

155155
Once the downgraded virtual kubelet is not needed anymore, run the following commands to undo the changes.
156156

157157
```shell
158158
helm uninstall virtual-kubelet-azure-aci-downgrade
159-
kubectl delete node virtual-kubelet-aci-1.4.1
159+
kubectl delete node virtual-kubelet-aci-1.4.5
160160
```

0 commit comments

Comments
 (0)