Skip to content
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

Enhance PodCondition by adding LastTransitionTime, Reason, Message #12615

Closed
nikhiljindal opened this issue Aug 12, 2015 · 1 comment
Closed
Assignees
Labels
area/api Indicates an issue on api area. area/kubelet priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone

Comments

@nikhiljindal
Copy link
Contributor

Filing this issue to track implementing this TODO: https://github.com/kubernetes/kubernetes/blob/master/pkg/api/v1/types.go#L829.

We need PodCondition.LastTransitionTime to support AvailableThresholdSeconds (minimum seconds for which the pod should be "ready", before it can be considered "truly ready") as discussed in #12236 (comment)

cc @bgrant0607

@nikhiljindal nikhiljindal added area/api Indicates an issue on api area. team/control-plane labels Aug 12, 2015
@bgrant0607 bgrant0607 added the priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. label Aug 12, 2015
@bgrant0607
Copy link
Member

Detail: We need to restart the clock for AvailableThresholdSeconds whenever containers restart.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/api Indicates an issue on api area. area/kubelet priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

No branches or pull requests

2 participants