Installing
Docker Image:
siddhiio/siddhi-operator:0.2.2
kubectl apply -f https://github.com/siddhi-io/siddhi-operator/releases/download/v0.2.2/00-prereqs.yaml
kubectl apply -f https://github.com/siddhi-io/siddhi-operator/releases/download/v0.2.2/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 --