-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds DrainConnectionsTimeout microcluster configuration (#867)
In microcluster, there is now a configuration that allows us to drain any current connections before shutting down the unix / http servers. Note that the servers will also be shut down when removing a node, or if bootstrapping or joining a node fails. If we're not waiting for the connection to drain, we may close current connections before managing to write a response to the clients, resulting in them getting EOF errors. Adds the --disable-update-node-config-controller k8sd flag, with 10s as the default value.
- Loading branch information
1 parent
7cc5bbb
commit 23fc18c
Showing
3 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters