-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Install superset in Kubernetes with helm chart #4923
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4923 +/- ##
==========================================
- Coverage 77.12% 77.08% -0.05%
==========================================
Files 44 44
Lines 8539 8549 +10
==========================================
+ Hits 6586 6590 +4
- Misses 1953 1959 +6
Continue to review full report at Codecov.
|
Nice, can you add an entry in the docs? @ |
@mistercrunch |
* Add helm chart to install superset in kubernetes * set resources into unlimited * Add descriptions to Chart.yaml * add an entry in docs/installation.rst
* Add helm chart to install superset in kubernetes * set resources into unlimited * Add descriptions to Chart.yaml * add an entry in docs/installation.rst
@cychiang @mistercrunch |
Both of them are good to use and all community support.
I'm also looking for helm chart to install superset on KubeApps before I submit this pull request. But, who knows. 😃 |
@cychiang I'm asking this question because I'd like to add support for Celery workers to one of the charts and don't know which to use as a base. |
@maver1ck |
Question on this chart...does this work or is it compatible with the Docker/Contrib install steps or are the two different? I would think given Helm leverages Docker images it may be best to "sync" the 2? For instance, OOTB helm chart works great. However, trying to do the chart install with a custom base docker image requires a lot of template changes. |
@ahsanshah Hi! This helm chart is based on this image: amancevice/superset, and it may not be compatible with the image from Docker/Contrib. This is a good idea to leverage Docker/Contrib image to provide a better user experience of the superset. I will spend some time to take a look of Docker/Contrib image and try to leverage it with helm chart if I have free time. |
* Add helm chart to install superset in kubernetes * set resources into unlimited * Add descriptions to Chart.yaml * add an entry in docs/installation.rst
@cychiang so what is the default username and password for superset webui when installed with this script. |
Hi @charles-zhan, I assume you deploy the superset in Kubernetes cluster and want to know the username and password when open the web UI. According to the document here you need to create username and password by your own.
|
hey, @cychiang, I need pass new |
Hej, @newtonjose
What's behind the scene? |
Work good @cychiang , maybe this can be a feature. Something else, I don't see on docs how initialize the superset app, but you explain how do that above. I think have a good solution like. Well, I try change |
Hi,
I created a simple helm chart to easily install superset in Kubernetes.
This helm chart is created by helm v2.9.0 and tested in Kubernetes v1.9.3
helm upgrade --install superset ./install/helm/superset
It should start to install superset into "default" namespace in Kubernetes
The image used in this helm chart comes from: https://hub.docker.com/r/amancevice/superset