Skip to content

Commit

Permalink
Mark the pods as not restartable.
Browse files Browse the repository at this point in the history
This makes the experimentaiton simpler as deleting a pods terminates it.
  • Loading branch information
mimowo committed Feb 8, 2024
1 parent 4d0e5a6 commit 3cb5660
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/static/examples/pods-kueue/kueue-pod-group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:
annotations:
kueue.x-k8s.io/pod-group-total-count: "2"
spec:
restartPolicy: Never
containers:
- name: sleep
image: busybox
Expand All @@ -27,6 +28,7 @@ metadata:
annotations:
kueue.x-k8s.io/pod-group-total-count: "2"
spec:
restartPolicy: Never
containers:
- name: sleep
image: busybox
Expand Down

0 comments on commit 3cb5660

Please sign in to comment.