Skip to content

Commit

Permalink
install instructions for 2.0.0 RC2 (kedacore#1289)
Browse files Browse the repository at this point in the history
Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
  • Loading branch information
zroubalik authored Oct 23, 2020
1 parent 7553e9a commit b2eb02c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<p style="font-size: 30px" align="center"><b>This branch contains KEDA v2.0.0 Release Candidate, currently under development</b></p>
<p style="font-size: 30px" align="center"><b>This branch contains KEDA v2.0.0 Release Candidate 2, currently under development</b></p>

## How can I try KEDA v2 Release Candidate version?
## How can I try KEDA v2 Release Candidate 2 version?
Make sure to remove previous KEDA (including CRD) from the cluster. You can use KEDA Helm chart (include `--devel` when listing) or deploy directly this yaml file:
```bash
kubectl apply -f https://github.com/kedacore/keda/releases/download/v2.0.0-rc/keda-2.0.0-rc.yaml
kubectl apply -f https://github.com/kedacore/keda/releases/download/v2.0.0-rc2/keda-2.0.0-rc2.yaml
```
To uninstall run:
```bash
kubectl delete -f https://github.com/kedacore/keda/releases/download/v2.0.0-rc/keda-2.0.0-rc.yaml
kubectl delete -f https://github.com/kedacore/keda/releases/download/v2.0.0-rc2/keda-2.0.0-rc2.yaml
```

<p align="center"><img src="images/logos/keda-word-colour.png" width="300"/></p>
Expand Down

0 comments on commit b2eb02c

Please sign in to comment.