shareinto commented on issue #8144: URL: https://github.com/apache/apisix/issues/8144#issuecomment-1286734763
``` 10.0.130.127 - - [21/Oct/2022:09:55:28 +0000] XXX "GET /k8s/clusters/local/api/v1/namespaces/default/pods?allowWatchBookmarks=true&fieldSelector=metadata.name%3Dnsenter-q59hy6&resourceVersion=926371716&timeout=7m44s&timeoutSeconds=464&watch=true HTTP/2.0" 200 3907 59.753 "-" "kubectl/v1.23.6 (linux/amd64) kubernetes/ad33385" 10.0.82.185:80 200 59.754 "http://xxxx" ``` this is the watch api log ,and it took about 60s, when i use nginx ingress controller as proxy ,this api took about 10s. ``` k run -h ... --pod-running-timeout=1m0s: The length of time (like 5s, 2m, or 3h, higher than zero) to wait until at least one pod is running ... ``` and the 60s is the default value of pod-running-timeout -- 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]
