You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add anyuid SCC to compute domain service account on OpenShift
Red Hat OpenShift blocks writing into `/etc`, causing the
following error in compute-domain-daemon pods:
```
IMEXDaemonUpdateLoop failed, initiate shutdown:
writeNodesConfig failed: failed to create nodes config file:
open /etc/nvidia-imex/nodes_config.cfg: permission denied
```
Binding `anyuid` SCC to the service account when run on OpenShift
solves this problem.
Signed-off-by: Vitaliy Emporopulo <[email protected]>
0 commit comments