Skip to content

Comments

Add support for StatefulSets#15

Merged
vbehar merged 1 commit intomasterfrom
statefulsets
Sep 14, 2020
Merged

Add support for StatefulSets#15
vbehar merged 1 commit intomasterfrom
statefulsets

Conversation

@vbehar
Copy link
Collaborator

@vbehar vbehar commented Sep 14, 2020

apply deislabs#43

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.

apply deislabs#43

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.
@vbehar vbehar merged commit fd3e722 into master Sep 14, 2020
@vbehar vbehar deleted the statefulsets branch September 14, 2020 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant