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 pumba LIB, it supports docker only
- name: CONTAINER_RUNTIME
value: 'docker'
value: 'containerd'
# provide the socket file path
- name: SOCKET_PATH
value: '/var/run/docker.sock'
value: '/run/containerd/containerd.sock'
- name: PODS_AFFECTED_PERC
value: ''

View File

@@ -32,11 +32,11 @@ spec:
# for litmus LIB, it supports docker, containerd, crio
# for pumba LIB, it supports docker only
- name: CONTAINER_RUNTIME
value: 'docker'
value: 'containerd'
# provide the socket file path
- name: SOCKET_PATH
value: '/var/run/docker.sock'
value: '/run/containerd/containerd.sock'
- name: PODS_AFFECTED_PERC
value: ''

View File

@@ -85,13 +85,13 @@ spec:
# provide the socket file path
- name: SOCKET_PATH
value: '/var/run/docker.sock'
value: '/run/containerd/containerd.sock'
# provide the name of container runtime
# for litmus LIB, it supports docker, containerd, crio
# for pumba LIB, it supports docker only
- name: CONTAINER_RUNTIME
value: 'docker'
value: 'containerd'
# provide the 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
- name: CONTAINER_RUNTIME
value: 'docker'
value: 'containerd'
# provide the socket file 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
- name: CONTAINER_RUNTIME
value: 'docker'
value: 'containerd'
# provide the socket file path
- name: SOCKET_PATH
value: '/var/run/docker.sock'
value: '/run/containerd/containerd.sock'
- name: TARGET_PODS
value: ''

View File

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

View File

@@ -88,11 +88,11 @@ spec:
# provide the name of container runtime, it supports docker, containerd, crio
- name: CONTAINER_RUNTIME
value: "docker"
value: 'containerd'
# provide the socket file 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
## supported values: serial, parallel

View File

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

View File

@@ -88,11 +88,11 @@ spec:
# provide the name of container runtime, it supports docker, containerd, crio
- name: CONTAINER_RUNTIME
value: "docker"
value: 'containerd'
# provide the socket file 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
## supported values: serial, parallel

View File

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

View File

@@ -108,11 +108,11 @@ spec:
# for litmus LIB, it supports docker, containerd, crio
# for pumba LIB, it supports docker only
- name: CONTAINER_RUNTIME
value: 'docker'
value: 'containerd'
# provide the socket file path
- name: SOCKET_PATH
value: '/var/run/docker.sock'
value: '/run/containerd/containerd.sock'
# To select pods on specific node(s)
- name: NODE_LABEL

View File

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

View File

@@ -109,11 +109,11 @@ spec:
# for litmus LIB, it supports docker, containerd, crio
# for pumba LIB, it supports docker only
- name: CONTAINER_RUNTIME
value: 'docker'
value: 'containerd'
# provide the socket file path
- name: SOCKET_PATH
value: '/var/run/docker.sock'
value: '/run/containerd/containerd.sock'
# To select pods on specific node(s)
- name: NODE_LABEL

View File

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

View File

@@ -113,11 +113,11 @@ spec:
# for litmus LIB, it supports docker, containerd, crio
# for pumba LIB, it supports docker only
- name: CONTAINER_RUNTIME
value: 'docker'
value: 'containerd'
# provide the socket file path
- name: SOCKET_PATH
value: '/var/run/docker.sock'
value: '/run/containerd/containerd.sock'
# To select pods on specific node(s)
- name: NODE_LABEL

View File

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

View File

@@ -108,11 +108,11 @@ spec:
# for litmus LIB, it supports docker, containerd, crio
# for pumba LIB, it supports docker only
- name: CONTAINER_RUNTIME
value: 'docker'
value: 'containerd'
# provide the socket file path
- name: SOCKET_PATH
value: '/var/run/docker.sock'
value: '/run/containerd/containerd.sock'
# To select pods on specific node(s)
- name: NODE_LABEL

View File

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

View File

@@ -115,11 +115,11 @@ spec:
# for litmus LIB, it supports docker, containerd, crio
# for pumba LIB, it supports docker only
- name: CONTAINER_RUNTIME
value: 'docker'
value: 'containerd'
# provide the socket file path
- name: SOCKET_PATH
value: '/var/run/docker.sock'
value: '/run/containerd/containerd.sock'
# To select pods on specific node(s)
- name: NODE_LABEL

View File

@@ -30,8 +30,8 @@ spec:
## provide the cluster runtime
- name: CONTAINER_RUNTIME
value: 'docker'
value: 'containerd'
# provide the socket file 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
- name: CONTAINER_RUNTIME
value: 'docker'
value: 'containerd'
# provide the socket file 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
## supported values: serial, parallel

View File

@@ -29,8 +29,8 @@ spec:
## provide the cluster runtime
- name: CONTAINER_RUNTIME
value: 'docker'
value: 'containerd'
# provide the socket file 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
- name: CONTAINER_RUNTIME
value: 'docker'
value: 'containerd'
# provide the socket file 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
## supported values: serial, parallel

View File

@@ -24,11 +24,11 @@ spec:
# for litmus LIB, it supports docker, containerd, crio
# for pumba LIB, it supports docker only
- name: CONTAINER_RUNTIME
value: 'docker'
value: 'containerd'
# provide the socket file path
- name: SOCKET_PATH
value: '/var/run/docker.sock'
value: '/run/containerd/containerd.sock'
- name: NETWORK_PACKET_CORRUPTION_PERCENTAGE
value: '100' #in PERCENTAGE

View File

@@ -105,7 +105,7 @@ spec:
# for litmus LIB, it supports docker, containerd, crio
# for pumba LIB, it supports docker only
- name: CONTAINER_RUNTIME
value: 'docker'
value: 'containerd'
# provide the destination ips
# chaos injection will be triggered for these destination ips
@@ -119,7 +119,7 @@ spec:
# provide the socket file 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
## supported values: serial, parallel

View File

@@ -28,11 +28,11 @@ spec:
# for litmus LIB, it supports docker, containerd, crio
# for pumba LIB, it supports docker only
- name: CONTAINER_RUNTIME
value: 'docker'
value: 'containerd'
# provide the socket file path
- name: SOCKET_PATH
value: '/var/run/docker.sock'
value: '/run/containerd/containerd.sock'
## percentage of total pods to target
- name: PODS_AFFECTED_PERC

View File

@@ -102,7 +102,7 @@ spec:
# for litmus LIB, it supports docker, containerd, crio
# for pumba LIB, it supports docker only
- name: CONTAINER_RUNTIME
value: 'docker'
value: 'containerd'
# provide the destination ips
# chaos injection will be triggered for these destination ips
@@ -116,7 +116,7 @@ spec:
# provide the socket file 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
## supported values: serial, parallel

View File

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

View File

@@ -104,7 +104,7 @@ spec:
# for litmus LIB, it supports docker, containerd, crio
# for pumba LIB, it supports docker only
- name: CONTAINER_RUNTIME
value: 'docker'
value: 'containerd'
# provide the destination ips
# chaos injection will be triggered for these destination ips
@@ -118,7 +118,7 @@ spec:
# provide the socket file path
- name: SOCKET_PATH
value: '/var/run/docker.sock'
value: '/run/containerd/containerd.sock'
# To select pods on specific node(s)
- name: NODE_LABEL

View File

@@ -28,11 +28,11 @@ spec:
# for litmus LIB, it supports docker, containerd, crio
# for pumba LIB, it supports docker only
- name: CONTAINER_RUNTIME
value: 'docker'
value: 'containerd'
# provide the socket file path
- name: SOCKET_PATH
value: '/var/run/docker.sock'
value: '/run/containerd/containerd.sock'
## percentage of total pods to target
- name: PODS_AFFECTED_PERC

View File

@@ -105,7 +105,7 @@ spec:
# for litmus LIB, it supports docker, containerd, crio
# for pumba LIB, it supports docker only
- name: CONTAINER_RUNTIME
value: 'docker'
value: 'containerd'
# provide the destination ips
# chaos injection will be triggered for these destination ips
@@ -119,7 +119,7 @@ spec:
# provide the socket file 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
## supported values: serial, parallel