Siddhi Operator Release 0.2.1
Installing
Docker Image:
siddhiio/siddhi-operator:0.2.1
kubectl apply -f https://github.com/siddhi-io/siddhi-operator/releases/download/v0.2.1/00-prereqs.yaml
kubectl apply -f https://github.com/siddhi-io/siddhi-operator/releases/download/v0.2.1/01-siddhi-operator.yaml
Fixed
- Enable users to view deployed partial Siddhi apps directly using
SiddhiProcess
(Fix #101) - Enable users to view the
READY
status when pods become available (Fix #80) - Add initial pending state and intermediate updating state to the
SiddhiProcess
custom resource object (Fix #90)
-- Siddhi Team --