Skip to content

Commit 879c86e

Browse files
committed
Update chaos experiment documentation to reflect changes in image references and tags. Standardized the EXPERIMENT_IMAGE and EXPERIMENT_IMAGE_TAG across multiple experiments to use 'litmuschaos/go-runner' with version '1.13.8'. Removed IMAGE_PULL_POLICY entries for clarity.
1 parent aa5059c commit 879c86e

File tree

14 files changed

+67
-67
lines changed

14 files changed

+67
-67
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
APP_NS: default
8686
APP_LABEL: run=nginx
8787
APP_KIND: deployment
88-
IMAGE_PULL_POLICY: Always
88+
8989
TOTAL_CHAOS_DURATION: 30
9090
CHAOS_INTERVAL: 10
9191
FORCE: false
@@ -145,7 +145,7 @@ jobs:
145145
APP_NS: default
146146
APP_LABEL: run=nginx
147147
APP_KIND: deployment
148-
IMAGE_PULL_POLICY: Always
148+
149149
TOTAL_CHAOS_DURATION: 30
150150
CHAOS_INTERVAL: 10
151151
FORCE: false

experiments/container-kill/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343

4444
# Experiment Configuration
4545
EXPERIMENT_NAME: container-kill
46-
EXPERIMENT_IMAGE: litmuschaos.docker.scarf.sh/litmuschaos/go-runner
47-
EXPERIMENT_IMAGE_TAG: 3.16.0
48-
IMAGE_PULL_POLICY: Always
46+
EXPERIMENT_IMAGE: litmuschaos/go-runner
47+
EXPERIMENT_IMAGE_TAG: 1.13.8
48+
4949

5050
# Container Kill Specific Configuration
5151
TARGET_CONTAINER: nginx
@@ -305,13 +305,13 @@ The following environment variables are used to configure the container-kill exp
305305
<td> EXPERIMENT_IMAGE </td>
306306
<td> We can provide custom image for running chaos experiment </td>
307307
<td> Optional </td>
308-
<td> litmuschaos.docker.scarf.sh/litmuschaos/go-runner </td>
308+
<td> litmuschaos/go-runner </td>
309309
</tr>
310310
<tr>
311311
<td> EXPERIMENT_IMAGE_TAG </td>
312312
<td> We can set the image tag while using custom image for the chaos experiment </td>
313313
<td> Optional </td>
314-
<td> 3.16.0 </td>
314+
<td> 1.13.8 </td>
315315
</tr>
316316
<tr>
317317
<td> IMAGE_PULL_POLICY </td>

experiments/disk-fill/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545

4646
# Experiment Configuration
4747
EXPERIMENT_NAME: disk-fill
48-
EXPERIMENT_IMAGE: litmuschaos.docker.scarf.sh/litmuschaos/go-runner
49-
EXPERIMENT_IMAGE_TAG: 3.16.0
50-
IMAGE_PULL_POLICY: Always
48+
EXPERIMENT_IMAGE: litmuschaos/go-runner
49+
EXPERIMENT_IMAGE_TAG: 1.13.8
50+
5151

5252
# Disk Fill Specific Configuration
5353
FILL_PERCENTAGE: 80
@@ -303,13 +303,13 @@ The following environment variables are used to configure the disk-fill experime
303303
<td> EXPERIMENT_IMAGE </td>
304304
<td> We can provide custom image for running chaos experiment </td>
305305
<td> Optional </td>
306-
<td> litmuschaos.docker.scarf.sh/litmuschaos/go-runner </td>
306+
<td> litmuschaos/go-runner </td>
307307
</tr>
308308
<tr>
309309
<td> EXPERIMENT_IMAGE_TAG </td>
310310
<td> We can set the image tag while using custom image for the chaos experiment </td>
311311
<td> Optional </td>
312-
<td> 3.16.0 </td>
312+
<td> 1.13.8 </td>
313313
</tr>
314314
<tr>
315315
<td> IMAGE_PULL_POLICY </td>

experiments/node-cpu-hog/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343

4444
# Experiment Configuration
4545
EXPERIMENT_NAME: node-cpu-hog
46-
EXPERIMENT_IMAGE: litmuschaos.docker.scarf.sh/litmuschaos/go-runner
47-
EXPERIMENT_IMAGE_TAG: 3.16.0
48-
IMAGE_PULL_POLICY: Always
46+
EXPERIMENT_IMAGE: litmuschaos/go-runner
47+
EXPERIMENT_IMAGE_TAG: 1.13.8
48+
4949

5050
# Node CPU Hog Specific Configuration
5151
TOTAL_CHAOS_DURATION: 60
@@ -294,13 +294,13 @@ The following environment variables are used to configure the node-cpu-hog exper
294294
<td> EXPERIMENT_IMAGE </td>
295295
<td> We can provide custom image for running chaos experiment </td>
296296
<td> Optional </td>
297-
<td> litmuschaos.docker.scarf.sh/litmuschaos/go-runner </td>
297+
<td> litmuschaos/go-runner </td>
298298
</tr>
299299
<tr>
300300
<td> EXPERIMENT_IMAGE_TAG </td>
301301
<td> We can set the image tag while using custom image for the chaos experiment </td>
302302
<td> Optional </td>
303-
<td> 3.16.0 </td>
303+
<td> 1.13.8 </td>
304304
</tr>
305305
<tr>
306306
<td> IMAGE_PULL_POLICY </td>

experiments/node-io-stress/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242

4343
# Experiment Configuration
4444
EXPERIMENT_NAME: node-io-stress
45-
EXPERIMENT_IMAGE: litmuschaos.docker.scarf.sh/litmuschaos/go-runner
46-
EXPERIMENT_IMAGE_TAG: 3.16.0
47-
IMAGE_PULL_POLICY: Always
45+
EXPERIMENT_IMAGE: litmuschaos/go-runner
46+
EXPERIMENT_IMAGE_TAG: 1.13.8
47+
4848

4949
# Node IO Stress Specific Configuration
5050
TOTAL_CHAOS_DURATION: 120
@@ -293,13 +293,13 @@ The following environment variables are used to configure the node-io-stress exp
293293
<td> EXPERIMENT_IMAGE </td>
294294
<td> We can provide custom image for running chaos experiment </td>
295295
<td> Optional </td>
296-
<td> litmuschaos.docker.scarf.sh/litmuschaos/go-runner </td>
296+
<td> litmuschaos/go-runner </td>
297297
</tr>
298298
<tr>
299299
<td> EXPERIMENT_IMAGE_TAG </td>
300300
<td> We can set the image tag while using custom image for the chaos experiment </td>
301301
<td> Optional </td>
302-
<td> 3.16.0 </td>
302+
<td> 1.13.8 </td>
303303
</tr>
304304
<tr>
305305
<td> IMAGE_PULL_POLICY </td>

experiments/node-memory-hog/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343

4444
# Experiment Configuration
4545
EXPERIMENT_NAME: node-memory-hog
46-
EXPERIMENT_IMAGE: litmuschaos.docker.scarf.sh/litmuschaos/go-runner
47-
EXPERIMENT_IMAGE_TAG: 3.16.0
48-
IMAGE_PULL_POLICY: Always
46+
EXPERIMENT_IMAGE: litmuschaos/go-runner
47+
EXPERIMENT_IMAGE_TAG: 1.13.8
48+
4949

5050
# Node Memory Hog Specific Configuration
5151
TOTAL_CHAOS_DURATION: 120
@@ -294,13 +294,13 @@ The following environment variables are used to configure the node-memory-hog ex
294294
<td> EXPERIMENT_IMAGE </td>
295295
<td> We can provide custom image for running chaos experiment </td>
296296
<td> Optional </td>
297-
<td> litmuschaos.docker.scarf.sh/litmuschaos/go-runner </td>
297+
<td> litmuschaos/go-runner </td>
298298
</tr>
299299
<tr>
300300
<td> EXPERIMENT_IMAGE_TAG </td>
301301
<td> We can set the image tag while using custom image for the chaos experiment </td>
302302
<td> Optional </td>
303-
<td> 3.16.0 </td>
303+
<td> 1.13.8 </td>
304304
</tr>
305305
<tr>
306306
<td> IMAGE_PULL_POLICY </td>

experiments/pod-autoscaler/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141

4242
# Experiment Configuration
4343
EXPERIMENT_NAME: pod-autoscaler
44-
EXPERIMENT_IMAGE: litmuschaos.docker.scarf.sh/litmuschaos/go-runner
45-
EXPERIMENT_IMAGE_TAG: 3.16.0
46-
IMAGE_PULL_POLICY: Always
44+
EXPERIMENT_IMAGE: litmuschaos/go-runner
45+
EXPERIMENT_IMAGE_TAG: 1.13.8
46+
4747

4848
# Pod Autoscaler Specific Configuration
4949
TOTAL_CHAOS_DURATION: 60
@@ -299,13 +299,13 @@ The following environment variables are used to configure the pod-autoscaler exp
299299
<td> EXPERIMENT_IMAGE </td>
300300
<td> We can provide custom image for running chaos experiment </td>
301301
<td> Optional </td>
302-
<td> litmuschaos.docker.scarf.sh/litmuschaos/go-runner </td>
302+
<td> litmuschaos/go-runner </td>
303303
</tr>
304304
<tr>
305305
<td> EXPERIMENT_IMAGE_TAG </td>
306306
<td> We can set the image tag while using custom image for the chaos experiment </td>
307307
<td> Optional </td>
308-
<td> 3.16.0 </td>
308+
<td> 1.13.8 </td>
309309
</tr>
310310
<tr>
311311
<td> IMAGE_PULL_POLICY </td>

experiments/pod-cpu-hog/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343

4444
# Experiment Configuration
4545
EXPERIMENT_NAME: pod-cpu-hog
46-
EXPERIMENT_IMAGE: litmuschaos.docker.scarf.sh/litmuschaos/go-runner
47-
EXPERIMENT_IMAGE_TAG: 3.16.0
48-
IMAGE_PULL_POLICY: Always
46+
EXPERIMENT_IMAGE: litmuschaos/go-runner
47+
EXPERIMENT_IMAGE_TAG: 1.13.8
48+
4949

5050
# Pod CPU Hog Specific Configuration
5151
TARGET_CONTAINER: nginx
@@ -288,13 +288,13 @@ The following environment variables are used to configure the pod-cpu-hog experi
288288
<td> EXPERIMENT_IMAGE </td>
289289
<td> We can provide custom image for running chaos experiment </td>
290290
<td> Optional </td>
291-
<td> litmuschaos.docker.scarf.sh/litmuschaos/go-runner </td>
291+
<td> litmuschaos/go-runner </td>
292292
</tr>
293293
<tr>
294294
<td> EXPERIMENT_IMAGE_TAG </td>
295295
<td> We can set the image tag while using custom image for the chaos experiment </td>
296296
<td> Optional </td>
297-
<td> 3.16.0 </td>
297+
<td> 1.13.8 </td>
298298
</tr>
299299
<tr>
300300
<td> IMAGE_PULL_POLICY </td>

experiments/pod-delete/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343

4444
# Experiment Configuration
4545
EXPERIMENT_NAME: pod-delete
46-
EXPERIMENT_IMAGE: litmuschaos.docker.scarf.sh/litmuschaos/go-runner
47-
EXPERIMENT_IMAGE_TAG: 3.16.0
48-
IMAGE_PULL_POLICY: Always
46+
EXPERIMENT_IMAGE: litmuschaos/go-runner
47+
EXPERIMENT_IMAGE_TAG: 1.13.8
48+
4949

5050
# Pod Delete Specific Configuration
5151
TOTAL_CHAOS_DURATION: 30
@@ -288,13 +288,13 @@ The following environment variables are used to configure the pod-delete experim
288288
<td> EXPERIMENT_IMAGE </td>
289289
<td> We can provide custom image for running chaos experiment </td>
290290
<td> Optional </td>
291-
<td> litmuschaos.docker.scarf.sh/litmuschaos/go-runner </td>
291+
<td> litmuschaos/go-runner </td>
292292
</tr>
293293
<tr>
294294
<td> EXPERIMENT_IMAGE_TAG </td>
295295
<td> We can set the image tag while using custom image for the chaos experiment </td>
296296
<td> Optional </td>
297-
<td> 3.16.0 </td>
297+
<td> 1.13.8 </td>
298298
</tr>
299299
<tr>
300300
<td> IMAGE_PULL_POLICY </td>

experiments/pod-memory-hog/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343

4444
# Experiment Configuration
4545
EXPERIMENT_NAME: pod-memory-hog
46-
EXPERIMENT_IMAGE: litmuschaos.docker.scarf.sh/litmuschaos/go-runner
47-
EXPERIMENT_IMAGE_TAG: 3.16.0
48-
IMAGE_PULL_POLICY: Always
46+
EXPERIMENT_IMAGE: litmuschaos/go-runner
47+
EXPERIMENT_IMAGE_TAG: 1.13.8
48+
4949

5050
# Pod Memory Hog Specific Configuration
5151
TARGET_CONTAINER: nginx
@@ -288,13 +288,13 @@ The following environment variables are used to configure the pod-memory-hog exp
288288
<td> EXPERIMENT_IMAGE </td>
289289
<td> We can provide custom image for running chaos experiment </td>
290290
<td> Optional </td>
291-
<td> litmuschaos.docker.scarf.sh/litmuschaos/go-runner </td>
291+
<td> litmuschaos/go-runner </td>
292292
</tr>
293293
<tr>
294294
<td> EXPERIMENT_IMAGE_TAG </td>
295295
<td> We can set the image tag while using custom image for the chaos experiment </td>
296296
<td> Optional </td>
297-
<td> 3.16.0 </td>
297+
<td> 1.13.8 </td>
298298
</tr>
299299
<tr>
300300
<td> IMAGE_PULL_POLICY </td>

0 commit comments

Comments
 (0)