-
Notifications
You must be signed in to change notification settings - Fork 413
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-8523: Revert "daemon: Temporarily copy auth file with more open perms on FCOS" #3591
OCPBUGS-8523: Revert "daemon: Temporarily copy auth file with more open perms on FCOS" #3591
Conversation
@vrutkovs: This pull request references Jira Issue OCPBUGS-8523, 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: 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 kubernetes/test-infra repository. |
/test okd-e2e-aws |
@vrutkovs: This pull request references Jira Issue OCPBUGS-8523, which is valid. 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 kubernetes/test-infra repository. |
Unfortunately I think 0451275 is currently load bearing also for RHCOS upgrades, so we likely can't revert it. I did actually figure out how to do this without |
Oh, okay, I can drop 0451275 revert |
3433e7f
to
f5d9776
Compare
@vrutkovs: This pull request references Jira Issue OCPBUGS-8523, which is valid. 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 kubernetes/test-infra repository. |
This reverts commit 6ccdd57.
f5d9776
to
cee9e69
Compare
/test okd-e2e-aws |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like a clean revert. I guess if OKD CI passes, we are safe to merge?
OKD install passed, failed on various flakes. Should be safe to merge imo |
One thing that'd be good to verify here is |
@cgwalters: trigger 1 job(s) for the /payload-(job|aggregate) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/362cf6f0-bd3b-11ed-825b-95a1b37065a0-0 |
/lgtm (A bit more rationale here; originally FCOS+OKD hit this bug, but the relevant code did actually make its way into at least RHEL9 I believe if not RHEL8. I'm pretty sure the fix in coreos/rpm-ostree#4033 did make it in too, but still good to cross check) |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters, vrutkovs, yuqi-zhang 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 |
/test okd-e2e-aws |
/test okd-e2e-aws |
Verified that this change unblocks assisted-installer workflow |
@vrutkovs: This pull request references Jira Issue OCPBUGS-8523, which is valid. 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 kubernetes/test-infra repository. |
/skip |
/override ci/prow/e2e-aws-ovn-upgrade |
@cgwalters: Overrode contexts on behalf of cgwalters: ci/prow/e2e-aws-ovn-upgrade 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/test-infra repository. |
@vrutkovs: The following tests failed, say
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/test-infra repository. I understand the commands that are listed here. |
@vrutkovs: Jira Issue OCPBUGS-8523: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-8523 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 kubernetes/test-infra repository. |
/cherrypick release-4.13 |
@vrutkovs: new pull request created: #3594 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/test-infra repository. |
This reverts commit 6ccdd57.
- What I did
Reverted one of commits introduced in #3358 to fix OKD-63. This workaround however breaks Assisted Installer flow, which runs
mcd start
on Live ISO where /var/lib/kubelet/config.json is not yet created.- How to verify it
Install OKD FCOS/SCOS
- Description for the changelog