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

[Features] Cluster VolumeClaimTemplates support volumeMode #5316

Closed
nayutah opened this issue Oct 4, 2023 · 0 comments · Fixed by #5319 or #5333
Closed

[Features] Cluster VolumeClaimTemplates support volumeMode #5316

nayutah opened this issue Oct 4, 2023 · 0 comments · Fixed by #5319 or #5333

Comments

@nayutah
Copy link
Collaborator

nayutah commented Oct 4, 2023

What is the user interaction of your feature
Some storage class needs to know the volumeMode during provision process
Users will see such error message when 'volumeMode' is set:
'error: error validating "apecloud-mysql-cluster.yaml": error validating data: ValidationError(Cluster.spec.componentSpecs[0].volumeClaimTemplates[0].spec): unknown field "volumeMode" in io.kubeblocks.apps.v1alpha1.Cluster.spec.componentSpecs.volumeClaimTemplates.spec; if you choose to ignore these errors, turn validation off with --validate=false'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment