-
Notifications
You must be signed in to change notification settings - Fork 13.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy Superset on GCP #7287
Comments
Can you post exactly what you have done and maybe the relevant lines of the console log? I have deployed Superset on GCP with no issue. Maybe I can help. |
I have been able to progress on this issue. Instead of using amancevice/superset docker image I am using tylerFowler/docker-superset image now. I have been able to follow all the steps and my application has been deployed to an external IP address (http://130.211.228.43). I would like to know how I could modify the domain name to a customized one instead of having an external IP address to access it. Thanks |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
Hi, I would like to deploy Superset using Google Cloud Platform. I am using amancevice/superset docker images and I follow this tutorial : https://cloud.google.com/kubernetes-engine/docs/tutorials/hello-app
Instead of creating the images with docker build I just commited the containers to get images.
I have been able to do the first steps but when I want to do the step 3 and execute the container of the image locally before deplying it fails.
Many errors are displayed and I don't get anything on my localhost.
Can I get more indications on how I could deploy it correctly?
Thanks
The text was updated successfully, but these errors were encountered: