From 9cfc3c45354219e7a597b57d394e3b2f2c1e8319 Mon Sep 17 00:00:00 2001 From: Dominik Chilla <43314918+chillout2k@users.noreply.github.com> Date: Sun, 23 Aug 2020 18:48:51 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a333f8..63853d2 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE service/my-nginx ClusterIP 10.43.118.13 80/TCP 99s [...] ``` -Expose my-nginx app on nginx-ingress TCP-port 9000: `kubectl edit service -n ingress-nginx` +Enable client-IP transparency and expose my-nginx app on nginx-ingress TCP-port 9000: `kubectl edit service -n ingress-nginx` Find the `ports:`-section of the `ingress-nginx-controller` service and *ADD* the definition for port 9000: ``` [...]