An OpenShift cluster's SDN (OVN-Kubernetes) experiences packet loss between nodes. The administrator needs to inspect the Open vSwitch (OVS) flow tables on a specific worker node. How should they access the node to run 'ovs-ofctl dump-flows'?
This command runs chroot on the host filesystem via oc debug to directly execute OVS commands.
Why this answer
Using oc debug node/<node-name> provides a shell where chroot /host allows executing host-level commands like ovs-ofctl.