Skip to content

Commit 31af9ea

Browse files
authored
chore(docs): remove misplaced k8s installation instructions (apache#26902)
1 parent ca7a282 commit 31af9ea

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

docs/docs/installation/installing-superset-from-scratch.mdx

-15
Original file line numberDiff line numberDiff line change
@@ -152,18 +152,3 @@ superset run -p 8088 --with-threads --reload --debugger
152152

153153
If everything worked, you should be able to navigate to `hostname:port` in your browser (e.g.
154154
locally by default at `localhost:8088`) and login using the username and password you created.
155-
156-
### Installing Superset with Helm in Kubernetes
157-
158-
You can install Superset into Kubernetes with [Helm](https://helm.sh/). The chart is located in
159-
the `helm/` directory.
160-
161-
To install Superset in your Kubernetes cluster with Helm 3, run:
162-
163-
```
164-
helm dep up ./helm/superset
165-
helm upgrade --install superset ./helm/superset
166-
```
167-
168-
Note that the above command will install Superset into `default` namespace of your Kubernetes
169-
cluster.

0 commit comments

Comments
 (0)