chore(n/w-chaos): Convert TARGET_IPS/HOSTS TO DESTINATION_IPS/HOSTS (#386)
Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
committed by
GitHub
parent
e0578bd580
commit
cf773ce392
@@ -82,14 +82,14 @@ spec:
|
|||||||
- name: CONTAINER_RUNTIME
|
- name: CONTAINER_RUNTIME
|
||||||
value: 'docker'
|
value: 'docker'
|
||||||
|
|
||||||
# provide the target ips
|
# provide the destination ips
|
||||||
# chaos injection will be triggered for these destination ips
|
# chaos injection will be triggered for these destination ips
|
||||||
- name: TARGET_IPS
|
- name: DESTINATION_IPS
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
# provide the target hosts
|
# provide the destination hosts
|
||||||
# chaos injection will be triggered for these destination hosts
|
# chaos injection will be triggered for these destination hosts
|
||||||
- name: TARGET_HOSTS
|
- name: DESTINATION_HOSTS
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
# provide the socket file path
|
# provide the socket file path
|
||||||
|
@@ -78,14 +78,14 @@ spec:
|
|||||||
- name: CONTAINER_RUNTIME
|
- name: CONTAINER_RUNTIME
|
||||||
value: 'docker'
|
value: 'docker'
|
||||||
|
|
||||||
# provide the target ips
|
# provide the destination ips
|
||||||
# chaos injection will be triggered for these destination ips
|
# chaos injection will be triggered for these destination ips
|
||||||
- name: TARGET_IPS
|
- name: DESTINATION_IPS
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
# provide the target hosts
|
# provide the destination hosts
|
||||||
# chaos injection will be triggered for these destination hosts
|
# chaos injection will be triggered for these destination hosts
|
||||||
- name: TARGET_HOSTS
|
- name: DESTINATION_HOSTS
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
# provide the socket file path
|
# provide the socket file path
|
||||||
|
@@ -82,14 +82,14 @@ spec:
|
|||||||
- name: CONTAINER_RUNTIME
|
- name: CONTAINER_RUNTIME
|
||||||
value: 'docker'
|
value: 'docker'
|
||||||
|
|
||||||
# provide the target ips
|
# provide the destination ips
|
||||||
# chaos injection will be triggered for these destination ips
|
# chaos injection will be triggered for these destination ips
|
||||||
- name: TARGET_IPS
|
- name: DESTINATION_IPS
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
# provide the target hosts
|
# provide the destination hosts
|
||||||
# chaos injection will be triggered for these destination hosts
|
# chaos injection will be triggered for these destination hosts
|
||||||
- name: TARGET_HOSTS
|
- name: DESTINATION_HOSTS
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
# provide the socket file path
|
# provide the socket file path
|
||||||
|
@@ -82,14 +82,14 @@ spec:
|
|||||||
- name: CONTAINER_RUNTIME
|
- name: CONTAINER_RUNTIME
|
||||||
value: 'docker'
|
value: 'docker'
|
||||||
|
|
||||||
# provide the target ips
|
# provide the destination ips
|
||||||
# chaos injection will be triggered for these destination ips
|
# chaos injection will be triggered for these destination ips
|
||||||
- name: TARGET_IPS
|
- name: DESTINATION_IPS
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
# provide the target hosts
|
# provide the destination hosts
|
||||||
# chaos injection will be triggered for these destination hosts
|
# chaos injection will be triggered for these destination hosts
|
||||||
- name: TARGET_HOSTS
|
- name: DESTINATION_HOSTS
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
# provide the socket file path
|
# provide the socket file path
|
||||||
|
Reference in New Issue
Block a user