We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9107670 commit 07a1973Copy full SHA for 07a1973
clusterloader2/testing/batch/job.yaml
@@ -15,7 +15,8 @@ spec:
15
spec:
16
containers:
17
- name: {{.Name}}
18
- image: gcr.io/k8s-staging-perf-tests/sleep:v0.0.3
19
- args:
+ image: registry.k8s.io/e2e-test-images/agnhost:2.56
+ command:
20
+ - sleep
21
- {{.Sleep}}
22
restartPolicy: Never
clusterloader2/testing/dra/job.yaml
@@ -19,9 +19,10 @@ spec:
23
24
- - {{.Sleep}}
25
+ - {{.Sleep}}
26
resources:
27
claims:
28
- name: gpu
util-images/sleep/Dockerfile
util-images/sleep/Makefile
util-images/sleep/README.md
util-images/sleep/main.go
0 commit comments