WaitForFirstConsumer (StorageClass binding mode)
A PVC stays deliberately 'Pending' until a pod/VM actually uses it — not an error!
Short explanations of concepts used across the test plans — networking, storage, secrets management, and more — for anyone who does not work with them every day.
OVN-Kubernetes (OVN-K) is the default CNI plugin in OpenShift. It uses Open vSwitch (OVS) internally and attaches the node's primary NIC to a bridge named br-ex. The node IP then sits on br-ex, not directly on the physical NIC (e.g. eno2). That is why ip addr show eno2 may show no IP, while ip addr show br-ex does.
Explains why eno2 cannot be used directly for VM bridges on this Hetzner SNO (PRE-02/PRE-03), and why OVN-K localnet is the officially supported path for physical LAN access instead (TC-NET-002).