Add parameter name to document to understand (#8523)
This commit is contained in:
parent
49d830819c
commit
403bb200d9
|
@ -159,7 +159,7 @@ once bound to a node, a Pod will never be rebound to another node.
|
||||||
In general, Pods do not disappear until someone destroys them. This might be a
|
In general, Pods do not disappear until someone destroys them. This might be a
|
||||||
human or a controller. The only exception to
|
human or a controller. The only exception to
|
||||||
this rule is that Pods with a `phase` of Succeeded or Failed for more than some
|
this rule is that Pods with a `phase` of Succeeded or Failed for more than some
|
||||||
duration (determined by the master) will expire and be automatically destroyed.
|
duration (determined by `terminated-pod-gc-threshold` in the master) will expire and be automatically destroyed.
|
||||||
|
|
||||||
Three types of controllers are available:
|
Three types of controllers are available:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue