Skip to content
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

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

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading