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

add a release deployment event when reconciling a release #217

Merged
merged 2 commits into from
Feb 15, 2021

Conversation

william-salt-cko
Copy link

At the moment, you are not sure if the release has started and you have to wait for events showing its success or failure, or watch the status of k8s resources.
This adds an event notifying us that a release has started, we have found this to be especially useful for our slack messages in our deployment channels.

Copy link
Member

@hiddeco hiddeco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it make sense to send separate events for install or upgrade, so that it is clear from the event what action will be run?

@william-salt-cko
Copy link
Author

@hiddeco yep, can do! Is that ok? I thought i would stick to similar wording as the success event being Helm upgrade succeeded.

@hiddeco
Copy link
Member

hiddeco commented Feb 15, 2021

@william-salt-cko I think that in e.g. notification messages it is helpful to be notified of the precise action, because seeing an installation while you were expecting an upgrade may help you detect an e.g. miss-configuration faster.

@hiddeco hiddeco added the area/ux In pursuit of a delightful user experience label Feb 15, 2021
Copy link
Member

@hiddeco hiddeco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @william-salt-cko 🌷

@hiddeco hiddeco merged commit 8f117d5 into fluxcd:main Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ux In pursuit of a delightful user experience
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants