You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "caparisi (via GitHub)" <gi...@apache.org> on 2023/02/17 10:22:50 UTC

[GitHub] [superset] caparisi opened a new issue, #23109: Helm: Job init-db don't use affinity and tolerations setup in values.yml

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: notifications-unsubscribe@superset.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] caparisi closed issue #23109: Helm: Job init-db don't use affinity and tolerations setup in values.yml

Posted by "caparisi (via GitHub)" <gi...@apache.org>.
caparisi closed issue #23109: Helm: Job init-db don't use affinity and tolerations setup in values.yml
URL: https://github.com/apache/superset/issues/23109


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] caparisi commented on issue #23109: Helm: Job init-db don't use affinity and tolerations setup in values.yml

Posted by "caparisi (via GitHub)" <gi...@apache.org>.
caparisi commented on issue #23109:
URL: https://github.com/apache/superset/issues/23109#issuecomment-1569895901

   Fixed by the https://github.com/apache/superset/pull/23416 ! Thank you :)


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org