You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just in the evaluation process of a memcached / redis operator and dragonfly seems to be a valid option. While initial testing the operator I noticed that it doesn't handle some changes correctly, resulting in a "broken" deployment.
For example adding snapshot to a existing PVC breaks the Dragonfly resource.
Other Operators handle this way better with an ValidatingWebhookConfiguration. They throw an error and saying that the snapshot field is immutable and cannot be changed without recreating that resource.
The text was updated successfully, but these errors were encountered:
Other Operators handle this way better with an ValidatingWebhookConfiguration. They throw an error and saying that the snapshot field is immutable and cannot be changed without recreating that resource.
I'm just in the evaluation process of a memcached / redis operator and dragonfly seems to be a valid option. While initial testing the operator I noticed that it doesn't handle some changes correctly, resulting in a "broken" deployment.
For example adding snapshot to a existing PVC breaks the Dragonfly resource.
Deploy this:
Then add a PVC and you can successfully apply this resource, resulting in many errors in the operator.
Other Operators handle this way better with an
ValidatingWebhookConfiguration
. They throw an error and saying that the snapshot field is immutable and cannot be changed without recreating that resource.The text was updated successfully, but these errors were encountered: