nats-io / nats-streaming-operator

NATS Streaming Operator
Apache License 2.0
174 stars 44 forks source link

Reconcile changes to the nats streaming server image string #77

Closed renier closed 3 years ago

renier commented 3 years ago

This will allow changes in the NatsStreamingCluster image string to get propagated to the managed stan pods.

It does this by rebooting the pods one by one. Never moving on to the next one until the current one has come back up to not cause an outage.

It also updates the default NATS Streaming server version to the latest released 0.18.0.

Will also reconcile changes in annotations in order to handle the use case described in #74 .

Closes #74