sync layering with master#2990
Conversation
When NetworkManager is restarted, all interfaces are removed from the external bridge (br-ex / breth0). By default, ports' OVS IDs change and the existing flows point to wrong 'output:' port numbers leading to packet drops of all traffic that originates at LOCAL and the node will not be able to request an IP address via DHCP. Request fixed ofport numbers via the ofport_request field. Signed-off-by: Andreas Karis <ak.karis@gmail.com>
Signed-off-by: Qi Wang <qiwan@redhat.com>
Fix: https://bugzilla.redhat.com/show_bug.cgi?id=2050466 Add validation for image and icsp CR to not allow the empty string ("") in the CRD. Empty string regsitries configurations will fail the machine config deamon operations of pulling images and the nodes will stopped in NotReady state when node rebooting after node drain. Signed-off-by: Qi Wang <qiwan@redhat.com>
Signed-off-by: Qi Wang <qiwan@redhat.com>
Bug 2050466: Not allow empty string in icsp&image CR
This adds support for a new RHCOS extension called "kerberos". It will allow users to kerberize their NFS mounts.
Bug 2048352: ovn-kubernetes: Fixed ofport_request for physical ports
Add new extension for kerberos
This has been dead code since openshift@d08090d I was briefly confused by this when trying to figure out a different bug around why my change to add a new field to controllerconfig wasn't working.
Remove `bindata.go`
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters, cheesesashimi 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 |
|
OK yeah, this is definitely a case where we want to bypass CI |
|
@cheesesashimi: The following test 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. |
Syncs the layering branch with master.