chore(builder): Adding target ips & hosts for network chaos (#337)

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-09-30 10:23:09 +05:30
committed by GitHub
parent 39e7cbd19f
commit 4063c7cf63
4 changed files with 40 additions and 0 deletions

View File

@@ -77,6 +77,16 @@ spec:
- name: CONTAINER_RUNTIME
value: 'docker'
# provide the target ips
# chaos injection will be triggered for these destination ips
- name: TARGET_IPs
value: ''
# provide the target hosts
# chaos injection will be triggered for these destination hosts
- name: TARGET_HOSTS
value: ''
# provide the socket file path
# applicable only for containerd and crio runtime
- name: SOCKET_PATH

View File

@@ -73,6 +73,16 @@ spec:
- name: CONTAINER_RUNTIME
value: 'docker'
# provide the target ips
# chaos injection will be triggered for these destination ips
- name: TARGET_IPs
value: ''
# provide the target hosts
# chaos injection will be triggered for these destination hosts
- name: TARGET_HOSTS
value: ''
# provide the socket file path
# applicable only for containerd and crio runtime
- name: SOCKET_PATH

View File

@@ -77,6 +77,16 @@ spec:
- name: CONTAINER_RUNTIME
value: 'docker'
# provide the target ips
# chaos injection will be triggered for these destination ips
- name: TARGET_IPs
value: ''
# provide the target hosts
# chaos injection will be triggered for these destination hosts
- name: TARGET_HOSTS
value: ''
# provide the socket file path
# applicable only for containerd and crio runtime
- name: SOCKET_PATH

View File

@@ -77,6 +77,16 @@ spec:
- name: CONTAINER_RUNTIME
value: 'docker'
# provide the target ips
# chaos injection will be triggered for these destination ips
- name: TARGET_IPs
value: ''
# provide the target hosts
# chaos injection will be triggered for these destination hosts
- name: TARGET_HOSTS
value: ''
# provide the socket file path
# applicable only for containerd and crio runtime
- name: SOCKET_PATH