1992433040: version upgraded for chaos-charts

This commit is contained in:
litmusbot
2022-03-16 11:28:10 +00:00
parent 8d2c4b31e1
commit ac8c26ce4b

View File

@@ -920,6 +920,10 @@ spec:
- name: TARGET_PODS - name: TARGET_PODS
value: '' value: ''
# To select pods on specific node(s)
- name: NODE_LABEL
value: ''
# provide the name of container runtime # provide the name of container runtime
# for litmus LIB, it supports docker, containerd, crio # for litmus LIB, it supports docker, containerd, crio
# for pumba LIB, it supports docker only # for pumba LIB, it supports docker only
@@ -1145,6 +1149,10 @@ spec:
## specify the comma separated target pods ## specify the comma separated target pods
- name: TARGET_PODS - name: TARGET_PODS
value: ''
# To select pods on specific node(s)
- name: NODE_LABEL
value: '' value: ''
# Period to wait before and after injection of chaos in sec # Period to wait before and after injection of chaos in sec
@@ -1388,6 +1396,10 @@ spec:
- name: EPHEMERAL_STORAGE_MEBIBYTES - name: EPHEMERAL_STORAGE_MEBIBYTES
value: '' value: ''
# To select pods on specific node(s)
- name: NODE_LABEL
value: ''
## percentage of total pods to target ## percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC
value: '' value: ''
@@ -1907,6 +1919,10 @@ spec:
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/var/run/docker.sock'
# To select pods on specific node(s)
- name: NODE_LABEL
value: ''
## it defines the sequence of chaos execution for multiple target pods ## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel ## supported values: serial, parallel
- name: SEQUENCE - name: SEQUENCE
@@ -2023,6 +2039,10 @@ spec:
- name: TARGET_PODS - name: TARGET_PODS
value: '' value: ''
# To select pods on specific node(s)
- name: NODE_LABEL
value: ''
# provide the name of container runtime # provide the name of container runtime
# for litmus LIB, it supports docker, containerd, crio # for litmus LIB, it supports docker, containerd, crio
# for pumba LIB, it supports docker only # for pumba LIB, it supports docker only
@@ -2168,6 +2188,10 @@ spec:
- name: TARGET_PODS - name: TARGET_PODS
value: '' value: ''
# To select pods on specific node(s)
- name: NODE_LABEL
value: ''
## it defines the sequence of chaos execution for multiple target pods ## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel ## supported values: serial, parallel
- name: SEQUENCE - name: SEQUENCE
@@ -2272,7 +2296,11 @@ spec:
value: 'litmus' value: 'litmus'
- name: TARGET_PODS - name: TARGET_PODS
value: '' value: ''
# To select pods on specific node(s)
- name: NODE_LABEL
value: ''
## percentage of total pods to target ## percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC
@@ -2493,6 +2521,10 @@ spec:
- name: TARGET_PODS - name: TARGET_PODS
value: '' value: ''
# To select pods on specific node(s)
- name: NODE_LABEL
value: ''
## it defines the sequence of chaos execution for multiple target pods ## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel ## supported values: serial, parallel
- name: SEQUENCE - name: SEQUENCE
@@ -2735,6 +2767,10 @@ spec:
- name: TARGET_PODS - name: TARGET_PODS
value: '' value: ''
# To select pods on specific node(s)
- name: NODE_LABEL
value: ''
labels: labels:
name: pod-memory-hog name: pod-memory-hog
app.kubernetes.io/part-of: litmus app.kubernetes.io/part-of: litmus
@@ -2850,6 +2886,10 @@ spec:
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC
value: '' value: ''
# To select pods on specific node(s)
- name: NODE_LABEL
value: ''
- name: LIB_IMAGE - name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest' value: 'litmuschaos/go-runner:latest'