Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ spec:
##
securityContext:
fsGroup: 100
seccompProfile:
type: RuntimeDefault
Comment on lines +215 to +216

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should sanity check that this does not break accelerator intergration for NVIDIA or AMD GPUs.

cc @christian-heusel


## container SecurityContext for Workspace Pods (MUTABLE)
## - spec for SecurityContext:
Expand All @@ -223,6 +225,9 @@ spec:
drop:
- ALL
runAsNonRoot: true
runAsUser: 1000

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have no such requirement to run as 1000, and this has no relation to PSS.

Please remove.

seccompProfile:
type: RuntimeDefault

## ==============================================================
## WORKSPACE OPTIONS
Expand Down
Loading