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: ``` [...]