Skip to content

Commit

Permalink
instructions on trying v2 alpha
Browse files Browse the repository at this point in the history
Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
  • Loading branch information
Zbynek Roubalik authored and zroubalik committed Apr 8, 2020
1 parent 2e96821 commit d459280
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
<p style="font-size: 30px" align="center"><b>This branch contains unstable KEDA v2.0.0-alpha1, currently under development</b></p>


## How can I try KEDA v2 alpha version?
Make sure to remove previous KEDA (including CRD) from the cluster. Switch to the `v2` branch and deploy yaml files:
```bash
git fetch --all
git checkout v2
kubectl apply -f deploy/crds/keda.sh_scaledobjects_crd.yaml
kubectl apply -f deploy/crds/keda.sh_scaledjob_crd.yaml
kubectl apply -f deploy/crds/keda.sh_triggerauthentications_crd.yaml
kubectl apply -f deploy/
```


<p align="center"><img src="images/keda-logo-transparent.png" width="300"/></p>
Expand Down

0 comments on commit d459280

Please sign in to comment.