Merge pull request #1154 from devkid/patch-1
Mention --maxGracefulTerminationSec in FAQ.md
This commit is contained in:
commit
c008081fd4
|
|
@ -512,7 +512,7 @@ From 0.5 CA (K8S 1.6) respects PDBs. Before starting to delete a node, CA makes
|
|||
|
||||
### Does CA respect GracefulTermination in scale-down?
|
||||
|
||||
CA, from version 1.0, gives pods at most 10 minutes graceful termination time. If the pod is not stopped within these 10 min then the node is deleted anyway. Earlier versions of CA gave 1 minute or didn't respect graceful termination at all.
|
||||
CA, from version 1.0, gives pods at most 10 minutes graceful termination time by default (configurable via `--max-graceful-termination-sec`). If the pod is not stopped within these 10 min then the node is deleted anyway. Earlier versions of CA gave 1 minute or didn't respect graceful termination at all.
|
||||
|
||||
### How does CA deal with unready nodes?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue