What happened:
DGX worker node becomes notReady and inaccessible during the network operator install. Node has to be rebooted to recover and then again Network operator will try to install DOCA drivers triggering a loop of node failure.
What you expected to happen:
Network operator install the doca drivers successfully and k8s cluster remains healthy.
How to reproduce it (as minimally and precisely as possible):
In the current setup we are using DGX servers with Kubernetes.
Nvidia network operator 25.10.0 is installed with below settings.
It seems if any mlnx interface is in use for OAM, it could fail to during openibd restart
Anything else we need to know?:
I have only tested in environments with Connect-X card being used for OAM.
Issue is consistent and happens with both bonded OAM interface and physical NIC as the OAM interface.
Logs:
- Network Operator version: 25.10.0
- Helm Configuration (if applicable):
helm install network-operator nvidia/network-operator \
-n network-operator \
--create-namespace \
--version 25.10.0 \
--wait
This is the snippet of last log lines from the kubectl logs -f mofed-ubuntu24.04-84cb6b9485-ds-mpj9b -n nvidia-network-operator . Upon this point the node will become notReady and SSH/ping connectivity is failing.
[13-Nov-25_12:19:23] Apply blacklisted mofed modules file to host (/host/etc/modprobe.d/blacklist-ofed-modules.conf)
Function: generate_ofed_modules_blacklist
Environment:
- Kubernetes version (use
kubectl version): 1.33
- Hardware configuration: Nvidia DGX H200
- Network adapter model and firmware version: ConnectX-7
- OS (e.g:
cat /etc/os-release): Ubuntu 24.04
- Kernel (e.g.
uname -a): 6.8.0-90-generic
- Others:
What happened:
DGX worker node becomes
notReadyand inaccessible during the network operator install. Node has to be rebooted to recover and then again Network operator will try to install DOCA drivers triggering a loop of node failure.What you expected to happen:
Network operator install the doca drivers successfully and k8s cluster remains healthy.
How to reproduce it (as minimally and precisely as possible):
In the current setup we are using DGX servers with Kubernetes.
Nvidia network operator
25.10.0is installed with below settings.It seems if any mlnx interface is in use for OAM, it could fail to during
openibd restartAnything else we need to know?:
I have only tested in environments with Connect-X card being used for OAM.
Issue is consistent and happens with both bonded OAM interface and physical NIC as the OAM interface.
Logs:
This is the snippet of last log lines from the
kubectl logs -f mofed-ubuntu24.04-84cb6b9485-ds-mpj9b -n nvidia-network-operator. Upon this point the node will becomenotReadyand SSH/ping connectivity is failing.Environment:
kubectl version): 1.33cat /etc/os-release): Ubuntu 24.04uname -a): 6.8.0-90-generic