mirror of
https://github.com/apache/superset.git
synced 2026-04-18 07:35:09 +00:00
docs: update helm documentation (#12932)
* docs: update helm documentation * docs: fix for end-of-file-fixer pre-commit-config * update: bump chart apiVersion to v2 and remove requirements.yaml
This commit is contained in:
@@ -119,4 +119,15 @@ locally by default at `localhost:8088`) and login using the username and passwor
|
||||
|
||||
### Installing Superset with Helm in Kubernetes
|
||||
|
||||
See the dedicated [Kubernetes installation](/docs/installation/running-on-kubernetes) page.
|
||||
You can install Superset into Kubernetes with [Helm](https://helm.sh/). The chart is located in
|
||||
the `helm/` directory.
|
||||
|
||||
To install Superset in your Kubernetes cluster with Helm 3, run:
|
||||
|
||||
```
|
||||
helm dep up ./helm/superset
|
||||
helm upgrade --install superset ./helm/superset
|
||||
```
|
||||
|
||||
Note that the above command will install Superset into `default` namespace of your Kubernetes
|
||||
cluster.
|
||||
|
||||
Reference in New Issue
Block a user