-
Notifications
You must be signed in to change notification settings - Fork 106
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
WIP: Webhook policy backport47 #576
Conversation
LinkType is not detectable for eth vfio-pci device using netlink library which results in failure when exposing vfio-pci resources. Signed-off-by: Zenghui Shi <[email protected]>
[release-4.7] Bug 1930469: Only add linkType selector for infiniband devices
This commit updates protobuf to v1.3.2 to address CVE-2021-3121 Steps performed to do the update: go get github.com/gogo/protobuf v1.3.2 add replace directive in go.mod to force v1.3.2 of gogo/protobuf v1.3.2 go mod tidy go mod vendor Signed-off-by: Zenghui Shi <[email protected]>
Bug 1924842: Update gogo/protobuf to v1.3.2
Signed-off-by: Zenghui Shi <[email protected]>
The config daemon instance on each node need to compete for the 'Draining' lock before it can draining/rebooting a node. After a config daemon instance gets the lock, it checks its MachineConfigPool conditions. If the MCP is in ready state, it will pause the MCP then process, otherwise, it wait for the MCP getting ready. The MCP will be resumed after the config daemon and release the lock after the config dameon finishes its work.
[release-4.7] Bug 1960103: Pause MCP before draining/rebooting node
Bug 1958467: Fix index out of range panic when ifaceName is empty
[release-4.7] Bug 1960103: Find the MCP based on the owner of node's desired MC
…penshift-4.7-sriov-network-webhook Updating sriov-network-webhook builder & base images to be consistent with ART
…penshift-4.7-sriov-network-must-gather Updating sriov-network-must-gather builder & base images to be consistent with ART
@mmirecki: PR needs rebase. 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. |
@mmirecki: 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. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mmirecki The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Update Helm chart kubeVersion check
No description provided.