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

Add support for CSI volumes in templates #10891

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

scholzj
Copy link
Member

@scholzj scholzj commented Nov 29, 2024

Type of change

  • Enhancement / new feature

Description

This PR implements the Strimzi Proposal 88 - Support for custom CSI volumes.

I also discovered some bugs in the original implementation, where some attributes of the defined volumes were not properly copied to the generated Pod. I fixed those and added an improved test to test all the different volume types.

This should resolve #5277.

Checklist

  • Write tests
  • Make sure all tests pass
  • Update documentation
  • Try your changes from Pod inside your Kubernetes and OpenShift cluster, not just locally
  • Reference relevant issue(s) and close them after merging
  • Update CHANGELOG.md

@scholzj scholzj added this to the 0.45.0 milestone Nov 29, 2024
@scholzj scholzj requested a review from ppatierno November 29, 2024 17:53
@scholzj
Copy link
Member Author

scholzj commented Nov 29, 2024

/azp run regression

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Signed-off-by: Jakub Scholz <www@scholzj.com>
@scholzj scholzj force-pushed the add-support-for-CSI-volumes branch from cc90628 to 536a3b4 Compare November 30, 2024 15:48
Copy link
Member

@ppatierno ppatierno left a comment

Choose a reason for hiding this comment

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

LGTM.

@scholzj scholzj merged commit 923d00b into strimzi:main Dec 2, 2024
13 checks passed
OwenCorrigan76 pushed a commit to OwenCorrigan76/strimzi-kafka-operator that referenced this pull request Dec 6, 2024
Signed-off-by: Jakub Scholz <www@scholzj.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 0.45.0
Development

Successfully merging this pull request may close these issues.

Add ability in KafkaConnect to use secrets provided by Secrets Store CSI Driver
2 participants