Keep project name display aligned (#9920)
This commit is contained in:
parent
3d73327994
commit
788b3606b1
23 changed files with 51 additions and 51 deletions
|
|
@ -29,7 +29,7 @@ service/nginx-errors ClusterIP 10.0.0.12 <none> 80/TCP 10s
|
|||
|
||||
## Ingress controller configuration
|
||||
|
||||
If you do not already have an instance of the NGINX Ingress controller running, deploy it according to the
|
||||
If you do not already have an instance of the Ingress-Nginx Controller running, deploy it according to the
|
||||
[deployment guide][deploy], then follow these steps:
|
||||
|
||||
1. Edit the `ingress-nginx-controller` Deployment and set the value of the `--default-backend-service` flag to the name of the
|
||||
|
|
@ -37,7 +37,7 @@ If you do not already have an instance of the NGINX Ingress controller running,
|
|||
|
||||
2. Edit the `ingress-nginx-controller` ConfigMap and create the key `custom-http-errors` with a value of `404,503`.
|
||||
|
||||
3. Take note of the IP address assigned to the NGINX Ingress controller Service.
|
||||
3. Take note of the IP address assigned to the Ingress-Nginx Controller Service.
|
||||
```
|
||||
$ kubectl get svc ingress-nginx
|
||||
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue