From fbff282067fbb3835863a2ab242fdc8187163677 Mon Sep 17 00:00:00 2001 From: ston1th Date: Sat, 3 Aug 2019 22:34:10 +0200 Subject: [PATCH] typo --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d32f9e8..64fbb4d 100644 --- a/README.md +++ b/README.md @@ -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:` and `443:` 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 < /etc/nginx/nginx.conf