You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug: The Mutating method of PodResourceConsistWebhooks updates the PodAvailableConditionsAnnotation of the pod in full rather than incrementally, which may lead to the loss of existing annotations.
#24
Closed
cyh-ant opened this issue
Jan 3, 2024
· 0 comments
· Fixed by #25
Minimal reproduce step
The steps to reproduce the bug are as follows:
Focus on the
pod.kusionstack.io/available-conditions
of Deployment.2. Watch the pod annotation of above Deployment.
What did you expect to see?
The pod contains the
expectedFinalizers
annotations of Deployment.What did you see instead
The actual pod yaml is show below:
The
pod.kusionstack.io/available-conditions annotation
is empty.What is your KusionStack components and its version?
The text was updated successfully, but these errors were encountered: