Skip to content

Commit cfa501b

Browse files
authored
Merge pull request #1475 from zhanggbj/pre-v1.33.0-document-update
🌱 Update documents for v1.33.0 release
2 parents b58c383 + 107a38d commit cfa501b

11 files changed

Lines changed: 294 additions & 11 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Version matrix:
2525

2626
| Kubernetes Version | vSphere Cloud Provider Release Version | Cloud Provider Branch |
2727
|--------------------|----------------------------------------|-----------------------|
28+
| v1.33.X | v1.33.X | release-1.33 |
2829
| v1.32.X | v1.32.X | release-1.32 |
2930
| v1.31.X | v1.31.X | release-1.31 |
3031
| v1.30.X | v1.30.X | release-1.30 |
@@ -108,7 +109,7 @@ registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.30.1
108109
Official releases of the vSphere Cloud Controller Manager container image can be found at:
109110

110111
```bash
111-
registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.32.1 # <== latest version
112+
registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.33.0 # <== latest version
112113
```
113114

114115
The very latest builds from the tip of master, which may not be stable, can be found at:

charts/vsphere-cpi-1.33.0.tgz

6.57 KB
Binary file not shown.

charts/vsphere-cpi/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: 1.32.1
2+
appVersion: 1.33.0
33
description: A Helm chart for vSphere Cloud Provider Interface Manager (CPI)
44
name: vsphere-cpi
5-
version: 1.32.1
5+
version: 1.33.0
66
keywords:
77
- vsphere
88
- vmware

charts/vsphere-cpi/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ serviceAccount:
4949
daemonset:
5050
annotations: {}
5151
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere
52-
tag: v1.32.1
52+
tag: v1.33.0
5353
pullPolicy: IfNotPresent
5454
dnsPolicy: ClusterFirst
5555
cmdline:

cluster/images/controller-manager/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ARG DISTROLESS_IMAGE=gcr.io/distroless/static-debian11:latest
2727
FROM ${GOLANG_IMAGE} as builder
2828

2929
# This build arg is the version to embed in the CPI binary
30-
ARG VERSION=1.32.1
30+
ARG VERSION=1.33.0
3131

3232
# This build arg controls the GOPROXY setting
3333
ARG GOPROXY

docs/book/tutorials/disable-node-deletion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ spec:
233233
priorityClassName: system-node-critical
234234
containers:
235235
- name: vsphere-cloud-controller-manager
236-
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.32.1
236+
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.33.0
237237
args:
238238
- --cloud-provider=vsphere
239239
- --v=2

index.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
apiVersion: v1
22
entries:
33
vsphere-cpi:
4+
- apiVersion: v2
5+
appVersion: 1.33.0
6+
created: "2025-04-28T14:04:53.187124+08:00"
7+
description: A Helm chart for vSphere Cloud Provider Interface Manager (CPI)
8+
digest: 3a8e327f18addddea050ff0b0807a18f130b3c27212494346286c4f7dfdf9d60
9+
home: https://github.com/kubernetes/cloud-provider-vsphere
10+
icon: https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/master/docs/vmware_logo.png
11+
keywords:
12+
- vsphere
13+
- vmware
14+
- cloud
15+
- provider
16+
- cpi
17+
name: vsphere-cpi
18+
sources:
19+
- https://github.com/kubernetes/cloud-provider-vsphere
20+
urls:
21+
- https://kubernetes.github.io/cloud-provider-vsphere/charts/vsphere-cpi-1.33.0.tgz
22+
version: 1.33.0
423
- apiVersion: v2
524
appVersion: 1.32.1
625
created: "2024-12-13T11:04:37.690835+08:00"

manifests/controller-manager/vsphere-cloud-controller-manager-ds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
serviceAccountName: cloud-controller-manager
4444
containers:
4545
- name: vsphere-cloud-controller-manager
46-
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.32.1
46+
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.33.0
4747
args:
4848
- --v=2
4949
- --cloud-provider=vsphere

manifests/controller-manager/vsphere-cloud-controller-manager-pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ metadata:
1919
spec:
2020
containers:
2121
- name: vsphere-cloud-controller-manager
22-
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.32.1
22+
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.33.0
2323
args:
2424
- --v=2
2525
- --cloud-config=/etc/cloud/vsphere.conf

releases/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ Note that YAML files from [manifests/controller-manager repo](https://github.com
88

99
## Example workflow
1010

11-
In this tutorial, we will be installing the latest version of cloud provider vsphere(v1.32.1) freshly. If you have an older version of CPI already installed, the steps to deploy and upgrade CPI stay the same. With our `RollingUpdate` update strategy, after you update a DaemonSet template, old DaemonSet pods will be killed, and new DaemonSet pods will be created automatically.
11+
In this tutorial, we will be installing the latest version of cloud provider vsphere(v1.33.0) freshly. If you have an older version of CPI already installed, the steps to deploy and upgrade CPI stay the same. With our `RollingUpdate` update strategy, after you update a DaemonSet template, old DaemonSet pods will be killed, and new DaemonSet pods will be created automatically.
1212

1313
### Step 1: find the kubernetes major version you are using
1414

15-
For example, the major version of '1.32.x' is '1.32', then run:
15+
For example, the major version of '1.33.x' is '1.33', then run:
1616

1717
```bash
18-
VERSION=1.32
18+
VERSION=1.33
1919
wget https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/release-$VERSION/releases/v$VERSION/vsphere-cloud-controller-manager.yaml
2020
```
2121

0 commit comments

Comments
 (0)