Major Changes
A new approach to run EventSource and Sensor with HA, without configuring extra RBAC.
see the detail at
https://github.com/argoproj/argo-events/blob/master/docs/eventsources/ha.md
https://github.com/argoproj/argo-events/blob/master/docs/sensors/ha.md
Pull Requests
- #1167 fix: Backoff retry should not swallow errors. Fixes #1166
- #1163 feat: EventSource and Sensor HA without extra RBAC
Contributors
Installation
kubectl create namespace argo-events
kubectl apply -n argo-events -f https://raw.githubusercontent.com/argoproj/argo-events/v1.3.0-rc4/manifests/install.yaml
# Install validating-webhook
kubectl apply -n argo-events -f https://raw.githubusercontent.com/argoproj/argo-events/v1.3.0-rc4/manifests/install-validating-webhook.yaml