-
Notifications
You must be signed in to change notification settings - Fork 767
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
[feature request] add inPlaceUpdate restart count to annotation #910
Comments
@szy441687879 Thanks! I'm thinking should the inPlaceUpdate restart count in annotation to be the count of whole pod or the counts of each containers in pod? |
@FillZpp In our scene, the count of whole pod is enough.But record the count of each containers may be more consistent with pod status. |
/assign @szy441687879 |
I implemented this in my own environment and the result is shown below:
The |
Is there any progress on this issue? |
What would you like to be added:
Add inPlaceUpdate restart count to annotation
Why is this needed:
Our developers use restartCount as a way to judge the status of service, but inPlaceUpdate or Container Restart will add restart count, it may make them confused.
Since it hard to change the logic of pod restart count, it's also useful to add restart Caused by kruise in annotation, then handle this in ui。
The text was updated successfully, but these errors were encountered: