Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Common patterns in workload controllers #37563

Closed
0xmichalis opened this issue Nov 28, 2016 · 6 comments
Closed

Common patterns in workload controllers #37563

0xmichalis opened this issue Nov 28, 2016 · 6 comments

Comments

@0xmichalis
Copy link
Contributor

Brought up in @kubernetes/sig-apps today, there seems to be a great deal of common patterns between workload controllers (Deployments, DaemonSets, StatefulSets). Namely all three of them in one way or another need:

Even more features that could possibly make sense for all of the workload controllers can be found in https://github.com/kubernetes/community/wiki/Roadmap:-Deployment

This issue serves for discussing similarities, differences, what makes sense for all three controllers, and what can we do in order to be consistent across all wherever it is possible.

@krmayankk
Copy link

Is this also about code reuse ?

@0xmichalis
Copy link
Contributor Author

Certainly code reuse is nice to have but this issue is more about api consistency across the controllers.

@adohe-zz
Copy link

adohe-zz commented Mar 2, 2017

/cc @adohe

@adohe-zz
Copy link

adohe-zz commented Mar 2, 2017

@Kargakis any progress on this?

@0xmichalis
Copy link
Contributor Author

For 1.6, we added DaemonSet upgrades.

@bgrant0607 bgrant0607 added the sig/apps Categorizes an issue or PR as relevant to SIG Apps. label Mar 10, 2017
@0xmichalis
Copy link
Contributor Author

Closing in favor of #42752

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants