Siddhi Operator Release 0.2.2-RC2
Pre-release
Pre-release
Installing
Docker Image:
siddhiio/siddhi-operator:0.2.2-rc2
kubectl apply -f https://github.com/siddhi-io/siddhi-operator/releases/download/v0.2.2-rc2/00-prereqs.yaml
kubectl apply -f https://github.com/siddhi-io/siddhi-operator/releases/download/v0.2.2-rc2/01-siddhi-operator.yaml
Fixed
- Increase the retrying time for parser and failure of the parser will trigger a time event to the reconcile loop. (#122)
-- Siddhi Team --