typo
This commit is contained in:
parent
0e6be50e37
commit
fbff282067
1 changed files with 4 additions and 3 deletions
|
|
@ -38,12 +38,13 @@ Install nginx: `apt install nginx -y`
|
|||
|
||||
Configure nginx to forward traffic to the node ports.
|
||||
First get the ports of your ingress controller.
|
||||
|
||||
Look for the `80:<nodeport>` and `443:<nodeport>` mappings.
|
||||
|
||||
For nginx: `kubectl -n ingress-nginx get svc ingress-nginx`
|
||||
For Istio: `kubectl -n istio-system get svc istio-ingressgateway`
|
||||
* nginx: `kubectl -n ingress-nginx get svc ingress-nginx`
|
||||
* Istio: `kubectl -n istio-system get svc istio-ingressgateway`
|
||||
|
||||
Now add all your nodes as stream backends with the ports:
|
||||
Now add all your worker nodes as stream backends with the ports:
|
||||
|
||||
```
|
||||
cat <<EOF> /etc/nginx/nginx.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue