-
Notifications
You must be signed in to change notification settings - Fork 12
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
Pass rollout reason annotation to deployment #59
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I suppose it is okay to try this then.
Create new map if nil
…aiserator into rollout_status_annotation
Looks good. Can you write in the commit/merge message what the purpose of the merge is, as you explained earlier? |
Good idea, I agree that we should pass the value on to the deployment to enhance the rollout history view. With this in place, we should also populate this with deployd. |
It's useful if you want to add a change-cause after the actual change. |
Makes sense 👍 lgtm |
When the
Application
resource is annotated with thekubernetes.io/change-cause
annotation, it would be nice to annotate the deployment resource as well. Annotating the deployment resource does not create a new replicaset.https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#checking-rollout-history-of-a-deployment