DOC: fix typos and syntax
This commit is contained in:
parent
d745d5245d
commit
c95511e83e
1 changed files with 3 additions and 3 deletions
|
@ -10,16 +10,16 @@
|
||||||
|
|
||||||
### Linode
|
### Linode
|
||||||
|
|
||||||
ProxyProtocol needs to be enabled for ingress-nginx to see the clients IP in ingress log.
|
PROXY protocol needs to be enabled for ingress-nginx to see the clients IP in ingress log.
|
||||||
|
|
||||||
Add the ProxyProtocol annotation to the ingress-nginx service:
|
Add the PROXY protocol annotation to the ingress-nginx service:
|
||||||
|
|
||||||
```
|
```
|
||||||
annotations:
|
annotations:
|
||||||
service.beta.kubernetes.io/linode-loadbalancer-proxy-protocol: v2
|
service.beta.kubernetes.io/linode-loadbalancer-proxy-protocol: v2
|
||||||
```
|
```
|
||||||
|
|
||||||
Update the ingress-nginx ConfigMap to make nginx expect ProxyProtocol data:
|
Update the ingress-nginx ConfigMap to make nginx expect PROXY protocol data:
|
||||||
|
|
||||||
```
|
```
|
||||||
data:
|
data:
|
||||||
|
|
Loading…
Reference in a new issue