fix: set privileged to false in securityContext

This commit is contained in:
Cloud User 2026-03-04 16:14:44 +09:00
parent 5633426a5e
commit c889661d5c
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ spec:
- name: node - name: node
image: nvcr.io/nvidia/tensorflow:24.03-tf2-py3 image: nvcr.io/nvidia/tensorflow:24.03-tf2-py3
securityContext: securityContext:
privileged: true privileged: false
capabilities: capabilities:
add: add:
- IPC_LOCK - IPC_LOCK