Skip to content

Commit b2c281b

Browse files
committed
update readme to add reminder about -watch-namespace flag
Signed-off-by: Haywood Shannon <5781935+haywoodsh@users.noreply.github.com> Signed-off-by: Haywood Shannon <5781935+haywoodsh@users.noreply.github.com>
1 parent 54bfd1c commit b2c281b

File tree

1 file changed

+2
-0
lines changed
  • examples/custom-resources/foreign-namespace-upstreams

1 file changed

+2
-0
lines changed

examples/custom-resources/foreign-namespace-upstreams/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and services into multiple namespaces. Instead of one namespace, we now use thre
1111
- In the cafe namespace, we create the cafe secret with the TLS certificate and key and the load-balancing configuration
1212
for the cafe application. That configuration references the coffee and tea configurations.
1313

14+
**Note:** When using upstreams in foreign namespaces, ensure that the NGINX Ingress Controller is configured to watch all the relevant namespaces. If you are using the `-watch-namespace` flag, make sure to include all namespaces that contain services referenced by your VirtualServer resources (in this case: `tea`, `coffee`, and `cafe`).
15+
1416
## Prerequisites
1517

1618
1. Follow the [installation](https://docs.nginx.com/nginx-ingress-controller/installation/installation-with-manifests/)

0 commit comments

Comments
 (0)