Siddhi Operator Release 0.2.1
Installing
Docker Image:
siddhiio/siddhi-operator:0.2.1kubectl 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.yamlFixed
- Enable users to view deployed partial Siddhi apps directly using
SiddhiProcess(Fix #101) - Enable users to view the
READYstatus when pods become available (Fix #80) - Add initial pending state and intermediate updating state to the
SiddhiProcesscustom resource object (Fix #90)
-- Siddhi Team --