-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
add --timeout flag to oc rsh #10745
add --timeout flag to oc rsh #10745
Conversation
[test] |
Needs to generate docs and completions. @liggitt PTAL |
09e2bb1
to
bc6bb75
Compare
re[test] |
bc6bb75
to
8d554f4
Compare
LGTM |
@fabianofranz PTAL |
`oc rsh` currently has a timeout of 10 seconds hardcoded for pod requests made to the server. This patch adds a flag `--timeout` to make this time user-configurable
8d554f4
to
9ee734e
Compare
[merge] |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/9286/) (Image: devenv-rhel7_5076) |
integration test flaked on #9203 |
conformance test flaked on #9548 re[test] |
Evaluated for origin test up to 9ee734e |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/9286/) |
re[merge] |
Evaluated for origin merge up to 9ee734e |
oc rsh
currently has a timeout of 10 seconds hardcoded for podrequests made to the server. This patch adds a flag
--timeout
to makethis time user-configurable
cc @fabianofranz