Skip to content

Commit

Permalink
#1973 pod disk fill now uses new configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
W. Watson committed Apr 19, 2024
1 parent 7a7ce1c commit 0998ac3
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/templates/chaos_templates/disk_fill.yml.ecr
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,17 @@ spec:
components:
env:
# specify the fill percentage according to the disk pressure required
- name: EPHEMERAL_STORAGE_MEBIBYTES
value: '500'

#- name: EPHEMERAL_STORAGE_MEBIBYTES
#value: '500'
- name: TOTAL_CHAOS_DURATION
value: '60'
- name: CHAOS_INTERVAL
value: '10'
- name: DISK_FILL_PERCENTAGE
value: '80'
- name: TARGET_CONTAINER
value: ''
- name: FILL_PERCENTAGE
value: ''
#- name: FILL_PERCENTAGE
# value: ''
- name: CONTAINER_PATH
value: '/var/lib/containerd/io.containerd.grpc.v1.cri/containers/'

0 comments on commit 0998ac3

Please sign in to comment.