Chore(node_label): Add node level env in pod level experiments
Signed-off-by: uditgaurav <udit@chaosnative.com>
This commit is contained in:
@@ -24,6 +24,10 @@ spec:
|
||||
- name: FILESYSTEM_UTILIZATION_PERCENTAGE
|
||||
value: '10'
|
||||
|
||||
## Percentage of total pods to target
|
||||
- name: PODS_AFFECTED_PERC
|
||||
value: ''
|
||||
|
||||
## provide the cluster runtime
|
||||
- name: CONTAINER_RUNTIME
|
||||
value: 'docker'
|
||||
|
@@ -94,6 +94,10 @@ spec:
|
||||
|
||||
## specify the comma separated target pods
|
||||
- name: TARGET_PODS
|
||||
value: ''
|
||||
|
||||
# To select pods on specific node(s)
|
||||
- name: NODE_LABEL
|
||||
value: ''
|
||||
|
||||
# Period to wait before and after injection of chaos in sec
|
||||
|
Reference in New Issue
Block a user