sycbbyes opened a new issue, #22962: URL: https://github.com/apache/superset/issues/22962
A clear and concise description of what the bug is. #### How to reproduce the bug 1. install superset image on K8S 2. want to add elasticsearch db driver 3. access the linux os ssh , pip install elasticsearch-dbapi 4. but make no sense, becasue OS user superset cannot restart gunicorn application 5. while the K8S POD can only be replaced if restart it 6. at least, superset should provide a shell scripts to restart the superset application or allow user to pre-install necessary db driver ### Expected results can easly mantain superset application via command line as OS user superset ### Actual results not able to restart superset application via command line as OS user superset #### Screenshots ### Environment superset 2.0.1 ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [ 1] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [ 1] I have reproduced the issue with at least the latest released version of superset. - [ 1] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context [email protected] -- 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]
