-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
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
🐛 Disable default apiserver timeout (60s) for Syncer tunnel connection #2897
🐛 Disable default apiserver timeout (60s) for Syncer tunnel connection #2897
Conversation
000d703
to
6aed18b
Compare
6aed18b
to
3ad9fb9
Compare
3ad9fb9
to
cbc665a
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ncdc, stevekuznetsov The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ncdc, stevekuznetsov The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest
|
/retest |
Summary
This PR adds the tunnel subresource (used by the syncer reverse tunnel) to the
LongRunningFunc
filter function. That is done to avoid the default timeout of 60s when accessing the tunnel subresource; this will fix the current issue where the Syncer tunnel is disconnected every minute, improving the end-user experience when accessing pods logs/exec...Related issue(s)
Fixes #2886