caparisi opened a new issue, #23109: URL: https://github.com/apache/superset/issues/23109
The current [init-job.yaml](https://github.com/apache/superset/blob/master/helm/superset/templates/init-job.yaml#L21) manifest for the database initialisation don't include the affinity and tolerations section like it done in others deployment template #### How to reproduce the bug 1. Setup affinity and toleration to define on which k8s node superset could be deploy or not (in us use case, to define if it should use Azure spot instance or not) 2. Investigate on which node each pod or job run, you will see that all pod will respected the defined affinity and toleration except the init job ### Expected results The pod run by the init-job include affinity and toleration to be deploy on the right node ### Actual results No respect of affinity and toleration ### Environment - HELM chart version: 0.8.6 - superset version: 1.5.3 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
