8000 helm: Support VolumeSnapshotClass and VolumeGroupSnapshotClass by hswong3i · Pull Request #5240 · ceph/ceph-csi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

helm: Support VolumeSnapshotClass and VolumeGroupSnapshotClass #5240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 26, 2025

Conversation

hswong3i
Copy link
Contributor
@hswong3i hswong3i commented Mar 27, 2025

Describe what this PR does

This PR add support for creating VolumeSnapshotClass and VolumeGroupSnapshotClass with helm charts. Both default with create: false as StorageClass support.

Moreover, it handle the chart release with branch gh-pages, by integrate with https://github.com/helm/chart-releaser-action.

The sample helm repo could find from https://alvistack.github.io/ceph-ceph-csi/index.yaml, by:

helm repo add ceph-csi https://alvistack.github.io/ceph-ceph-csi
helm repo update
helm search repo ceph-csi

Future concerns

List items that are not part of the PR and do not impact it's
functionality, but are work items that can be taken up subsequently.

Checklist:

  • Commit Message Formatting: Commit titles and messages follow
    guidelines in the developer guide.
  • Reviewed the developer guide on Submitting a Pull Request
  • Pending release notes updated with breaking and/or notable changes for the next major release.
  • Documentation has been updated, if necessary.
  • Unit tests have been added, if necessary.
  • Integration tests have been added, if necessary.

Show available bot commands

These commands are normally not required, but in case of issues, leave any of
the following bot commands in an otherwise empty comment in this PR:

  • /retest ci/centos/<job-name>: retest the <job-name> after unrelated
    failure (please report the failure too!)

@mergify mergify bot added the component/deployment Helm chart, kubernetes templates and configuration Issues/PRs label Mar 27, 2025
@hswong3i hswong3i force-pushed the devel branch 4 times, most recently from 2519f3a to 83e6c07 Compare March 27, 2025 04:55
@nixpanic
Copy link
Member

Hi @hswong3i, thanks for the PR!

Could you remove the publishing of the charts from your commit? There is a job already, and it pushes the charts to the https://github.com/ceph/csi-charts repository.

@hswong3i
Copy link
Contributor Author

Hi @hswong3i, thanks for the PR!

Could you remove the publishing of the charts from your commit? There is a job already, and it pushes the charts to the https://github.com/ceph/csi-charts repository.

@nixpanic dummy https://github.com/helm/chart-releaser-action integration removed, also update charts/*/README.md accordingly with pandoc -f gfm -t gfm --wrap preserve.

@nixpanic
Copy link
Member
nixpanic commented Apr 1, 2025

Thanks for the update @hswong3i! I've glanced over it just now, and this looks better than the previous version. It needs a more careful look to check the parameters/values before I feel confident enough to approve it.

@nixpanic nixpanic requested review from yati1998 and a team April 1, 2025 07:11
Copy link
Contributor
@iPraveenParihar iPraveenParihar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please revert the formatting changes from this PR?

@hswong3i
Copy link
Contributor Author
hswong3i commented Apr 4, 2025

Can you please revert the formatting changes from this PR?

Because the table contents are too complicated for manual formatting, so I am using 'pandoc -f gfm -t gfm --wrap preserve' for format linting.

Copy link
Contributor
mergify bot commented Apr 10, 2025

This pull request now has conflicts with the target branch. Could you please resolve conflicts and force push the corrected changes? 🙏

Copy link
Collaborator
@Madhu-1 Madhu-1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do adress the same comments for RBD as well.

@hswong3i hswong3i force-pushed the devel branch 5 times, most recently from 14491cc to dd3139d Compare April 10, 2025 11:34
Copy link
github-actions bot commented Jun 1, 2025

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Jun 1, 2025
Madhu-1
Madhu-1 previously approved these changes Jun 11, 2025
@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/mini-e2e/k8s-1.33

@ceph-csi-bot ceph-csi-bot removed the ok-to-test Label to trigger E2E tests label Jun 26, 2025
Copy link
Member
@black-dragon74 black-dragon74 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please address this small nit..

Copy link
Contributor
mergify bot commented Jun 26, 2025

This pull request has been removed from the queue for the following reason: pull request dequeued.

Pull request #5240 has been 6D40 dequeued. The pull request rule doesn't match anymore.

You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it.
If you do update this pull request, it will automatically be requeued once the queue conditions match again.
If you think this was a flaky issue instead, you can requeue the pull request, without updating it, by posting a @mergifyio requeue comment.

This PR add support for creating VolumeSnapshotClass and
VolumeGroupSnapshotClass with helm charts. Both default with
`create: false` as StorageClass support.

Moreover, it handle the chart release with branch `gh-pages`, by
integrate with <https://github.com/helm/chart-releaser-action>.

The sample helm repo could find from
<https://alvistack.github.io/ceph-ceph-csi/index.yaml>, by:

    helm repo add ceph-csi https://alvistack.github.io/ceph-ceph-csi
    helm repo update
    helm search repo ceph-csi

Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
@mergify mergify bot dismissed stale reviews from Madhu-1 and Rakshith-R June 26, 2025 11:38

Pull request has been modified.

@Madhu-1
Copy link
Collaborato 9E88 r
Madhu-1 commented Jun 26, 2025

@Mergifyio queue

Copy link
Contributor
mergify bot commented Jun 26, 2025

queue

✅ The pull request has been merged automatically

The pull request has been merged automatically at 1a01311

@mergify mergify bot added the ok-to-test Label to trigger E2E tests label Jun 26, 2025
@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/k8s-e2e-external-storage/1.31

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/mini-e2e-helm/k8s-1.31

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/k8s-e2e-external-storage/1.33

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/mini-e2e/k8s-1.31

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/upgrade-tests-cephfs

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/mini-e2e-helm/k8s-1.33

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/upgrade-tests-rbd

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/k8s-e2e-external-storage/1.32

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/mini-e2e/k8s-1.33

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/mini-e2e-helm/k8s-1.32

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/mini-e2e/k8s-1.32

@ceph-csi-bot ceph-csi-bot removed the ok-to-test Label to trigger E2E tests label Jun 26, 2025
@mergify mergify bot merged commit 1a01311 into ceph:devel Jun 26, 2025
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/deployment Helm chart, kubernetes templates and configuration Issues/PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants
0