You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/07/22 14:48:25 UTC

[GitHub] [superset] cdreier opened a new issue, #20828: volumeMounts for extraConfigs are missing in the deployment-worker.yaml

cdreier opened a new issue, #20828:
URL: https://github.com/apache/superset/issues/20828

   Hi,
   
   we try to run superset on kubernetes with your helm charts and a custom security manager. we use the extraConfigs to mount some config files needed by flask_oidc (client_secret.json) - in the superset node, everything is fine, but the worker node crashes as the worker also initializes the flask_oidc context and does not mount the extraConfigs
   
   working deployment for the superset node
   
   https://github.com/apache/superset/blob/master/helm/superset/templates/deployment.yaml#L111
   
   missing extraConfigs in the worker node :cry: 
   
   https://github.com/apache/superset/blob/master/helm/superset/templates/deployment-worker.yaml#L104
   
   ### Expected results
   
   the worker node mounts all the extraConfigs under the extraVolumeMounts like the main node
   
   ### Actual results
   
   the worker node crashes, as the extraConfigs were not mounted 
   


-- 
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] craig-rueda closed issue #20828: volumeMounts for extraConfigs are missing in the deployment-worker.yaml

Posted by GitBox <gi...@apache.org>.
craig-rueda closed issue #20828: volumeMounts for extraConfigs are missing in the deployment-worker.yaml
URL: https://github.com/apache/superset/issues/20828


-- 
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