hanqingwu commented on code in PR #11111: URL: https://github.com/apache/apisix/pull/11111#discussion_r1566600711
########## docs/en/latest/discovery/kubernetes.md: ########## @@ -351,3 +351,55 @@ A: Assume your [_ServiceAccount_](https://kubernetes.io/docs/tasks/configure-pod ```shell kubectl -n apisix get secret kubernetes-discovery-token-c64cv -o jsonpath={.data.token} | base64 -d ``` + +## Debugging API + +It also offers control api for debugging. + +### Memory Dump API + +```shell +GET /v1/discovery/kubernetes/dump +``` + +For example: Review Comment: what should to do ? I can not understand. -- 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]
