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

@@ -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