[release-4.11] Bug 2103749: daemon: initialize nodewriter before login monitor#3219
Conversation
As part of openshift#3143 we re-ordered the clusterconnect operations. This meant that the login monitor started before the nodewriter object was initialized, which caused a race where the monitor could try to write the ssh accessed annotation before the nodewriter was initialized, causing a panic. This is good to get fixed, but also note that: 1. this is relatively rare since most users should not be ssh'ing 2. the general ssh accessed annotation is broken such that its not always applied, but we definitely should not panic here.
|
@openshift-cherrypick-robot: Bugzilla bug 2099664 has been cloned as Bugzilla bug 2103749. Retitling PR to link against new bug. DetailsIn 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/test-infra repository. |
|
@openshift-cherrypick-robot: This pull request references Bugzilla bug 2103749, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 6 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn 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/test-infra repository. |
yuqi-zhang
left a comment
There was a problem hiding this comment.
/label backport-risk-assessed
/lgtm
No risk, fixes race condition
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: openshift-cherrypick-robot, yuqi-zhang The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@openshift-cherrypick-robot: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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/test-infra repository. I understand the commands that are listed here. |
|
/label cherry-pick-approved |
|
@openshift-cherrypick-robot: All pull requests linked via external trackers have merged: Bugzilla bug 2103749 has been moved to the MODIFIED state. DetailsIn 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/test-infra repository. |
This is an automated cherry-pick of #3211
/assign yuqi-zhang