replaces default container runtime to containerd (#587)

Signed-off-by: neelanjan00 <neelanjan.manna@harness.io>
This commit is contained in:
Neelanjan Manna
2023-02-22 10:44:12 +05:30
committed by GitHub
parent 5c54b62c43
commit cf3add3950
70 changed files with 2623 additions and 164 deletions

View File

@@ -28,11 +28,11 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC
value: '' value: ''

View File

@@ -32,11 +32,11 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC
value: '' value: ''

View File

@@ -85,13 +85,13 @@ spec:
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the total chaos duration # provide the total chaos duration
- name: TOTAL_CHAOS_DURATION - name: TOTAL_CHAOS_DURATION

File diff suppressed because it is too large Load Diff

View File

@@ -29,8 +29,8 @@ spec:
## provide the cluster runtime ## provide the cluster runtime
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'

View File

@@ -96,11 +96,11 @@ spec:
## provide the cluster runtime ## provide the cluster runtime
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
- name: TARGET_PODS - name: TARGET_PODS
value: '' value: ''

View File

@@ -30,11 +30,11 @@ spec:
# provide the name of container runtime, it supports docker, containerd, crio # provide the name of container runtime, it supports docker, containerd, crio
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: "docker" value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: "/var/run/docker.sock" value: '/run/containerd/containerd.sock'
## percentage of total pods to target ## percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC

View File

@@ -88,11 +88,11 @@ spec:
# provide the name of container runtime, it supports docker, containerd, crio # provide the name of container runtime, it supports docker, containerd, crio
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: "docker" value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: "/var/run/docker.sock" value: '/run/containerd/containerd.sock'
## 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

View File

@@ -26,11 +26,11 @@ spec:
# provide the name of container runtime, it supports docker, containerd, crio # provide the name of container runtime, it supports docker, containerd, crio
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: "docker" value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: "/var/run/docker.sock" value: '/run/containerd/containerd.sock'
## percentage of total pods to target ## percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC

View File

@@ -88,11 +88,11 @@ spec:
# provide the name of container runtime, it supports docker, containerd, crio # provide the name of container runtime, it supports docker, containerd, crio
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: "docker" value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: "/var/run/docker.sock" value: '/run/containerd/containerd.sock'
## 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

View File

@@ -32,11 +32,11 @@ spec:
# provide the name of container runtime # provide the name of container runtime
# it supports docker, containerd, crio # it supports docker, containerd, crio
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## percentage of total pods to target ## percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC

View File

@@ -108,11 +108,11 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
# To select pods on specific node(s) # To select pods on specific node(s)
- name: NODE_LABEL - name: NODE_LABEL

View File

@@ -30,11 +30,11 @@ spec:
# provide the name of container runtime # provide the name of container runtime
# it supports docker, containerd, crio # it supports docker, containerd, crio
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## percentage of total pods to target ## percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC

View File

@@ -109,11 +109,11 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
# To select pods on specific node(s) # To select pods on specific node(s)
- name: NODE_LABEL - name: NODE_LABEL

View File

@@ -36,11 +36,11 @@ spec:
# provide the name of container runtime # provide the name of container runtime
# it supports docker, containerd, crio # it supports docker, containerd, crio
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## percentage of total pods to target ## percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC

View File

@@ -113,11 +113,11 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
# To select pods on specific node(s) # To select pods on specific node(s)
- name: NODE_LABEL - name: NODE_LABEL

View File

@@ -36,11 +36,11 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## percentage of total pods to target ## percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC

View File

@@ -108,11 +108,11 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
# To select pods on specific node(s) # To select pods on specific node(s)
- name: NODE_LABEL - name: NODE_LABEL

View File

@@ -41,11 +41,11 @@ spec:
# provide the name of container runtime # provide the name of container runtime
# it supports docker, containerd, crio # it supports docker, containerd, crio
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## percentage of total pods to target ## percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC

View File

@@ -115,11 +115,11 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
# To select pods on specific node(s) # To select pods on specific node(s)
- name: NODE_LABEL - name: NODE_LABEL

View File

@@ -30,8 +30,8 @@ spec:
## provide the cluster runtime ## provide the cluster runtime
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'

View File

@@ -110,11 +110,11 @@ spec:
## provide the cluster runtime ## provide the cluster runtime
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## 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

View File

@@ -29,8 +29,8 @@ spec:
## provide the cluster runtime ## provide the cluster runtime
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'

View File

@@ -96,11 +96,11 @@ spec:
## provide the cluster runtime ## provide the cluster runtime
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## 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

View File

@@ -24,11 +24,11 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
- name: NETWORK_PACKET_CORRUPTION_PERCENTAGE - name: NETWORK_PACKET_CORRUPTION_PERCENTAGE
value: '100' #in PERCENTAGE value: '100' #in PERCENTAGE

View File

@@ -105,7 +105,7 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the destination ips # provide the destination ips
# chaos injection will be triggered for these destination ips # chaos injection will be triggered for these destination ips
@@ -119,7 +119,7 @@ spec:
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## 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

View File

@@ -28,11 +28,11 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## percentage of total pods to target ## percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC

View File

@@ -102,7 +102,7 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the destination ips # provide the destination ips
# chaos injection will be triggered for these destination ips # chaos injection will be triggered for these destination ips
@@ -116,7 +116,7 @@ spec:
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## 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

View File

@@ -30,11 +30,11 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## percentage of total pods to target ## percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC

View File

@@ -104,7 +104,7 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the destination ips # provide the destination ips
# chaos injection will be triggered for these destination ips # chaos injection will be triggered for these destination ips
@@ -118,7 +118,7 @@ spec:
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
# To select pods on specific node(s) # To select pods on specific node(s)
- name: NODE_LABEL - name: NODE_LABEL

View File

@@ -28,11 +28,11 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## percentage of total pods to target ## percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC

View File

@@ -105,7 +105,7 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the destination ips # provide the destination ips
# chaos injection will be triggered for these destination ips # chaos injection will be triggered for these destination ips
@@ -119,7 +119,7 @@ spec:
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## 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

View File

@@ -28,11 +28,11 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC
value: '' value: ''

View File

@@ -32,11 +32,11 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC
value: '' value: ''

View File

@@ -89,13 +89,13 @@ spec:
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the total chaos duration # provide the total chaos duration
- name: TOTAL_CHAOS_DURATION - name: TOTAL_CHAOS_DURATION

View File

@@ -109,7 +109,7 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the destination ips # provide the destination ips
# chaos injection will be triggered for these destination ips # chaos injection will be triggered for these destination ips
@@ -123,7 +123,7 @@ spec:
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## 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
@@ -254,11 +254,11 @@ spec:
## provide the cluster runtime ## provide the cluster runtime
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## 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
@@ -363,11 +363,11 @@ spec:
# provide the name of container runtime, it supports docker, containerd, crio # provide the name of container runtime, it supports docker, containerd, crio
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: "docker" value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: "/var/run/docker.sock" value: '/run/containerd/containerd.sock'
## 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
@@ -590,13 +590,13 @@ spec:
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the total chaos duration # provide the total chaos duration
- name: TOTAL_CHAOS_DURATION - name: TOTAL_CHAOS_DURATION
@@ -737,7 +737,7 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the destination ips # provide the destination ips
# chaos injection will be triggered for these destination ips # chaos injection will be triggered for these destination ips
@@ -751,7 +751,7 @@ spec:
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## 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
@@ -1200,11 +1200,11 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
# To select pods on specific node(s) # To select pods on specific node(s)
- name: NODE_LABEL - name: NODE_LABEL
@@ -1977,11 +1977,11 @@ spec:
## provide the cluster runtime ## provide the cluster runtime
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
- name: TARGET_PODS - name: TARGET_PODS
value: '' value: ''
@@ -2111,7 +2111,7 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the destination ips # provide the destination ips
# chaos injection will be triggered for these destination ips # chaos injection will be triggered for these destination ips
@@ -2125,7 +2125,7 @@ spec:
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## 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
@@ -2356,7 +2356,7 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the destination ips # provide the destination ips
# chaos injection will be triggered for these destination ips # chaos injection will be triggered for these destination ips
@@ -2370,7 +2370,7 @@ spec:
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
# To select pods on specific node(s) # To select pods on specific node(s)
- name: NODE_LABEL - name: NODE_LABEL
@@ -2597,11 +2597,11 @@ spec:
# provide the name of container runtime, it supports docker, containerd, crio # provide the name of container runtime, it supports docker, containerd, crio
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: "docker" value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: "/var/run/docker.sock" value: '/run/containerd/containerd.sock'
## 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
@@ -2830,11 +2830,11 @@ spec:
## provide the cluster runtime ## provide the cluster runtime
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## 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

View File

@@ -29,8 +29,8 @@ spec:
## provide the cluster runtime ## provide the cluster runtime
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'

View File

@@ -101,11 +101,11 @@ spec:
## provide the cluster runtime ## provide the cluster runtime
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
- name: TARGET_PODS - name: TARGET_PODS
value: '' value: ''

View File

@@ -30,11 +30,11 @@ spec:
# provide the name of container runtime, it supports docker, containerd, crio # provide the name of container runtime, it supports docker, containerd, crio
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: "docker" value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: "/var/run/docker.sock" value: '/run/containerd/containerd.sock'
## percentage of total pods to target ## percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC

View File

@@ -88,11 +88,11 @@ spec:
# provide the name of container runtime, it supports docker, containerd, crio # provide the name of container runtime, it supports docker, containerd, crio
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: "docker" value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: "/var/run/docker.sock" value: '/run/containerd/containerd.sock'
## 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

View File

@@ -26,11 +26,11 @@ spec:
# provide the name of container runtime, it supports docker, containerd, crio # provide the name of container runtime, it supports docker, containerd, crio
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: "docker" value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: "/var/run/docker.sock" value: '/run/containerd/containerd.sock'
## percentage of total pods to target ## percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC

View File

@@ -88,11 +88,11 @@ spec:
# provide the name of container runtime, it supports docker, containerd, crio # provide the name of container runtime, it supports docker, containerd, crio
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: "docker" value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: "/var/run/docker.sock" value: '/run/containerd/containerd.sock'
## 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

View File

@@ -30,11 +30,11 @@ spec:
# provide the name of container runtime # provide the name of container runtime
# it supports docker, containerd, crio # it supports docker, containerd, crio
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## percentage of total pods to target ## percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC

View File

@@ -117,11 +117,11 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
# To select pods on specific node(s) # To select pods on specific node(s)
- name: NODE_LABEL - name: NODE_LABEL

View File

@@ -30,11 +30,11 @@ spec:
# provide the name of container runtime # provide the name of container runtime
# it supports docker, containerd, crio # it supports docker, containerd, crio
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## percentage of total pods to target ## percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC

View File

@@ -129,11 +129,11 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
# To select pods on specific node(s) # To select pods on specific node(s)
- name: NODE_LABEL - name: NODE_LABEL

View File

@@ -36,11 +36,11 @@ spec:
# provide the name of container runtime # provide the name of container runtime
# it supports docker, containerd, crio # it supports docker, containerd, crio
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## percentage of total pods to target ## percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC

View File

@@ -123,11 +123,11 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
# To select pods on specific node(s) # To select pods on specific node(s)
- name: NODE_LABEL - name: NODE_LABEL

View File

@@ -36,11 +36,11 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## percentage of total pods to target ## percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC

View File

@@ -118,11 +118,11 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
# To select pods on specific node(s) # To select pods on specific node(s)
- name: NODE_LABEL - name: NODE_LABEL

View File

@@ -44,11 +44,11 @@ spec:
# provide the name of container runtime # provide the name of container runtime
# it supports docker, containerd, crio # it supports docker, containerd, crio
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## percentage of total pods to target ## percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC

View File

@@ -140,11 +140,11 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
# To select pods on specific node(s) # To select pods on specific node(s)
- name: NODE_LABEL - name: NODE_LABEL

View File

@@ -30,8 +30,8 @@ spec:
## provide the cluster runtime ## provide the cluster runtime
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'

View File

@@ -115,11 +115,11 @@ spec:
## provide the cluster runtime ## provide the cluster runtime
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## 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

View File

@@ -29,8 +29,8 @@ spec:
## provide the cluster runtime ## provide the cluster runtime
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'

View File

@@ -101,11 +101,11 @@ spec:
## provide the cluster runtime ## provide the cluster runtime
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## 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

View File

@@ -24,11 +24,11 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
- name: NETWORK_PACKET_CORRUPTION_PERCENTAGE - name: NETWORK_PACKET_CORRUPTION_PERCENTAGE
value: '100' #in PERCENTAGE value: '100' #in PERCENTAGE

View File

@@ -109,7 +109,7 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the destination ips # provide the destination ips
# chaos injection will be triggered for these destination ips # chaos injection will be triggered for these destination ips
@@ -133,7 +133,7 @@ spec:
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## 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

View File

@@ -28,11 +28,11 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## percentage of total pods to target ## percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC

View File

@@ -106,7 +106,7 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the destination ips # provide the destination ips
# chaos injection will be triggered for these destination ips # chaos injection will be triggered for these destination ips
@@ -130,7 +130,7 @@ spec:
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## 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

View File

@@ -30,11 +30,11 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## percentage of total pods to target ## percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC

View File

@@ -108,7 +108,7 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the destination ips # provide the destination ips
# chaos injection will be triggered for these destination ips # chaos injection will be triggered for these destination ips
@@ -132,7 +132,7 @@ spec:
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
# To select pods on specific node(s) # To select pods on specific node(s)
- name: NODE_LABEL - name: NODE_LABEL

View File

@@ -28,11 +28,11 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## percentage of total pods to target ## percentage of total pods to target
- name: PODS_AFFECTED_PERC - name: PODS_AFFECTED_PERC

View File

@@ -109,7 +109,7 @@ spec:
# 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
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
# provide the destination ips # provide the destination ips
# chaos injection will be triggered for these destination ips # chaos injection will be triggered for these destination ips
@@ -133,7 +133,7 @@ spec:
# provide the socket file path # provide the socket file path
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
## 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

View File

@@ -96,9 +96,9 @@ spec:
- name: NETWORK_PACKET_LOSS_PERCENTAGE - name: NETWORK_PACKET_LOSS_PERCENTAGE
value: '100' value: '100'
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
container: container:
image: litmuschaos/litmus-checker:latest image: litmuschaos/litmus-checker:latest
args: ["-file=/tmp/chaosengine.yaml","-saveName=/tmp/engine-name"] args: ["-file=/tmp/chaosengine.yaml","-saveName=/tmp/engine-name"]

View File

@@ -100,9 +100,9 @@ spec:
- name: NETWORK_PACKET_LOSS_PERCENTAGE - name: NETWORK_PACKET_LOSS_PERCENTAGE
value: '100' value: '100'
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
container: container:
image: litmuschaos/litmus-checker:latest image: litmuschaos/litmus-checker:latest
args: ["-file=/tmp/chaosengine.yaml","-saveName=/tmp/engine-name"] args: ["-file=/tmp/chaosengine.yaml","-saveName=/tmp/engine-name"]

View File

@@ -334,9 +334,9 @@ spec:
- name: NETWORK_PACKET_LOSS_PERCENTAGE - name: NETWORK_PACKET_LOSS_PERCENTAGE
value: '100' value: '100'
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
container: container:
image: litmuschaos/litmus-checker:latest image: litmuschaos/litmus-checker:latest
args: ["-file=/tmp/chaosengine.yaml","-saveName=/tmp/engine-name"] args: ["-file=/tmp/chaosengine.yaml","-saveName=/tmp/engine-name"]

View File

@@ -338,9 +338,9 @@ spec:
- name: NETWORK_PACKET_LOSS_PERCENTAGE - name: NETWORK_PACKET_LOSS_PERCENTAGE
value: '100' value: '100'
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
container: container:
image: litmuschaos/litmus-checker:latest image: litmuschaos/litmus-checker:latest
args: ["-file=/tmp/chaosengine.yaml","-saveName=/tmp/engine-name"] args: ["-file=/tmp/chaosengine.yaml","-saveName=/tmp/engine-name"]

View File

@@ -337,9 +337,9 @@ spec:
- name: NETWORK_PACKET_LOSS_PERCENTAGE - name: NETWORK_PACKET_LOSS_PERCENTAGE
value: '100' value: '100'
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
container: container:
image: litmuschaos/litmus-checker:latest image: litmuschaos/litmus-checker:latest
args: ["-file=/tmp/chaosengine.yaml","-saveName=/tmp/engine-name"] args: ["-file=/tmp/chaosengine.yaml","-saveName=/tmp/engine-name"]

View File

@@ -341,9 +341,9 @@ spec:
- name: NETWORK_PACKET_LOSS_PERCENTAGE - name: NETWORK_PACKET_LOSS_PERCENTAGE
value: '100' value: '100'
- name: CONTAINER_RUNTIME - name: CONTAINER_RUNTIME
value: 'docker' value: 'containerd'
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/run/containerd/containerd.sock'
container: container:
image: litmuschaos/litmus-checker:latest image: litmuschaos/litmus-checker:latest
args: ["-file=/tmp/chaosengine.yaml","-saveName=/tmp/engine-name"] args: ["-file=/tmp/chaosengine.yaml","-saveName=/tmp/engine-name"]