-
Notifications
You must be signed in to change notification settings - Fork 45
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
bug: volume resize does not work #178
Comments
Hi,
This function is in beta and not described in docs. when using |
mark as same issues. using kubectl edit pv & pvc for increase storage size are not work.
|
Description
I provisioned the cluster with the following spec and it works.
DorisCluster spec
I changed the storage size for all volumes and the DorisCluster CR spec has been updated. But it is not applied to underlying resources like statefulset and PVCs. I feel like there is no reconcile logic for that.
There is no error logs in doris operator. Here is the logs.
doris-operator log
Also DorisCluster status is available.
Expectation
THe volume size change in DorisCluster spec should be applied.
How to reproduce
The text was updated successfully, but these errors were encountered: