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

Remove proxy and child resources, might added back in the future #1393

Closed
wants to merge 1 commit into from

Conversation

jonathan34c
Copy link
Contributor

What this PR does

Jira:
Link to demo recording:

Special notes for your reviewer

Comment on lines -112 to -124
proxyConfig:
description: ProxyConfig defines the cluster-wide proxy configuration of the OCP managed cluster.
properties:
httpProxy:
description: HTTPProxy is the URL of the proxy for HTTP requests. Empty means unset and will not result in an env var.
type: string
httpsProxy:
description: HTTPSProxy is the URL of the proxy for HTTPS requests. Empty means unset and will not result in an env var.
type: string
noProxy:
description: NoProxy is a comma-separated list of hostnames and/or CIDRs for which the proxy should not be used. Empty means unset and will not result in an env var. The API Server of Hub cluster should be added here. And If you scale up workers that are not included in the network defined by the networking.machineNetwork[].cidr field from the installation configuration, you must add them to this list to prevent connection issues.
type: string
type: object
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i know you have closed this PR but for future reference: the manifests in the acm/deploy folder are autogenerated from Red Hat release manifests of ACM so modifying them here would not be persisted as this fiels are generated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants