-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[OCPBUGS-48096]: HCP proxy docs for mgmt clusters with secondary network #91942
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
Conversation
🤖 Mon Apr 21 20:44:01 - Prow CI generated the docs preview: |
2cb0bce
to
c4ebe42
Compare
Hi @mrobson - PTAL when you can. Thanks! |
It should be the secondary network, not the second network |
c4ebe42
to
961cc17
Compare
lgtm |
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.
No big issues. Consider revising the first sentence of the module to reduce complexity.
@maxwelldb Thanks for the review! What do you think of this revision? The first sentence is still longer than I'd prefer, but I'm not sure how to cut it down anymore without sacrificing accuracy.
|
modules/hcp-proxy-addl-network.adoc
Outdated
|
||
:_mod-docs-content-type: CONCEPT | ||
[id="hcp-proxy-addl-network_{context}"] | ||
= Management cluster with a secondary network and no default pod network |
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.
This should actually be: Management cluster using a Proxy and a Hosted Cluster with a secondary network and no default pod network
modules/hcp-proxy-addl-network.adoc
Outdated
[id="hcp-proxy-addl-network_{context}"] | ||
= Management cluster with a secondary network and no default pod network | ||
|
||
If the management cluster uses a proxy configuration and you are configuring a second network but you are not attaching the default pod network, you need to add the CIDR of the second network to the `noProxy` section of the proxy configuration on the management cluster. Otherwise, the Kubernetes API server will route some API requests through the proxy. In the hosted cluster configuration, the CIDR of the second network is automatically added to the `noProxy` section. |
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.
If the management cluster uses a proxy configuration and you are configuring a Hosted Cluster with a secondary network and you are not attaching the default pod network, you need to add the CIDR of the secondary network to the noProxy
.....
@@ -18,6 +18,8 @@ include::modules/hcp-proxy-ignition.adoc[leveloffset=+1] | |||
include::modules/hcp-proxy-api.adoc[leveloffset=+1] | |||
//cp workloads that need access to external services and must use the proxy for the management cluster | |||
include::modules/hcp-proxy-mgmt-cluster.adoc[leveloffset=+1] | |||
//proxy configuration when the mgmt cluster has a second network and no default pod network |
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.
//proxy configuration on the mgmt cluster when the hosted cluster has a secondary network and no default pod network
961cc17
to
83a5770
Compare
lgtm |
83a5770
to
dfb8005
Compare
@lahinson: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/cherrypick enterprise-4.18 |
/cherrypick enterprise-4.19 |
@lahinson: new pull request created: #92445 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@lahinson: new pull request created: #92447 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Version(s): 4.18+
Issue: https://issues.redhat.com/browse/OCPBUGS-48096
Link to docs preview: https://91942--ocpdocs-pr.netlify.app/openshift-enterprise/latest/hosted_control_planes/hcp-networking.html#hcp-proxy-addl-network_hcp-networking
QE review:
Additional information: