Cloud Provider OCI Release v1.32.1#506
Conversation
Pull Request Test Coverage Report for Build 17041160804Details
💛 - Coveralls |
| image: ghcr.io/oracle/cloud-provider-oci:v1.32.0 | ||
| - name: LUSTRE_VOLUME_DRIVER_NAME | ||
| value: "{{ if .Values.customHandle }}{{ .Values.customHandle }}.{{ end }}lustre.csi.oraclecloud.com" | ||
| image: ghcr.io/uneet7/cloud-provider-oci:v0.0.2 |
There was a problem hiding this comment.
image needs to be corrected, also same latest image should be updated for other drivers.
| image: ghcr.io/oracle/cloud-provider-oci:v1.32.0 | ||
| - name: LUSTRE_DRIVER_ENABLED | ||
| value: "true" | ||
| image: ghcr.io/oracle/cloud-provider-oci:v1.30.0 |
There was a problem hiding this comment.
Is this a correct image ?
container-storage-interface.md
Outdated
|
|
||
| ## PVCs with Lustre File System | ||
|
|
||
| Provisioning PVCs on the file storage with lustre service can be found [here](docs/pvcs-with-lustre.md) |
There was a problem hiding this comment.
Instructions for Provisioning
docs/pvcs-with-lustre-using-csi.md
Outdated
|
|
||
| Note the following: | ||
|
|
||
| - The Lustre CSI driver is supported on Kubernetes version 1.29 or later. |
There was a problem hiding this comment.
This is not true in open source as we are enabling it now for the new versions you are releasing.
docs/pvcs-with-lustre-using-csi.md
Outdated
|
|
||
| - The Lustre CSI driver is supported on Kubernetes version 1.29 or later. | ||
| - The Lustre CSI driver is supported on Oracle Linux 8 x86 and on Ubuntu x86 22.04. | ||
| - To use a Lustre file system with a Kubernetes cluster, the Lustre client package must be installed on worker nodes that have to mount the file system. For more information about Lustre clients, see [Mounting and Accessing a Lustre File System](/iaas/Content/lustre/file-system-connect.htm). |
There was a problem hiding this comment.
The doc link needs correction everywhere
docs/pvcs-with-lustre-using-csi.md
Outdated
| - (optional, but recommended) `volumeAttributes.setupLnet` to `"true"` if you want the Lustre CSI driver to perform lnet (Lustre Network) setup before mounting the filesystem | ||
| - (optional) `volumeAttributes.lustreSubnetCidr` to the CIDR block of the subnet where the worker node's secondary VNIC is located, to ensure the worker node has network connectivity to the Lustre file system. For example, `10.0.2.0/24`. | ||
|
|
||
| **Note:** Do not specify `volumeAttributes.lustreSubnetCidr` if you are using the worker node's default interface (the primary VNIC) to connect to the Lustre file system. |
There was a problem hiding this comment.
Remove this line as its mandatory for open source for now.
docs/pvcs-with-lustre-using-csi.md
Outdated
|
|
||
| - `fsType` to `lustre` | ||
| - (optional, but recommended) `volumeAttributes.setupLnet` to `"true"` if you want the Lustre CSI driver to perform lnet (Lustre Network) setup before mounting the filesystem | ||
| - (optional) `volumeAttributes.lustreSubnetCidr` to the CIDR block of the subnet where the worker node's secondary VNIC is located, to ensure the worker node has network connectivity to the Lustre file system. For example, `10.0.2.0/24`. |
There was a problem hiding this comment.
this will be required attribute
Change the content to this :
volumeAttributes.lustreSubnetCidr to the CIDR block of the subnet where the worker node's VNIC having access to lustre filesystem is located (typically worker node subnet in default setup) to ensure the worker node has network connectivity to the Lustre file system. For example, 10.0.2.0/24.
| command: | ||
| - /usr/local/bin/oci-csi-controller-driver | ||
| image: ghcr.io/oracle/cloud-provider-oci:v1.32.0 | ||
| image: ghcr.io/oracle/cloud-provider-oci:v1.32.1 |
There was a problem hiding this comment.
Is this image pushed ?
There was a problem hiding this comment.
No, it will be pushed once we merge our PR to master and push a git tag for 1.32.1 after it
| image: ghcr.io/oracle/cloud-provider-oci:v1.32.0 | ||
| - name: LUSTRE_VOLUME_DRIVER_NAME | ||
| value: "{{ if .Values.customHandle }}{{ .Values.customHandle }}.{{ end }}lustre.csi.oraclecloud.com" | ||
| image: ghcr.io/uneet7/cloud-provider-oci:v1.32.1 |
There was a problem hiding this comment.
Please correct the image
| image: ghcr.io/oracle/cloud-provider-oci:v1.32.0 | ||
| - name: LUSTRE_DRIVER_ENABLED | ||
| value: "true" | ||
| image: ghcr.io/uneet7/cloud-provider-oci:v1.32.1 |
There was a problem hiding this comment.
Please correct the image
Changelog