Tags: mustang2247/spark-on-k8s-operator
Tags
Add user defined pod labels (kubeflow#1288) * Add user defined pod labels * Update README.md * Bump chart version
Migrate CRDs from v1beta1 to v1. Add additionalPrinterColumns (kubefl… …ow#1298) * Migrate Spark CRDs from v1beta1 to v1 Signed-off-by: Daniel AguadoAraujo <[email protected]> * Add extra printer columns for CRDs. Bump chart version Signed-off-by: Daniel AguadoAraujo <[email protected]> * Update CRDs definition files on app manifest Signed-off-by: Daniel AguadoAraujo <[email protected]> * Add annotation on CRDs to ignore the new policy to not use CRD groups k8s.io or kubernetes.io kubernetes/enhancements#1111 Signed-off-by: Daniel AguadoAraujo <[email protected]>
Allow user to specify service annotation on Spark UI service (kubeflo… …w#1264) * Allow user to specify service annotation on Spark UI service * Add service annotation in chart crd Signed-off-by: Khor Shu Heng <[email protected]> * Bump chart version Signed-off-by: Khor Shu Heng <[email protected]> Co-authored-by: Khor Shu Heng <[email protected]>
implement shareProcessNamespace in SparkPodSpec (kubeflow#1262) * implement shareProcessNamespace in SparkPodSpec * fixup! implement shareProcessNamespace in SparkPodSpec
Enable UI service flag for disabling UI service (kubeflow#1261) * Added enable-ui-service flag to disable UI service * Added uiService.enable to helm charts * Updated the Chart version to 1.1.1
Updating Spark version from 3.0 to 3.1.1 (kubeflow#1153) * Updating Spark version from 3.0 to 3.1 * Adding github actions * Add configmaps resources into spark-role Spark 3.1 needs permission to create ConfigMaps, Pods and services * Typo fix - Change unit test to unit tests * Format fix on workflow * Update main.yaml * Update main.yaml * Update Makefile and Bump Chart version * Bump Chart version to 1.1.0 * Add Chart lint docs
Add support for blue/green deployments (kubeflow#1230) * Webhook certificate secrets name is tied to the release name This is the first part of changes that will allow doing blue/green deployments of the Spark Operator. * Split values' rbac.create flag in createRole and createClusterRole This is the second part of changes allowing blue/green deployments of the Spark Operator: one can now deploy the ClusterRole without the Role, which would be defined in the common part of a blue/green deployment. Note this is a breaking change, so the chart version has been bumped to 2. * fixup! Split values' rbac.create flag in createRole and createClusterRole * fixup! Split values' rbac.create flag in createRole and createClusterRole * fixup! Split values' rbac.create flag in createRole and createClusterRole
PreviousNext