navendu-pottekkat commented on code in PR #1605:
URL: 
https://github.com/apache/apisix-ingress-controller/pull/1605#discussion_r1083391377


##########
docs/en/latest/concepts/annotations.md:
##########
@@ -360,3 +360,32 @@ spec:
             port:
               number: 50053
 ```
+
+## Cross namespace reference service

Review Comment:
   Maybe it can just be "Cross-namespace reference"?



##########
docs/en/latest/concepts/annotations.md:
##########
@@ -360,3 +360,32 @@ spec:
             port:
               number: 50053
 ```
+
+## Cross namespace reference service
+
+The value of the annotation should be the namespace of the service.

Review Comment:
   "This annotation can be used to route to services in a different namespace."
   
   Or something that explains what this annotation does.



##########
docs/en/latest/concepts/annotations.md:
##########
@@ -360,3 +360,32 @@ spec:
             port:
               number: 50053
 ```
+
+## Cross namespace reference service
+
+The value of the annotation should be the namespace of the service.
+
+In the example configuration below, the Ingress resource in the default 
namespace references the httpbin service from the test namespace:

Review Comment:
   ```suggestion
   In the example configuration below, the Ingress resource in the `default` 
namespace references the httpbin service in the `test` namespace:
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to