We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Failed Canary is updated every minute with only change to .status.lastTransitionTime.
.status.lastTransitionTime
$ kubectl get canaries foo --watch NAME STATUS WEIGHT LASTTRANSITIONTIME foo Failed 0 2024-08-14T15:51:11Z foo Failed 0 2024-08-14T15:52:11Z foo Failed 0 2024-08-14T15:53:11Z foo Failed 0 2024-08-14T15:54:11Z foo Failed 0 2024-08-14T15:55:11Z foo Failed 0 2024-08-14T15:56:11Z foo Failed 0 2024-08-14T15:57:11Z foo Failed 0 2024-08-14T15:58:11Z foo Failed 0 2024-08-14T15:59:11Z
.status.lastTransitionTime is updated only during a transition.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Failed Canary is updated every minute with only change to
.status.lastTransitionTime
.To Reproduce
.status.lastTransitionTime
after 2 minutesExpected behavior
.status.lastTransitionTime
is updated only during a transition.Additional context
The text was updated successfully, but these errors were encountered: