chore(socketPath): correcting socketPath env name (#331)
Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
committed by
GitHub
parent
71b718cd2a
commit
aa5e3d9c32
@@ -41,8 +41,8 @@ spec:
|
|||||||
- name: CONTAINER_RUNTIME
|
- name: CONTAINER_RUNTIME
|
||||||
value: 'docker'
|
value: 'docker'
|
||||||
|
|
||||||
# provide the container runtime path for containerd
|
# provide the socket file path
|
||||||
# applicable only for containerd runtime
|
# applicable only for containerd runtime
|
||||||
- name: CONTAINER_PATH
|
- name: SOCKET_PATH
|
||||||
value: '/run/containerd/containerd.sock'
|
value: '/run/containerd/containerd.sock'
|
||||||
|
|
@@ -56,9 +56,9 @@ spec:
|
|||||||
- name: CHAOS_INTERVAL
|
- name: CHAOS_INTERVAL
|
||||||
value: '10'
|
value: '10'
|
||||||
|
|
||||||
# provide the container runtime path
|
# provide the socket file path
|
||||||
# applicable only for containerd and crio runtime
|
# applicable only for containerd and crio runtime
|
||||||
- name: CONTAINER_PATH
|
- name: SOCKET_PATH
|
||||||
value: '/run/containerd/containerd.sock'
|
value: '/run/containerd/containerd.sock'
|
||||||
|
|
||||||
# provide the name of container runtime
|
# provide the name of container runtime
|
||||||
|
@@ -44,7 +44,7 @@ spec:
|
|||||||
- name: CONTAINER_RUNTIME
|
- name: CONTAINER_RUNTIME
|
||||||
value: 'docker'
|
value: 'docker'
|
||||||
|
|
||||||
# provide the container runtime path
|
# provide the socket file path
|
||||||
# applicable only for containerd and crio runtime
|
# applicable only for containerd and crio runtime
|
||||||
- name: CONTAINER_PATH
|
- name: SOCKET_PATH
|
||||||
value: '/run/containerd/containerd.sock'
|
value: '/run/containerd/containerd.sock'
|
@@ -77,9 +77,9 @@ spec:
|
|||||||
- name: CONTAINER_RUNTIME
|
- name: CONTAINER_RUNTIME
|
||||||
value: 'docker'
|
value: 'docker'
|
||||||
|
|
||||||
# provide the container runtime path
|
# provide the socket file path
|
||||||
# applicable only for containerd and crio runtime
|
# applicable only for containerd and crio runtime
|
||||||
- name: CONTAINER_PATH
|
- name: SOCKET_PATH
|
||||||
value: '/run/containerd/containerd.sock'
|
value: '/run/containerd/containerd.sock'
|
||||||
labels:
|
labels:
|
||||||
name: pod-network-corruption
|
name: pod-network-corruption
|
||||||
|
@@ -48,7 +48,7 @@ spec:
|
|||||||
- name: CONTAINER_RUNTIME
|
- name: CONTAINER_RUNTIME
|
||||||
value: 'docker'
|
value: 'docker'
|
||||||
|
|
||||||
# provide the container runtime path
|
# provide the socket file path
|
||||||
# applicable only for containerd and crio runtime
|
# applicable only for containerd and crio runtime
|
||||||
- name: CONTAINER_PATH
|
- name: SOCKET_PATH
|
||||||
value: '/run/containerd/containerd.sock'
|
value: '/run/containerd/containerd.sock'
|
||||||
|
@@ -73,9 +73,9 @@ spec:
|
|||||||
- name: CONTAINER_RUNTIME
|
- name: CONTAINER_RUNTIME
|
||||||
value: 'docker'
|
value: 'docker'
|
||||||
|
|
||||||
# provide the container runtime path
|
# provide the socket file path
|
||||||
# applicable only for containerd and crio runtime
|
# applicable only for containerd and crio runtime
|
||||||
- name: CONTAINER_PATH
|
- name: SOCKET_PATH
|
||||||
value: '/run/containerd/containerd.sock'
|
value: '/run/containerd/containerd.sock'
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
|
@@ -47,7 +47,7 @@ spec:
|
|||||||
- name: CONTAINER_RUNTIME
|
- name: CONTAINER_RUNTIME
|
||||||
value: 'docker'
|
value: 'docker'
|
||||||
|
|
||||||
# provide the container runtime path
|
# provide the socket file path
|
||||||
# applicable only for containerd and crio runtime
|
# applicable only for containerd and crio runtime
|
||||||
- name: CONTAINER_PATH
|
- name: SOCKET_PATH
|
||||||
value: '/run/containerd/containerd.sock'
|
value: '/run/containerd/containerd.sock'
|
||||||
|
@@ -77,9 +77,9 @@ spec:
|
|||||||
- name: CONTAINER_RUNTIME
|
- name: CONTAINER_RUNTIME
|
||||||
value: 'docker'
|
value: 'docker'
|
||||||
|
|
||||||
# provide the container runtime path
|
# provide the socket file path
|
||||||
# applicable only for containerd and crio runtime
|
# applicable only for containerd and crio runtime
|
||||||
- name: CONTAINER_PATH
|
- name: SOCKET_PATH
|
||||||
value: '/run/containerd/containerd.sock'
|
value: '/run/containerd/containerd.sock'
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
|
@@ -48,8 +48,8 @@ spec:
|
|||||||
- name: CONTAINER_RUNTIME
|
- name: CONTAINER_RUNTIME
|
||||||
value: 'docker'
|
value: 'docker'
|
||||||
|
|
||||||
# provide the container runtime path
|
# provide the socket file path
|
||||||
# applicable only for containerd and crio runtime
|
# applicable only for containerd and crio runtime
|
||||||
- name: CONTAINER_PATH
|
- name: SOCKET_PATH
|
||||||
value: '/run/containerd/containerd.sock'
|
value: '/run/containerd/containerd.sock'
|
||||||
|
|
@@ -77,9 +77,9 @@ spec:
|
|||||||
- name: CONTAINER_RUNTIME
|
- name: CONTAINER_RUNTIME
|
||||||
value: 'docker'
|
value: 'docker'
|
||||||
|
|
||||||
# provide the container runtime path
|
# provide the socket file path
|
||||||
# applicable only for containerd and crio runtime
|
# applicable only for containerd and crio runtime
|
||||||
- name: CONTAINER_PATH
|
- name: SOCKET_PATH
|
||||||
value: '/run/containerd/containerd.sock'
|
value: '/run/containerd/containerd.sock'
|
||||||
labels:
|
labels:
|
||||||
name: pod-network-loss
|
name: pod-network-loss
|
||||||
|
Reference in New Issue
Block a user