Siddhi Operator Release 0.2.1-RC1
Pre-release
Pre-release
Installing
Docker Image:
siddhiio/siddhi-operator:0.2.1-rc1
kubectl apply -f https://github.com/siddhi-io/siddhi-operator/releases/download/v0.2.1-rc1/00-prereqs.yaml
kubectl apply -f https://github.com/siddhi-io/siddhi-operator/releases/download/v0.2.1-rc1/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 --