-
Notifications
You must be signed in to change notification settings - Fork 387
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
OCPBUGS-38975: monitor should not exit for temp api disconnect #1949
Conversation
@rwsu: This pull request references Jira Issue OCPBUGS-38975, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
/jira refresh |
@rwsu: This pull request references Jira Issue OCPBUGS-38975, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
/retest-required |
/test e2e-agnostic-ovn-cmd |
1 similar comment
/test e2e-agnostic-ovn-cmd |
This commit updates the isMonitoringDone function to retry and not exit if the error from reading the node-joiner pod is Get "https://api.ostest.test.metalkube.org:6443/api/v1/namespaces/openshift-node-joiner-zfbp9/pods/node-joiner-monitor-4lx8l": EOF This happens if the oc client is temporarily disconnected from the api server. The error returned is type net/url/Error.
@rwsu: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andfasano, rwsu 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 |
This change only affects the "oc adm node-image" command. It fixes an issue that we see quite often in CI and testing, so we'd like to have it merged. /label acknowledge-critical-fixes-only |
@rwsu: Jira Issue OCPBUGS-38975: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-38975 has been moved to the MODIFIED state. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
/jira backport release-4.18 release-4.17 |
[ART PR BUILD NOTIFIER] Distgit: openshift-enterprise-cli |
[ART PR BUILD NOTIFIER] Distgit: ose-tools |
[ART PR BUILD NOTIFIER] Distgit: openshift-enterprise-deployer |
[ART PR BUILD NOTIFIER] Distgit: ose-cli-artifacts |
/jira backport release-4.18 release-4.17 |
/jira backport release-4.18 |
@rwsu: The following backport issues have been created:
Queuing cherrypicks to the requested branches to be created after this PR merges: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@openshift-ci-robot: new pull request created: #1963 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This commit updates the isMonitoringDone function to retry and not exit if the error from reading the node-joiner pod is
Get "https://api.ostest.test.metalkube.org:6443/api/v1/namespaces/openshift-node-joiner-zfbp9/pods/node-joiner-monitor-4lx8l": EOF
This happens if the oc client is temporarily disconnected from the api server. The error returned is type net/url/Error.