kayx23 commented on code in PR #2124:
URL:
https://github.com/apache/apisix-ingress-controller/pull/2124#discussion_r1442359230
##########
docs/en/latest/tutorials/external-service-discovery.md:
##########
@@ -88,3 +88,18 @@ discovery:
```
After applying the above configuration, we can try to access
`httpbin.default.svc.cluster.local` directly through APISIX.
+
+:::note
+The above discovery configuration needs to be configured at the time of
installation and cannot be edited later. For example, if you're installing via
helm chart, make sure that you use the below configuration to override default
helm values.
+
+```yaml
+apisix:
+ discovery:
+ enabled: true
+ registry:
+ dns:
+ servers:
+ - "172.17.0.11:53" #Replace servers with your configured servers.
Review Comment:
```suggestion
- "172.17.0.11:53" # replace with your server addresses
```
--
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]