Skip to content
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

csi: Remove version check for k8s and cephcsi #14942

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

travisn
Copy link
Member

@travisn travisn commented Oct 30, 2024

The version checks for the csi driver are removed now since they are all obsolete. The K8s version and cephcsi versions are no longer checked. Anyway, the move to the csi operator would take ownership of version checks needed in the future, so for now we simplify rook deployment of the csi driver.

We had some discussion about making this change recently with the csi team, though I'm not finding it in an issue.

This is done now to simplify #14941 so there won't be a need to unnecessarily set the resources on the csi detection job.

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 minor release.
  • Documentation has been updated, if necessary.
  • Unit tests have been added, if necessary.
  • Integration tests have been added, if necessary.

The version checks for the csi driver are removed now
since they are all obsolete. The K8s version and cephcsi
versions are no longer checked. Anyway, the move to the
csi operator would take ownership of version checks
needed in the future, so for now we simplify rook
deployment of the csi driver.

Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
@travisn travisn merged commit d725b31 into rook:master Oct 31, 2024
54 of 55 checks passed
@travisn travisn deleted the no-csi-version-check branch October 31, 2024 13:31
travisn added a commit that referenced this pull request Nov 1, 2024
csi: Remove version check for k8s and cephcsi (backport #14942)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants