1601: version upgraded for chaos-charts

This commit is contained in:
Travis CI
2020-12-14 12:06:16 +00:00
parent 546a47758a
commit 7ff25a13bf

View File

@@ -231,6 +231,7 @@ spec:
- name: RAMP_TIME
value: ''
# lib can be litmus or pumba
- name: LIB
value: 'litmus'
@@ -242,13 +243,12 @@ spec:
value: '10'
# provide the socket file path
# applicable only for containerd and crio runtime
- name: SOCKET_PATH
value: '/run/containerd/containerd.sock'
value: '/var/run/docker.sock'
# provide the name of container runtime
# it supports docker, containerd, crio
# default to docker
# for litmus LIB, it supports docker, containerd, crio
# for pumba LIB, it supports docker only
- name: CONTAINER_RUNTIME
value: 'docker'
@@ -268,10 +268,6 @@ spec:
- name: SEQUENCE
value: 'parallel'
securityContext:
containerSecurityContext:
privileged: true
labels:
name: container-kill
app.kubernetes.io/part-of: litmus
@@ -518,6 +514,7 @@ spec:
- name: NETWORK_PACKET_DUPLICATION_PERCENTAGE
value: '100' # in percentage
# lib can be litmus or pumba
- name: LIB
value: 'litmus'
@@ -532,8 +529,8 @@ spec:
value: 'litmuschaos/go-runner:latest'
# provide the name of container runtime
# it supports docker, containerd, crio
# default to docker
# for litmus LIB, it supports docker, containerd, crio
# for pumba LIB, it supports docker only
- name: CONTAINER_RUNTIME
value: 'docker'
@@ -548,9 +545,8 @@ spec:
value: ''
# provide the socket file path
# applicable only for containerd and crio runtime
- name: SOCKET_PATH
value: '/run/containerd/containerd.sock'
value: '/var/run/docker.sock'
## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel
@@ -798,6 +794,7 @@ spec:
- name: RAMP_TIME
value: ''
# it can be litmus or pumba
- name: LIB
value: 'litmus'
@@ -809,8 +806,8 @@ spec:
value: ''
# provide the name of container runtime
# it supports docker, containerd, crio
# default to docker
# for litmus LIB, it supports docker, containerd, crio
# for pumba LIB, it supports docker only
- name: CONTAINER_RUNTIME
value: 'docker'
@@ -825,9 +822,8 @@ spec:
value: ''
# provide the socket file path
# applicable only for containerd and crio runtime
- name: SOCKET_PATH
value: '/run/containerd/containerd.sock'
value: '/var/run/docker.sock'
## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel
@@ -1613,6 +1609,7 @@ spec:
- name: RAMP_TIME
value: ''
# lib can be litmus or pumba
- name: LIB
value: 'litmus'
@@ -1624,8 +1621,8 @@ spec:
value: ''
# provide the name of container runtime
# it supports docker, containerd, crio
# default to docker
# for litmus LIB, it supports docker, containerd, crio
# for pumba LIB, it supports docker only
- name: CONTAINER_RUNTIME
value: 'docker'
@@ -1640,9 +1637,8 @@ spec:
value: ''
# provide the socket file path
# applicable only for containerd and crio runtime
- name: SOCKET_PATH
value: '/run/containerd/containerd.sock'
value: '/var/run/docker.sock'
## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel
@@ -2071,7 +2067,8 @@ spec:
# Time period to wait before and after injection of chaos in sec
- name: RAMP_TIME
value: ''
# lib can be litmus or pumba
- name: LIB
value: 'litmus'
@@ -2083,8 +2080,8 @@ spec:
value: ''
# provide the name of container runtime
# it supports docker, containerd, crio
# default to docker
# for litmus LIB, it supports docker, containerd, crio
# for pumba LIB, it supports docker only
- name: CONTAINER_RUNTIME
value: 'docker'
@@ -2099,9 +2096,8 @@ spec:
value: ''
# provide the socket file path
# applicable only for containerd and crio runtime
- name: SOCKET_PATH
value: '/run/containerd/containerd.sock'
value: '/var/run/docker.sock'
## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel