Skip to content
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

hardcode proxy.replicated.com and replicated.app static IPs in troubleshoot output #1203

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion pkg/preflights/host-preflight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,14 +326,18 @@ spec:
Error connecting to {{ .ReplicatedAPIURL }}.
Ensure your firewall is properly configured, and use the --http-proxy, --https-proxy,
and --no-proxy flags if there is a proxy server.
The static IP addresses for {{ .ReplicatedAPIURL }} are
162.159.133.41 and 162.159.134.41.
- pass:
when: 'statusCode == 200'
message: 'Connected to {{ .ReplicatedAPIURL }}'
- fail:
message: >
Unexpected response from {{ .ReplicatedAPIURL }}.
Error connecting to {{ .ReplicatedAPIURL }}.
Ensure your firewall is properly configured, and use the --http-proxy, --https-proxy,
and --no-proxy flags if there is a proxy server.
The static IP addresses for {{ .ReplicatedAPIURL }} are
162.159.133.41 and 162.159.134.41.
- http:
checkName: Proxy Registry Access
collectorName: http-proxy-replicated-com
Expand All @@ -345,6 +349,8 @@ spec:
Error connecting to {{ .ProxyRegistryURL }}.
Ensure your firewall is properly configured, and use the --http-proxy, --https-proxy,
and --no-proxy flags if there is a proxy server.
The static IP addresses for {{ .ProxyRegistryURL }} are
162.159.137.43 and 162.159.138.43.
- pass:
when: 'statusCode == 401'
message: 'Connected to {{ .ProxyRegistryURL }}'
Expand All @@ -353,6 +359,8 @@ spec:
Unexpected response from {{ .ProxyRegistryURL }}.
Ensure your firewall is properly configured, and use the --http-proxy, --https-proxy,
and --no-proxy flags if there is a proxy server.
The static IP addresses for {{ .ProxyRegistryURL }} are
162.159.137.43 and 162.159.138.43.
- textAnalyze:
checkName: Resolver Configuration
fileName: host-collectors/run-host/resolv.conf.txt
Expand Down
Loading