stackabletech / spark-k8s-operator

Operator for Apache Spark-on-Kubernetes for Stackable Data Platform
https://stackable.tech
Other
51 stars 2 forks source link

Operator fails "silently" to update Spark Cluster's resource #239

Open Maleware opened 1 year ago

Maleware commented 1 year ago

Affected version

No response

Current and expected behavior

I could recreate the problem when changing the "data" storage size.Changing CPU or Memory resources seems to work (results in a Pod restart).

Possible solution

In order to capture this we either need webhooks or track the resources in the status of the custom resource and delete and recreate the statefulset (PVCs should be resized automatically?).

Additional context

No response

Environment

No response

Would you like to work on fixing this bug?

None