-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
automatically detect node ip during install for noproxy #1186
automatically detect node ip during install for noproxy #1186
Conversation
This PR has been released (on staging) and is available for download with a embedded-cluster-smoke-test-staging-app license ID. Online Installer:
Airgap Installer (may take a few minutes before the airgap bundle is built):
Happy debugging! |
This reverts commit 9479324.
return proxy | ||
} | ||
|
||
func combineNoProxySuppliedValuesAndDefaults(c *cli.Context, proxy *ecv1beta1.ProxySpec) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name is too long 😆, but i guess it's fine. i would've gone with something like injectNoProxyDefaults
or something.
func combineNoProxySuppliedValuesAndDefaults(c *cli.Context, proxy *ecv1beta1.ProxySpec) { | |
func combineNoProxySuppliedValuesAndDefaults(c *cli.Context, proxy *ecv1beta1.ProxySpec) { |
@@ -86,6 +86,7 @@ Additionally, it includes a Registry when deployed in air gap mode. | |||
``` | |||
|
|||
1. In the Vendor Portal, create and download a license that is assigned to the channel. | |||
We recommend storing this license in the `local-dev/` directory, as it is gitignored and not otherwise used by the CI. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
take it or leave it:
We recommend storing this license in the `local-dev/` directory, as it is gitignored and not otherwise used by the CI. | |
We recommend storing this license in the `local-dev/` directory that is dedicated to storing local development artifacts, as it is gitignored and not otherwise used by the CI. |
…IP is not covered
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let me know if I missed any output I should review
Co-authored-by: Alex Parker <7272359+ajp-io@users.noreply.github.com>
What this PR does / why we need it:
With no no-proxy set:
With an insufficient no-proxy set:
When joining a node that is not included in the cluster's no-proxy:
Which issue(s) this PR fixes:
Does this PR require a test?
Does this PR require a release note?
Does this PR require documentation?