Skip to content

Commit 8f57043

Browse files
committed
fix: remove security context and runAsGroup
Signed-off-by: Amir380-A <62997533+Amir380-A@users.noreply.github.com>
1 parent 9a583bf commit 8f57043

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

manifests/base/runtimes/deepspeed_distributed.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,11 @@ spec:
4040
spec:
4141
template:
4242
spec:
43-
securityContext:
44-
fsGroup: 1000
4543
containers:
4644
- name: node
4745
image: ghcr.io/kubeflow/trainer/deepspeed-runtime
4846
securityContext:
4947
runAsUser: 1000
50-
runAsGroup: 1000
5148
command:
5249
- /usr/sbin/sshd
5350
args:
@@ -70,11 +67,8 @@ spec:
7067
spec:
7168
template:
7269
spec:
73-
securityContext:
74-
fsGroup: 1000
7570
containers:
7671
- name: node
7772
image: ghcr.io/kubeflow/trainer/deepspeed-runtime
7873
securityContext:
7974
runAsUser: 1000
80-
runAsGroup: 1000

0 commit comments

Comments
 (0)