We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4956b99 commit ab11c92Copy full SHA for ab11c92
src/templates/chaos_templates/disk_fill.yml.ecr
@@ -19,12 +19,17 @@ spec:
19
components:
20
env:
21
# specify the fill percentage according to the disk pressure required
22
- - name: EPHEMERAL_STORAGE_MEBIBYTES
23
- value: '500'
24
-
+ #- name: EPHEMERAL_STORAGE_MEBIBYTES
+ #value: '500'
+ - name: TOTAL_CHAOS_DURATION
25
+ value: '60'
26
+ - name: CHAOS_INTERVAL
27
+ value: '10'
28
+ - name: DISK_FILL_PERCENTAGE
29
+ value: '80'
30
- name: TARGET_CONTAINER
31
value: ''
- - name: FILL_PERCENTAGE
- value: ''
32
+ #- name: FILL_PERCENTAGE
33
+ # value: ''
34
- name: CONTAINER_PATH
35
value: '/var/lib/containerd/io.containerd.grpc.v1.cri/containers/'
0 commit comments