Skip to content
Discussion options

You must be logged in to vote

I recently stumbled across https://stackoverflow.com/questions/59050709/how-to-rollout-restart-deployment-through-the-api which caused me to look at our Helm configuration. Figured out the deployments having the issue all referenced a dependent chart for annotations. That dependent chart had no annotations listed which resulted in the manifest having a value of 'null'. Null in Helm means remove.

So our configuration was set to remove annotations which impacted kubectl.kubernetes.io/restartedAt from being applied and resulted in our weird behavior.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Avi-Gupta1
Comment options

@anhqqt
Comment options

Answer selected by RickArroues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants