Skip to content

Commit

Permalink
doc: update the ingress controller faq per review
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
  • Loading branch information
prb112 committed Jan 5, 2024
1 parent 93b2306 commit b0336b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ Q: I am using the VPC Load Balancers. The Load Balancers internal-loadbalancer i
![Alt text](docs/failed_members.png)
A: The installation uses a platform type of none. When a Platform Type of none is set, the IngressController can be scaled up to match the number of nodes on your cluster, or tweaked to match where you want Ingress to the cluster to pass-through.

You can learn more about scalling up the ingress controller at [`Scaling an Ingress Controller`](https://docs.openshift.com/container-platform/4.14/networking/ingress-operator.html#nw-ingress-controller-configuration_configuring-ingress)

```
$ oc patch -n openshift-ingress-operator ingresscontroller/default --patch '{"spec":{"replicas": 3}}' --type=merge
```

## Contributing

If you have any questions or issues you can create a new [issue here][issues].
Expand Down

0 comments on commit b0336b3

Please sign in to comment.