Skip to content

Commit

Permalink
chore(docs): remove misplaced k8s installation instructions (apache#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
sfirke committed Mar 22, 2024
1 parent 32666f3 commit 84c2462
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions docs/docs/installation/installing-superset-from-scratch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 84c2462

Please sign in to comment.