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

Feature: trigger a rollout/rolling-update for deployments and replication controllers #5

Open
blakebarnett opened this issue Feb 15, 2017 · 1 comment

Comments

@blakebarnett
Copy link

I was thinking this could be done using an annotation on a deployment or RC, something like:

  annotations:
    konfd.io/track-configmaps: foo, blah, blerg 
    konfd.io/track-secrets: asdf

Or possibly by inspecting the resource to find any references to configmap/secret volumes or field refs.

  annotations:
    konfd.io/update-on-changes: true 

I imagine this could eventually apply to jobs, daemonsets, statefulsets, etc. also.

@kelseyhightower
Copy link
Owner

@blakebarnett I love this idea, let me think about it a bit more and flush out a design.

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

No branches or pull requests

2 participants