Skip to content

Commit

Permalink
fix(mlc-llm): privileged PSS
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Sep 26, 2024
1 parent 7ec6cfa commit c850859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube/deploy/apps/mlc-llm/ns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ metadata:
name: mlc-llm
labels:
kustomize.toolkit.fluxcd.io/prune: disabled
pod-security.kubernetes.io/enforce: &ps baseline
pod-security.kubernetes.io/enforce: &ps privileged # seccomp for Vulkan with Intel iGPU
pod-security.kubernetes.io/audit: *ps
pod-security.kubernetes.io/warn: *ps

0 comments on commit c850859

Please sign in to comment.