-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Bug 1772154: RHCOS: Bump to 43.81.201911192044.0 for CRI-O bug fix #2666
Conversation
@stbenjam: This pull request references Bugzilla bug 1772154, which is invalid:
Comment 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. |
/bugzilla refresh |
@stbenjam: This pull request references Bugzilla bug 1772154, which is valid. The bug has been moved to the POST 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. |
/cc @hardys |
/assign @abhinavdahiya |
/test e2e-azure |
/test e2e-gcp |
/test e2e-metal |
/test e2e-vsphere |
1 similar comment
/test e2e-vsphere |
@openshift/openshift-team-red-hat-coreos Hello, any chance someone could look at above failures in vsphere related to coreos-cryptfs? 🙏 |
/test e2e-vsphere |
vsphere is failing due to a bug in coreos-cryptfs, it may be mistaken that the vm has a TPM. Other platforms seem OK (after fixing the outstanding compression issues)
We'll need a new rhcos build once this is fixed |
/honk |
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. |
/hold |
/test e2e-vsphere |
/label platform/baremetal Checking Metal3 CI. |
@stbenjam: The label(s) 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. |
I kicked off Metal3 CI manually, but why are we still seeing this? platform/baremetal is in that list... /honk |
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. |
Looks like vsphere is still broken. @cgwalters Do you know if the encryption fixes include the problem we were seeing with VMware disks? |
This CI passed, not sure why the metal3ci comment didn't appear here though... |
The vsphere failure is test failures though, not cluster bringup. |
/lgtm |
Those are the same test failures I have seen lately. Not related to this PR |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters, JAORMX, jcpowermac, sdodson, stbenjam 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 |
Thank you all!! |
/hold cancel |
@stbenjam: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. |
@stbenjam: All pull requests linked via external trackers have merged. Bugzilla bug 1772154 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. |
The current version of RHCOS pinned in the installer has a bug where CRI-O is overriding the PodIP for the baremetal IPI platform's containers that use host networking, resulting in cluster installation failing. Bumping to 43.81.201911192044.0 also brings in some fixes for Azure FIPS and encryption [1]. Generated with: $ hack/update-rhcos-bootimage.py https://releases-art-rhcos.svc.ci.openshift.org/art/storage/releases/rhcos-4.3/43.81.201911192044.0/x86_64/meta.json Fixes openshift#2646 [1]: openshift#2666 (comment)
We suspect 3c05621 (RHCOS: Bump to 43.81.201911192044.0 for CRI-O bug fix, 2019-11-13, openshift#2666) made etcd sad, with a jump in leader elections and 'etcdserver: request timed out' [1]. Not clear on why yet, but here's trying the older RHCOS to see how it plays. [1]: https://bugzilla.redhat.com/show_bug.cgi?id=1775878
The current version of RHCOS pinned in the installer has a bug where
CRI-O is overriding the PodIP for the baremetal IPI platform's
containers that use host networking, resulting in cluster installation
failing.
fixes #2646