You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2021. It is now read-only.
With this change, Osiris can now manage both Deployments and StatefulSets.
I introduced a new service annotation `osiris.deislabs.io/statefulset` to link a service with its statefulset,
otherwise everything works the same as with Deployments.
Internally, I tried to avoid duplicated code, and introduced a `kind` parameter to make a distinction
between deployments and statefulsets.
0 commit comments