Merge pull request #1154 from devkid/patch-1

Mention --maxGracefulTerminationSec in FAQ.md
This commit is contained in:
Aleksandra Malinowska 2018-08-20 10:23:11 +01:00 committed by GitHub
commit c008081fd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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?