fix(disk-fill): Add the container runtime and socketPath env (#628)
Signed-off-by: Shubham Chaudhary <shubham.chaudhary@harness.io>
This commit is contained in:
committed by
GitHub
parent
08d2a6e574
commit
fe30b73860
@@ -29,8 +29,12 @@ spec:
|
|||||||
- name: PODS_AFFECTED_PERC
|
- name: PODS_AFFECTED_PERC
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
# Provide the container runtime path
|
# provide the socket file path
|
||||||
# Default set to docker container path
|
- name: SOCKET_PATH
|
||||||
- name: CONTAINER_PATH
|
value: "/run/containerd/containerd.sock"
|
||||||
value: '/var/lib/docker/containers'
|
|
||||||
|
# provide the name of container runtime
|
||||||
|
# it supports docker, containerd, crio
|
||||||
|
- name: CONTAINER_RUNTIME
|
||||||
|
value: "containerd"
|
||||||
|
|
||||||
|
@@ -114,10 +114,14 @@ spec:
|
|||||||
- name: LIB_IMAGE
|
- name: LIB_IMAGE
|
||||||
value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
|
value: "litmuschaos.docker.scarf.sh/litmuschaos/go-runner:latest"
|
||||||
|
|
||||||
# Provide the container runtime path
|
# provide the socket file path
|
||||||
# Default set to docker container path
|
- name: SOCKET_PATH
|
||||||
- name: CONTAINER_PATH
|
value: "/run/containerd/containerd.sock"
|
||||||
value: "/var/lib/docker/containers"
|
|
||||||
|
# provide the name of container runtime
|
||||||
|
# it supports docker, containerd, crio
|
||||||
|
- name: CONTAINER_RUNTIME
|
||||||
|
value: "containerd"
|
||||||
|
|
||||||
## 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
|
||||||
|
Reference in New Issue
Block a user