-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
automatically detect node ip during install for noproxy (#1186)
* add a note to readme specifying a folder to place the license * get default interface * wip default noproxies and prompts * disable most tests * prompt for new noproxy * store provided noproxy values and total noproxy values independently * dedup code * simplify noproxy subnet * regen CRDs * update unit tests * fix no-prompt case * ? * FFFF * ??? * test bigger noproxy * reuse proxy object, don't rederive from flags * reorder imports * Revert "disable most tests" This reverts commit 9479324. * misspelling * rename to combineNoProxySuppliedValuesAndDefaults, remove debug logs * add link to k0s logic * recursively prompt for noproxy * remove prompts for proxy, just add the default subnet if the current IP is not covered * maybePromptForNoProxy -> includeLocalIPInNoProxy * check the noproxy config on node join * test that should fail to ensure that join command preflights are working properly * fix 'adding "blah" to the noproxy you provided' message * test failed successfully, restoring it * restore all tests, again * Accept Alex's suggestions for noproxy messaging Co-authored-by: Alex Parker <7272359+ajp-io@users.noreply.github.com> --------- Co-authored-by: Alex Parker <7272359+ajp-io@users.noreply.github.com>
- Loading branch information
Showing
13 changed files
with
228 additions
and
35 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
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
Oops, something went wrong.