1470: version upgraded for chaos-charts
This commit is contained in:
@@ -165,7 +165,7 @@ spec:
|
|||||||
- /bin/bash
|
- /bin/bash
|
||||||
env:
|
env:
|
||||||
|
|
||||||
- name: APP_NODE
|
- name: TARGET_NODE
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
- name: TOTAL_CHAOS_DURATION
|
- name: TOTAL_CHAOS_DURATION
|
||||||
@@ -179,7 +179,7 @@ spec:
|
|||||||
# Period to wait before and after injection of chaos in sec
|
# Period to wait before and after injection of chaos in sec
|
||||||
- name: RAMP_TIME
|
- name: RAMP_TIME
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
name: node-drain
|
name: node-drain
|
||||||
app.kubernetes.io/part-of: litmus
|
app.kubernetes.io/part-of: litmus
|
||||||
@@ -257,8 +257,8 @@ spec:
|
|||||||
- name: NUMBER_OF_WORKERS
|
- name: NUMBER_OF_WORKERS
|
||||||
value: '4'
|
value: '4'
|
||||||
|
|
||||||
## enter the name of the desired node
|
## enter the name of the target node
|
||||||
- name: APP_NODE
|
- name: TARGET_NODE
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
# Period to wait before and after injection of chaos in sec
|
# Period to wait before and after injection of chaos in sec
|
||||||
@@ -273,6 +273,15 @@ spec:
|
|||||||
# provide lib image
|
# provide lib image
|
||||||
- name: LIB_IMAGE
|
- name: LIB_IMAGE
|
||||||
value: 'litmuschaos/go-runner:latest'
|
value: 'litmuschaos/go-runner:latest'
|
||||||
|
|
||||||
|
## percentage of total nodes to target
|
||||||
|
- name: NODES_AFFECTED_PERC
|
||||||
|
value: ''
|
||||||
|
|
||||||
|
## it defines the sequence of chaos execution for multiple target nodes
|
||||||
|
## supported values: serial, parallel
|
||||||
|
- name: SEQUENCE
|
||||||
|
value: 'parallel'
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
name: node-io-stress
|
name: node-io-stress
|
||||||
@@ -432,7 +441,7 @@ spec:
|
|||||||
- /bin/bash
|
- /bin/bash
|
||||||
env:
|
env:
|
||||||
|
|
||||||
- name: APP_NODE
|
- name: TARGET_NODE
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
- name: TOTAL_CHAOS_DURATION
|
- name: TOTAL_CHAOS_DURATION
|
||||||
@@ -1599,8 +1608,8 @@ spec:
|
|||||||
- name: NODE_CPU_CORE
|
- name: NODE_CPU_CORE
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
# ENTER THE NAME OF THE APPLICATION NODE
|
# ENTER THE NAME OF THE TARGET NODE
|
||||||
- name: APP_NODE
|
- name: TARGET_NODE
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
# PROVIDE THE LIB HERE
|
# PROVIDE THE LIB HERE
|
||||||
@@ -1611,6 +1620,15 @@ spec:
|
|||||||
# provide lib image
|
# provide lib image
|
||||||
- name: LIB_IMAGE
|
- name: LIB_IMAGE
|
||||||
value: 'litmuschaos/go-runner:latest'
|
value: 'litmuschaos/go-runner:latest'
|
||||||
|
|
||||||
|
## percentage of total nodes to target
|
||||||
|
- name: NODES_AFFECTED_PERC
|
||||||
|
value: ''
|
||||||
|
|
||||||
|
## it defines the sequence of chaos execution for multiple target nodes
|
||||||
|
## supported values: serial, parallel
|
||||||
|
- name: SEQUENCE
|
||||||
|
value: 'parallel'
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
name: node-cpu-hog
|
name: node-cpu-hog
|
||||||
@@ -1759,7 +1777,7 @@ spec:
|
|||||||
value: 'ubuntu:16.04'
|
value: 'ubuntu:16.04'
|
||||||
|
|
||||||
# provide node name
|
# provide node name
|
||||||
- name: APP_NODE
|
- name: TARGET_NODE
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
@@ -1891,8 +1909,8 @@ spec:
|
|||||||
- name: MEMORY_PERCENTAGE
|
- name: MEMORY_PERCENTAGE
|
||||||
value: '90'
|
value: '90'
|
||||||
|
|
||||||
# ENTER THE NAME OF THE APPLICATION NODE
|
# ENTER THE NAME OF THE TARGET NODE
|
||||||
- name: APP_NODE
|
- name: TARGET_NODE
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
# Period to wait before and after injection of chaos in sec
|
# Period to wait before and after injection of chaos in sec
|
||||||
@@ -1907,6 +1925,15 @@ spec:
|
|||||||
# provide lib image
|
# provide lib image
|
||||||
- name: LIB_IMAGE
|
- name: LIB_IMAGE
|
||||||
value: 'litmuschaos/go-runner:latest'
|
value: 'litmuschaos/go-runner:latest'
|
||||||
|
|
||||||
|
## percentage of total nodes to target
|
||||||
|
- name: NODES_AFFECTED_PERC
|
||||||
|
value: ''
|
||||||
|
|
||||||
|
## it defines the sequence of chaos execution for multiple target nodes
|
||||||
|
## supported values: serial, parallel
|
||||||
|
- name: SEQUENCE
|
||||||
|
value: 'parallel'
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
name: node-memory-hog
|
name: node-memory-hog
|
||||||
|
Reference in New Issue
Block a user