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 987be57 commit 3bba94aCopy full SHA for 3bba94a
fio.yaml
@@ -13,9 +13,6 @@ spec:
13
labels:
14
app: fio
15
spec:
16
- nodeSelector:
17
- kubernetes.io/hostname: k1-bf30
18
- # kubernetes.io/hostname: k1-8843
19
affinity:
20
podAntiAffinity:
21
requiredDuringSchedulingIgnoredDuringExecution:
@@ -28,7 +25,7 @@ spec:
28
25
topologyKey: "kubernetes.io/hostname"
29
26
containers:
30
27
- name: fio
31
- image: joshuarobinson/fio:3.19
+ image: ghcr.io/linux-project/fio-kubernetes:main
32
command: ["sh"]
33
args: ["-c", "echo ${HOSTNAME} && mkdir -p /scratch/${HOSTNAME} && fio /configs/fio.job --eta=never --directory=/scratch/${HOSTNAME}"]
34
volumeMounts:
0 commit comments