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

Backport update nonProxyHosts documentation #1934

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions api/v2/checluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -629,11 +629,13 @@ type Proxy struct {
// A list of hosts that can be reached directly, bypassing the proxy.
// Specify wild card domain use the following form `.<DOMAIN>`, for example:
// - localhost
// - 127.0.0.1
// - my.host.com
// - 123.42.12.32
// Use only when a proxy configuration is required. The Operator respects OpenShift cluster-wide proxy configuration,
// defining `nonProxyHosts` in a custom resource leads to merging non-proxy hosts lists from the cluster proxy configuration, and the ones defined in the custom resources.
// See the following page: https://docs.openshift.com/container-platform/latest/networking/enable-cluster-wide-proxy.html.
// In some proxy configurations, localhost may not translate to 127.0.0.1. Both localhost and 127.0.0.1 should be specified in this situation.
// +optional
NonProxyHosts []string `json:"nonProxyHosts,omitempty"`
// The secret name that contains `user` and `password` for a proxy server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4379,11 +4379,13 @@ spec:
A list of hosts that can be reached directly, bypassing the proxy.
Specify wild card domain use the following form `.<DOMAIN>`, for example:
- localhost
- 127.0.0.1
- my.host.com
- 123.42.12.32
Use only when a proxy configuration is required. The Operator respects OpenShift cluster-wide proxy configuration,
defining `nonProxyHosts` in a custom resource leads to merging non-proxy hosts lists from the cluster proxy configuration, and the ones defined in the custom resources.
See the following page: https://docs.openshift.com/container-platform/latest/networking/enable-cluster-wide-proxy.html.
In some proxy configurations, localhost may not translate to 127.0.0.1. Both localhost and 127.0.0.1 should be specified in this situation.
items:
type: string
type: array
Expand Down
2 changes: 2 additions & 0 deletions config/crd/bases/org.eclipse.che_checlusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4343,11 +4343,13 @@ spec:
A list of hosts that can be reached directly, bypassing the proxy.
Specify wild card domain use the following form `.<DOMAIN>`, for example:
- localhost
- 127.0.0.1
- my.host.com
- 123.42.12.32
Use only when a proxy configuration is required. The Operator respects OpenShift cluster-wide proxy configuration,
defining `nonProxyHosts` in a custom resource leads to merging non-proxy hosts lists from the cluster proxy configuration, and the ones defined in the custom resources.
See the following page: https://docs.openshift.com/container-platform/latest/networking/enable-cluster-wide-proxy.html.
In some proxy configurations, localhost may not translate to 127.0.0.1. Both localhost and 127.0.0.1 should be specified in this situation.
items:
type: string
type: array
Expand Down
2 changes: 2 additions & 0 deletions deploy/deployment/kubernetes/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4364,11 +4364,13 @@ spec:
A list of hosts that can be reached directly, bypassing the proxy.
Specify wild card domain use the following form `.<DOMAIN>`, for example:
- localhost
- 127.0.0.1
- my.host.com
- 123.42.12.32
Use only when a proxy configuration is required. The Operator respects OpenShift cluster-wide proxy configuration,
defining `nonProxyHosts` in a custom resource leads to merging non-proxy hosts lists from the cluster proxy configuration, and the ones defined in the custom resources.
See the following page: https://docs.openshift.com/container-platform/latest/networking/enable-cluster-wide-proxy.html.
In some proxy configurations, localhost may not translate to 127.0.0.1. Both localhost and 127.0.0.1 should be specified in this situation.
items:
type: string
type: array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4359,11 +4359,13 @@ spec:
A list of hosts that can be reached directly, bypassing the proxy.
Specify wild card domain use the following form `.<DOMAIN>`, for example:
- localhost
- 127.0.0.1
- my.host.com
- 123.42.12.32
Use only when a proxy configuration is required. The Operator respects OpenShift cluster-wide proxy configuration,
defining `nonProxyHosts` in a custom resource leads to merging non-proxy hosts lists from the cluster proxy configuration, and the ones defined in the custom resources.
See the following page: https://docs.openshift.com/container-platform/latest/networking/enable-cluster-wide-proxy.html.
In some proxy configurations, localhost may not translate to 127.0.0.1. Both localhost and 127.0.0.1 should be specified in this situation.
items:
type: string
type: array
Expand Down
2 changes: 2 additions & 0 deletions deploy/deployment/openshift/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4364,11 +4364,13 @@ spec:
A list of hosts that can be reached directly, bypassing the proxy.
Specify wild card domain use the following form `.<DOMAIN>`, for example:
- localhost
- 127.0.0.1
- my.host.com
- 123.42.12.32
Use only when a proxy configuration is required. The Operator respects OpenShift cluster-wide proxy configuration,
defining `nonProxyHosts` in a custom resource leads to merging non-proxy hosts lists from the cluster proxy configuration, and the ones defined in the custom resources.
See the following page: https://docs.openshift.com/container-platform/latest/networking/enable-cluster-wide-proxy.html.
In some proxy configurations, localhost may not translate to 127.0.0.1. Both localhost and 127.0.0.1 should be specified in this situation.
items:
type: string
type: array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4359,11 +4359,13 @@ spec:
A list of hosts that can be reached directly, bypassing the proxy.
Specify wild card domain use the following form `.<DOMAIN>`, for example:
- localhost
- 127.0.0.1
- my.host.com
- 123.42.12.32
Use only when a proxy configuration is required. The Operator respects OpenShift cluster-wide proxy configuration,
defining `nonProxyHosts` in a custom resource leads to merging non-proxy hosts lists from the cluster proxy configuration, and the ones defined in the custom resources.
See the following page: https://docs.openshift.com/container-platform/latest/networking/enable-cluster-wide-proxy.html.
In some proxy configurations, localhost may not translate to 127.0.0.1. Both localhost and 127.0.0.1 should be specified in this situation.
items:
type: string
type: array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4359,11 +4359,13 @@ spec:
A list of hosts that can be reached directly, bypassing the proxy.
Specify wild card domain use the following form `.<DOMAIN>`, for example:
- localhost
- 127.0.0.1
- my.host.com
- 123.42.12.32
Use only when a proxy configuration is required. The Operator respects OpenShift cluster-wide proxy configuration,
defining `nonProxyHosts` in a custom resource leads to merging non-proxy hosts lists from the cluster proxy configuration, and the ones defined in the custom resources.
See the following page: https://docs.openshift.com/container-platform/latest/networking/enable-cluster-wide-proxy.html.
In some proxy configurations, localhost may not translate to 127.0.0.1. Both localhost and 127.0.0.1 should be specified in this situation.
items:
type: string
type: array
Expand Down
Loading