stackabletech / spark-k8s-operator

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

Refactor to be more in line with other platform operators #273

Closed razvan closed 10 months ago

razvan commented 11 months ago

Description

As discussed here, the CRD of Spark applications should become more consistent with CRDs used by other Stackable operators.

### Tasks
- [ ] https://github.com/stackabletech/spark-k8s-operator/pull/277
- [x] Use resolved product image: https://github.com/stackabletech/spark-k8s-operator/pull/275
- [x] Make PySpark the only Spark image https://github.com/stackabletech/docker-images/pull/436
- [x] Update the docs
lfrancke commented 10 months ago

I assume this is a breaking change in CRD?

razvan commented 10 months ago

Yes. as discussed here.