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

removing references to dashboard #40

Merged
merged 1 commit into from
Nov 18, 2019
Merged
Show file tree
Hide file tree
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
9 changes: 0 additions & 9 deletions content/_index/features/dashboard.md

This file was deleted.

17 changes: 0 additions & 17 deletions content/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,8 @@ fragment = "content"
weight = 100
+++

KEDA consists of two components - [Runtime](#runtime) & [Dashboard](#dashboard).

You'll find steps how to deploy them in this article.

## Runtime

We provide a few approaches to deploy KEDA runtime in your Kubernetes clusters:

- Operator framework
- Helm charts
- Azure Function Core Tools
- YAML declarations
Expand Down Expand Up @@ -69,16 +62,6 @@ kubectl apply -f deploy/crds/keda.k8s.io_triggerauthentications_crd.yaml
kubectl apply -f deploy/
```

## Dashboard

You can install the KEDA dashboard by using the deployment YAML in the repo:

```
git clone https://github.com/kedacore/dashboard
cd dashboard
kubectl apply -f deploy/keda-dashboard.yaml
```

<br/><br/>

---
Expand Down