Bump inference-operator S3 and FSx CSI driver versions - #453
Open
can-sun wants to merge 1 commit into
Open
Conversation
Update the aws-mountpoint-s3-csi-driver and aws-fsx-csi-driver subchart dependencies in the hyperpod-inference-operator chart: - aws-mountpoint-s3-csi-driver: 1.14.1 -> 2.7.0 - aws-fsx-csi-driver: 1.11.0 -> 1.17.0 Bump the inference-operator chart version 2.4.0 -> 2.5.0 and the matching dependency pin in the umbrella HyperPodHelmChart, and regenerate Chart.lock. Note: the S3 CSI v2 line is a major release (Mountpoint now runs in dedicated pods instead of host systemd processes). Existing PV/PVC specs (volumeHandle, volumeAttributes, mountOptions) remain compatible. Operators must ensure the IMDS hop limit is >= 2, and on Kubernetes < 1.30 the s3.csi.aws.com CSIDriver object must be deleted as part of the upgrade.
can-sun
requested a deployment
to
manual-approval
September 1, 2026 17:07 — with
GitHub Actions
Waiting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Updates the CSI driver subchart dependencies in the
hyperpod-inference-operatorHelm chart:aws-mountpoint-s3-csi-driveraws-fsx-csi-driverAlso bumps the inference-operator chart version
2.4.0 -> 2.5.0, the matching dependency pin in the umbrellaHyperPodHelmChart/Chart.yaml, and regeneratesChart.lock.Notes / upgrade impact
FSx CSI 1.11.0 -> 1.17.0 — no breaking changes; additive Helm values and dependency/registry bumps only.
S3 CSI 1.14.1 -> 2.7.0 — crosses the v1->v2 major boundary. Mountpoint now runs in dedicated unprivileged pods (in a
mount-s3namespace) instead of host systemd processes, and introduces theMountpointS3PodAttachment(s3pa) CRD.volumeHandle,volumeAttributes,mountOptions) remain compatible; no changes needed tos3_persistent_volume.yamlor the chart'svalues.yaml(the removednode.podInfoOnMountCompat.enablevalue is not referenced here).s3.csi.aws.comCSIDriver object must be deleted as part of the upgrade (podInfoOnMountis immutable pre-1.30).Ref: S3 CSI v1->v2 upgrade guide.
Testing
helm dependency updateresolves all subcharts;helm lintpasses with required install values supplied (eksClusterName,tlsCertificateS3Bucket, region, etc.).