We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WatchRequest_ProgressRequest
@brandond I found a way to reproduce the watch-list request easily. Firstly, use kubectl proxy to bypass the authorization/certification issue.
kubectl proxy &
Then, use curl to create a watch-list request to apiserver, and please ensure you enabled watch-list feature in k8s apiserver.
curl 'http://localhost:8001/api/v1/namespaces/default/pods?allowWatchBookmarks=true&resourceVersionMatch=NotOlderThan&sendInitialEvents=true&timeoutSeconds=565&watch=true'
Now You can dig out what's going on under the hood.
Originally posted by @qwtsc in #255 (comment)
The text was updated successfully, but these errors were encountered:
brandond
No branches or pull requests
@brandond I found a way to reproduce the watch-list request easily. Firstly, use kubectl proxy to bypass the authorization/certification issue.
kubectl proxy &
Then, use curl to create a watch-list request to apiserver, and please ensure you enabled watch-list feature in k8s apiserver.
curl 'http://localhost:8001/api/v1/namespaces/default/pods?allowWatchBookmarks=true&resourceVersionMatch=NotOlderThan&sendInitialEvents=true&timeoutSeconds=565&watch=true'
Now You can dig out what's going on under the hood.
Originally posted by @qwtsc in #255 (comment)
The text was updated successfully, but these errors were encountered: