-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Rename the -address parameter to -debug-addr. - Only start the HTTP server on the Controller service: the Node service does not have a token configured and thus would never be able to respond successfully to a request. - Only start the debug server if -debug-addr is given, ensuring that existing users won't be surprised by the new functionality. This also allows us to test a dev version of the CSI plugin on a cluster where the port might already be used. - Remove explicit HTTP listener which is encapsulated by HTTP server. - Bound graceful HTTP server shutdown by 10 seconds.
- Loading branch information
Timo Reimann
committed
Jan 26, 2020
1 parent
5d8cdb8
commit 1f8e119
Showing
3 changed files
with
48 additions
and
45 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