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

[controller] Always remove update annotation after processing StatefulSet #237

Merged
merged 2 commits into from
Sep 30, 2020

Conversation

jeromefroe
Copy link
Collaborator

This commit updates the controller to always remove the update annotation after processing a StatefulSet, even if the controller doesn't need to change the StatefulSet's spec. This will ensure that a user, after setting the annotation, can always know if the operator has processed a StatefulSet by checking if the annotation has been removed or not.

@codecov
Copy link

codecov bot commented Sep 29, 2020

Codecov Report

Merging #237 into master will increase coverage by 0.21%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #237      +/-   ##
==========================================
+ Coverage   76.22%   76.44%   +0.21%     
==========================================
  Files          30       30              
  Lines        2162     2165       +3     
==========================================
+ Hits         1648     1655       +7     
+ Misses        381      377       -4     
  Partials      133      133              

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fd5c37d...1cd577d. Read the comment docs.

@jeromefroe jeromefroe force-pushed the jerome/controller/always-remove-update-annotation branch from bc1d77a to 7ed9d21 Compare September 30, 2020 15:10
@jeromefroe jeromefroe merged commit 9769235 into master Sep 30, 2020
@jeromefroe jeromefroe deleted the jerome/controller/always-remove-update-annotation branch September 30, 2020 16:38
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.

2 participants