DataDog / extendeddaemonset

Kubernetes Extended Daemonset controller
Apache License 2.0
98 stars 13 forks source link

fix: don't overwrite canary auto-pause reason #136

Closed ahmed-mez closed 2 years ago

ahmed-mez commented 2 years ago

What does this PR do?

Fix a bug that caused overwriting the canary auto-pause reason after reconciliation.

Motivation

Bug fix.

Describe your test plan

k eds get should print the paused reason after auto-pausing a canary. (Note: The bug has a racy behaviour and not always reproducible)