chore(docs): remove misplaced k8s installation instructions (#26902)

This commit is contained in:
Sam Firke 2024-01-30 14:38:48 -05:00 committed by GitHub
parent fe61493a3c
commit f7ba2dd3ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 15 deletions

View File

@ -152,18 +152,3 @@ superset run -p 8088 --with-threads --reload --debugger
If everything worked, you should be able to navigate to `hostname:port` in your browser (e.g.
locally by default at `localhost:8088`) and login using the username and password you created.
### Installing Superset with Helm in Kubernetes
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.