diff --git a/README.md b/README.md index bd1a53af58f..32ad53d3aa7 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,3 @@ -

This branch contains KEDA v2.0.0 Release Candidate 2, currently under development

- -## 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-rc2/keda-2.0.0-rc2.yaml -``` -To uninstall run: -```bash -kubectl delete -f https://github.com/kedacore/keda/releases/download/v2.0.0-rc2/keda-2.0.0-rc2.yaml -``` -

Kubernetes-based Event Driven Autoscaling