-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add kube_listen_addr to proxy_service
This is a shorthand for the larger kubernetes section: ``` proxy_service: kube_listen_addr: "0.0.0.0:3026" ``` if equivalent to: ``` proxy_service: kubernetes: enabled: yes listen_addr: "0.0.0.0:3026" ``` This shorthand is meant to be used with the new `kubernetes_service`: #4455 It reduces confusion when both `proxy_service` and `kubernetes_service` are configured in the same process.
- Loading branch information
Andrew Lytvynov
committed
Oct 21, 2020
1 parent
74652bc
commit 29b2478
Showing
5 changed files
with
142 additions
and
23 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
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