-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Issue with k8s.io/docs/reference/command-line-tools-reference/kube-controller-manager/ #15272
Comments
/kind cleanup |
Also: |
@sftim: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
If anyone wants advice on how to tackle this issue, reply and mention me. I'll try to help. |
@sftim Related source codeshttps://github.com/kubernetes/kubernetes/blob/master/pkg/controller/podgc/gc_controller.go
So, I think the description of
In the above description, the expression of
Therefore, So, I think the description of |
/assign |
@sftim |
I have few questions. Q1: Q2:
I'm sorry, I would like to know detail procedure to add my modification into #15374. |
…17422) * Modify terminated-pod-gc-threshold explanation in Japanese (#15272) * Correct the word "controller" to the correct notation in Japanese Co-Authored-By: Naoki Oketani <[email protected]> * Remove unnecessary space
FYI, the Japanese PR has been merged :) |
…s#15272) (kubernetes#17422) * Modify terminated-pod-gc-threshold explanation in Japanese (kubernetes#15272) * Correct the word "controller" to the correct notation in Japanese Co-Authored-By: Naoki Oketani <[email protected]> * Remove unnecessary space
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This is a Bug Report
Problem:
Two different parts of the documentation imply that the
terminated-pod-gc-threshold
configuration value is two different units.https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-lifetime implies that
terminated-pod-gc-threshold
is in seconds:"The only exception to this rule is that Pods with a phase of Succeeded or Failed for more than some duration (determined by terminated-pod-gc-threshold in the master) will expire and be automatically destroyed."
https://kubernetes.io/docs/reference/command-line-tools-reference/kube-controller-manager/ implies that it is a number of pods:
"Number of terminated pods that can exist before the terminated pod garbage collector starts deleting terminated pods. If <= 0, the terminated pod garbage collector is disabled."
Proposed Solution:
Update one page or the other to reflect the unit of
terminated-pod-gc-threshold
.Page to Update:
https://kubernetes.io/docs/reference/command-line-tools-reference/kube-controller-manager/
and/or
https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-lifetime
The text was updated successfully, but these errors were encountered: