Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If not set, the default value is based on `infrastructure.config.openshift.io/cl
* Bare metal: `NodePortService`
* Other: `HostNetwork`

The `endpointPublishingStrategy` value cannot be updated.
The `endpointPublishingStrategy` value can be updated.

|`defaultCertificate`
|The `defaultCertificate` value is a reference to a secret that contains the default certificate that is served by the Ingress controller. When Routes do not specify their own certificate, `defaultCertificate` is used.
Expand Down
2 changes: 1 addition & 1 deletion modules/nw-ingress-default-internal.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you do not, all of your nodes will lose egress connectivity to the internet.

[IMPORTANT]
====
If you want to change the `scope` for an `IngressController` object, you must delete and then recreate that `IngressController` object. You cannot change the `.spec.endpointPublishingStrategy.loadBalancer.scope` parameter after the custom resource (CR) is created.
If you want to change the `scope` for an `IngressController`, you can change the `.spec.endpointPublishingStrategy.loadBalancer.scope` parameter after the custom resource (CR) is created.
====

.Prerequisites
Expand Down
2 changes: 1 addition & 1 deletion modules/nw-ingress-setting-internal-lb.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you do not, all of your nodes will lose egress connectivity to the internet.

[IMPORTANT]
====
If you want to change the `scope` for an `IngressController` object, you must delete and then recreate that `IngressController` object. You cannot change the `.spec.endpointPublishingStrategy.loadBalancer.scope` parameter after the custom resource (CR) is created.
If you want to change the `scope` for an `IngressController`, you can change the `.spec.endpointPublishingStrategy.loadBalancer.scope` parameter after the custom resource (CR) is created.
====

See the link:https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer[Kubernetes Services documentation]
Expand Down