-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Labels
kind/buglifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Description
What happened:
I tested the updated expression from #3539 and some of the NodeNetworkInterfaceDown alerts vanish but not all.
If two nodes have an interface with the same name but one is in use and one isn't, the alerts still appear. This seems to be related to the "on(device) node_network_up == 1" part of the expression.
What you expected to happen:
No NodeNetworkInterfaceDown alerts.
How to reproduce it (as minimally and precisely as possible):
Node1 has eno1 (in use) and eno2 (in use)
Node2 has eno1 (in use) and enp5s0 (not in use)
Node3 has eno1 (in use) and eno2 (not in use)
There is an NodeNetworkInterfaceDown alert for Node3 but not Node2.
Environment:
- OKD 4.19.0-okd-scos.15
- KubeVirt Operator 1.15.2 from Community Operators
Metadata
Metadata
Assignees
Labels
kind/buglifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.