feat(helper-images): Merging helper pod and litmus-go images (#279)
Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
committed by
GitHub
parent
c675f576ac
commit
e3d5228bef
@@ -46,7 +46,9 @@ spec:
|
|||||||
- name: RAMP_TIME
|
- name: RAMP_TIME
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
# It supports pumba and containerd
|
# It supports pumba and litmus
|
||||||
|
# pumba: for docker runtime
|
||||||
|
# litmus: for containerd/crio runtime
|
||||||
- name: LIB
|
- name: LIB
|
||||||
value: 'pumba'
|
value: 'pumba'
|
||||||
|
|
||||||
@@ -63,11 +65,8 @@ spec:
|
|||||||
- name: TOTAL_CHAOS_DURATION
|
- name: TOTAL_CHAOS_DURATION
|
||||||
value: '20'
|
value: '20'
|
||||||
|
|
||||||
# LIB_IMAGE can be - gaiaadm/pumba:0.6.5, litmuschaos/container-kill-helper:latest
|
|
||||||
# For pumba image use: gaiaadm/pumba:0.6.5
|
|
||||||
# For containerd image use: litmuschaos/container-kill-helper:latest
|
|
||||||
- name: LIB_IMAGE
|
- name: LIB_IMAGE
|
||||||
value: 'gaiaadm/pumba:0.6.5'
|
value: 'litmuschaos/go-runner:latest'
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
containerSecurityContext:
|
containerSecurityContext:
|
||||||
|
@@ -58,6 +58,9 @@ spec:
|
|||||||
- name: LIB
|
- name: LIB
|
||||||
value: 'litmus'
|
value: 'litmus'
|
||||||
|
|
||||||
|
- name: LIB_IMAGE
|
||||||
|
value: 'litmuschaos/go-runner:latest'
|
||||||
|
|
||||||
# Provide the container runtime path
|
# Provide the container runtime path
|
||||||
# Default set to docker
|
# Default set to docker
|
||||||
- name: CONTAINER_PATH
|
- name: CONTAINER_PATH
|
||||||
|
@@ -65,7 +65,7 @@ spec:
|
|||||||
|
|
||||||
# provide lib image
|
# provide lib image
|
||||||
- name: LIB_IMAGE
|
- name: LIB_IMAGE
|
||||||
value: 'litmuschaos/stress-ng:latest'
|
value: 'litmuschaos/go-runner:latest'
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
name: node-cpu-hog
|
name: node-cpu-hog
|
||||||
|
@@ -25,4 +25,4 @@ spec:
|
|||||||
env:
|
env:
|
||||||
# set node name
|
# set node name
|
||||||
- name: APP_NODE
|
- name: APP_NODE
|
||||||
value: 'node-1'
|
value: 'node-01'
|
@@ -25,4 +25,4 @@ spec:
|
|||||||
env:
|
env:
|
||||||
# set node name
|
# set node name
|
||||||
- name: APP_NODE
|
- name: APP_NODE
|
||||||
value: 'node-1'
|
value: 'node-01'
|
@@ -65,7 +65,7 @@ spec:
|
|||||||
|
|
||||||
# provide lib image
|
# provide lib image
|
||||||
- name: LIB_IMAGE
|
- name: LIB_IMAGE
|
||||||
value: 'litmuschaos/stress-ng:latest'
|
value: 'litmuschaos/go-runner:latest'
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
name: node-memory-hog
|
name: node-memory-hog
|
||||||
|
@@ -25,7 +25,7 @@ spec:
|
|||||||
env:
|
env:
|
||||||
# set node name
|
# set node name
|
||||||
- name: APP_NODE
|
- name: APP_NODE
|
||||||
value: 'node-1'
|
value: 'node-01'
|
||||||
# set taint label & effect
|
# set taint label & effect
|
||||||
# key=value:effect or key:effect
|
# key=value:effect or key:effect
|
||||||
- name: TAINTS
|
- name: TAINTS
|
||||||
|
@@ -65,9 +65,6 @@ spec:
|
|||||||
- name: CHAOS_INTERVAL
|
- name: CHAOS_INTERVAL
|
||||||
value: '5'
|
value: '5'
|
||||||
|
|
||||||
- name: LIB_IMAGE
|
|
||||||
value: 'litmuschaos/pod-delete-helper:latest'
|
|
||||||
|
|
||||||
- name: LIB
|
- name: LIB
|
||||||
value: 'litmus'
|
value: 'litmus'
|
||||||
labels:
|
labels:
|
||||||
|
@@ -43,7 +43,7 @@ spec:
|
|||||||
|
|
||||||
# provide lib image
|
# provide lib image
|
||||||
- name: LIB_IMAGE
|
- name: LIB_IMAGE
|
||||||
value: 'gaiaadm/pumba:0.6.5'
|
value: 'litmuschaos/go-runner:latest'
|
||||||
|
|
||||||
- name: NETWORK_INTERFACE
|
- name: NETWORK_INTERFACE
|
||||||
value: 'eth0'
|
value: 'eth0'
|
||||||
|
@@ -58,7 +58,7 @@ spec:
|
|||||||
value: 'pumba'
|
value: 'pumba'
|
||||||
|
|
||||||
- name: LIB_IMAGE
|
- name: LIB_IMAGE
|
||||||
value: 'gaiaadm/pumba:0.6.5'
|
value: 'litmuschaos/go-runner:latest'
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
name: pod-network-duplication
|
name: pod-network-duplication
|
||||||
|
@@ -46,7 +46,7 @@ spec:
|
|||||||
|
|
||||||
# provide lib image
|
# provide lib image
|
||||||
- name: LIB_IMAGE
|
- name: LIB_IMAGE
|
||||||
value: 'gaiaadm/pumba:0.6.5'
|
value: 'litmuschaos/go-runner:latest'
|
||||||
|
|
||||||
- name: TC_IMAGE
|
- name: TC_IMAGE
|
||||||
value: 'gaiadocker/iproute2'
|
value: 'gaiadocker/iproute2'
|
||||||
|
@@ -43,7 +43,7 @@ spec:
|
|||||||
|
|
||||||
# provide lib image
|
# provide lib image
|
||||||
- name: LIB_IMAGE
|
- name: LIB_IMAGE
|
||||||
value: 'gaiaadm/pumba:0.6.5'
|
value: 'litmuschaos/go-runner:latest'
|
||||||
|
|
||||||
- name: NETWORK_INTERFACE
|
- name: NETWORK_INTERFACE
|
||||||
value: 'eth0'
|
value: 'eth0'
|
||||||
|
Reference in New Issue
Block a user