Skip to content

Commit 5a4a739

Browse files
uneet7YashwantGohokar
authored andcommitted
Enable lustre driver and add the relevant documentation
1 parent b6c2f59 commit 5a4a739

File tree

10 files changed

+12
-11
lines changed

10 files changed

+12
-11
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ else
3838
VERSION ?= ${VERSION}
3939
endif
4040

41-
RELEASE = v1.32.1
41+
RELEASE = v1.33.0
4242

4343
GOOS ?= linux
4444
ARCH ?= amd64

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ cloud-provider specific code out of the Kubernetes codebase.
4141
| v1.31.1 | v1.31 | - |
4242
| v1.32.0 | v1.32 | - |
4343
| v1.32.1 | v1.32 | - |
44+
| v1.33.0 | v1.33 | - |
4445

4546

4647
Note:
47-
Versions older than v1.28.2 are no longer supported, new features / bug fixes will be available in v1.28.2 and later.
48+
Versions older than v1.30.1 are no longer supported, new features / bug fixes will be available in v1.28.2 and later.
4849

4950
## Implementation
5051
Currently `oci-cloud-controller-manager` implements:

manifests/cloud-controller-manager/oci-cloud-controller-manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
path: /etc/kubernetes
4343
containers:
4444
- name: oci-cloud-controller-manager
45-
image: ghcr.io/oracle/cloud-provider-oci:v1.32.1
45+
image: ghcr.io/oracle/cloud-provider-oci:v1.33.0
4646
command: ["/usr/local/bin/oci-cloud-controller-manager"]
4747
args:
4848
- --cloud-config=/etc/oci/cloud-provider.yaml

manifests/container-storage-interface/csi/templates/oci-csi-controller-driver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ spec:
9696
- --fss-csi-endpoint=unix://var/run/shared-tmpfs/csi-fss.sock
9797
command:
9898
- /usr/local/bin/oci-csi-controller-driver
99-
image: ghcr.io/oracle/cloud-provider-oci:v1.32.1
99+
image: ghcr.io/oracle/cloud-provider-oci:v1.33.0
100100
imagePullPolicy: IfNotPresent
101101
env:
102102
- name: BLOCK_VOLUME_DRIVER_NAME

manifests/container-storage-interface/csi/templates/oci-csi-node-driver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ spec:
135135
value: "{{ if .Values.customHandle }}{{ .Values.customHandle }}.{{ end }}fss.csi.oraclecloud.com"
136136
- name: LUSTRE_VOLUME_DRIVER_NAME
137137
value: "{{ if .Values.customHandle }}{{ .Values.customHandle }}.{{ end }}lustre.csi.oraclecloud.com"
138-
image: ghcr.io/oracle/cloud-provider-oci:v1.32.1
138+
image: ghcr.io/oracle/cloud-provider-oci:v1.33.0
139139
securityContext:
140140
privileged: true
141141
volumeMounts:

manifests/container-storage-interface/oci-csi-controller-driver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ spec:
9696
- --fss-csi-endpoint=unix://var/run/shared-tmpfs/csi-fss.sock
9797
command:
9898
- /usr/local/bin/oci-csi-controller-driver
99-
image: ghcr.io/oracle/cloud-provider-oci:v1.32.1
99+
image: ghcr.io/oracle/cloud-provider-oci:v1.33.0
100100
imagePullPolicy: IfNotPresent
101101
volumeMounts:
102102
- name: config

manifests/container-storage-interface/oci-csi-node-driver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ spec:
129129
value: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/host/usr/bin:/host/sbin
130130
- name: LUSTRE_DRIVER_ENABLED
131131
value: "true"
132-
image: ghcr.io/oracle/cloud-provider-oci:v1.32.1
132+
image: ghcr.io/oracle/cloud-provider-oci:v1.33.0
133133
securityContext:
134134
privileged: true
135135
volumeMounts:

manifests/flexvolume-driver/oci-flexvolume-driver.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
secretName: oci-flexvolume-driver
4141
containers:
4242
- name: oci-flexvolume-driver
43-
image: ghcr.io/oracle/cloud-provider-oci:v1.32.1
43+
image: ghcr.io/oracle/cloud-provider-oci:v1.33.0
4444
command: ["/usr/local/bin/install.py", "-c", "/tmp/config.yaml"]
4545
securityContext:
4646
privileged: true
@@ -76,7 +76,7 @@ spec:
7676
type: DirectoryOrCreate
7777
containers:
7878
- name: oci-flexvolume-driver
79-
image: ghcr.io/oracle/cloud-provider-oci:v1.32.1
79+
image: ghcr.io/oracle/cloud-provider-oci:v1.33.0
8080
command: ["/usr/local/bin/install.py"]
8181
securityContext:
8282
privileged: true

manifests/volume-provisioner/oci-volume-provisioner-fss.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
secretName: oci-volume-provisioner
3636
containers:
3737
- name: oci-volume-provisioner
38-
image: ghcr.io/oracle/cloud-provider-oci:v1.32.1
38+
image: ghcr.io/oracle/cloud-provider-oci:v1.33.0
3939
command: ["/usr/local/bin/oci-volume-provisioner"]
4040
env:
4141
- name: NODE_NAME

manifests/volume-provisioner/oci-volume-provisioner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
secretName: oci-volume-provisioner
3636
containers:
3737
- name: oci-volume-provisioner
38-
image: ghcr.io/oracle/cloud-provider-oci:v1.32.1
38+
image: ghcr.io/oracle/cloud-provider-oci:v1.33.0
3939
command: ["/usr/local/bin/oci-volume-provisioner"]
4040
env:
4141
- name: NODE_NAME

0 commit comments

Comments
 (0)