Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit a10f38e

Browse files
uniemimutogashidm
authored andcommitted
Drop security capabilities of gas deployment
Aligning with TAS. Signed-off-by: Ukri Niemimuukko <[email protected]>
1 parent 156485f commit a10f38e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

gpu-aware-scheduling/deploy/gas-deployment.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ spec:
2626
- "--v=4"
2727
image: intel/gpu-extender
2828
imagePullPolicy: IfNotPresent
29+
securityContext:
30+
capabilities:
31+
drop:
32+
- all
33+
readOnlyRootFilesystem: true
34+
runAsNonRoot: true
35+
runAsUser: 10001
2936
volumeMounts:
3037
- name: certs
3138
mountPath: /gas/cert

0 commit comments

Comments
 (0)