-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow overriding the broker API endpoint URL
In some setups, the broker URL determined from the kubeconfig context isn't usable from the clusters which will be joined. For these setups, the broker URL needs to be overridden, and this implements that by adding a --broker-url option to the following subctl sub-commands: * deploy-broker, to override the URL stored in the generated broker-info.subm file * recover-broker-info, for the same reason * join, to override the URL retrieved from the broker-info.subm file Thus when the user knows ahead of time that the broker URL needs to be manually specified, they can provide the correct setting to deploy-broker, and join works as before. If they didn't know when deploy-broker was run, they can specify the correct URL when joining clusters. This also handles setups where each joining cluster might need a different URL to reach the broker. Signed-off-by: Stephen Kitt <[email protected]>
- Loading branch information
Showing
7 changed files
with
24 additions
and
5 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
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