1470: version upgraded for chaos-charts
This commit is contained in:
@@ -165,7 +165,7 @@ spec:
|
||||
- /bin/bash
|
||||
env:
|
||||
|
||||
- name: APP_NODE
|
||||
- name: TARGET_NODE
|
||||
value: ''
|
||||
|
||||
- name: TOTAL_CHAOS_DURATION
|
||||
@@ -257,8 +257,8 @@ spec:
|
||||
- name: NUMBER_OF_WORKERS
|
||||
value: '4'
|
||||
|
||||
## enter the name of the desired node
|
||||
- name: APP_NODE
|
||||
## enter the name of the target node
|
||||
- name: TARGET_NODE
|
||||
value: ''
|
||||
|
||||
# Period to wait before and after injection of chaos in sec
|
||||
@@ -274,6 +274,15 @@ spec:
|
||||
- name: LIB_IMAGE
|
||||
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:
|
||||
name: node-io-stress
|
||||
app.kubernetes.io/part-of: litmus
|
||||
@@ -432,7 +441,7 @@ spec:
|
||||
- /bin/bash
|
||||
env:
|
||||
|
||||
- name: APP_NODE
|
||||
- name: TARGET_NODE
|
||||
value: ''
|
||||
|
||||
- name: TOTAL_CHAOS_DURATION
|
||||
@@ -1599,8 +1608,8 @@ spec:
|
||||
- name: NODE_CPU_CORE
|
||||
value: ''
|
||||
|
||||
# ENTER THE NAME OF THE APPLICATION NODE
|
||||
- name: APP_NODE
|
||||
# ENTER THE NAME OF THE TARGET NODE
|
||||
- name: TARGET_NODE
|
||||
value: ''
|
||||
|
||||
# PROVIDE THE LIB HERE
|
||||
@@ -1612,6 +1621,15 @@ spec:
|
||||
- name: LIB_IMAGE
|
||||
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:
|
||||
name: node-cpu-hog
|
||||
app.kubernetes.io/part-of: litmus
|
||||
@@ -1759,7 +1777,7 @@ spec:
|
||||
value: 'ubuntu:16.04'
|
||||
|
||||
# provide node name
|
||||
- name: APP_NODE
|
||||
- name: TARGET_NODE
|
||||
value: ''
|
||||
|
||||
labels:
|
||||
@@ -1891,8 +1909,8 @@ spec:
|
||||
- name: MEMORY_PERCENTAGE
|
||||
value: '90'
|
||||
|
||||
# ENTER THE NAME OF THE APPLICATION NODE
|
||||
- name: APP_NODE
|
||||
# ENTER THE NAME OF THE TARGET NODE
|
||||
- name: TARGET_NODE
|
||||
value: ''
|
||||
|
||||
# Period to wait before and after injection of chaos in sec
|
||||
@@ -1908,6 +1926,15 @@ spec:
|
||||
- name: LIB_IMAGE
|
||||
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:
|
||||
name: node-memory-hog
|
||||
app.kubernetes.io/part-of: litmus
|
||||
|
Reference in New Issue
Block a user