From 7ff25a13bfe2f51c63a0b8cb81a88c317ae6fda5 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Mon, 14 Dec 2020 12:06:16 +0000 Subject: [PATCH] 1601: version upgraded for chaos-charts --- charts/generic/experiments.yaml | 46 +++++++++++++++------------------ 1 file changed, 21 insertions(+), 25 deletions(-) diff --git a/charts/generic/experiments.yaml b/charts/generic/experiments.yaml index 3c2da8f..fe1c012 100644 --- a/charts/generic/experiments.yaml +++ b/charts/generic/experiments.yaml @@ -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