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:
Shubham Chaudhary
2020-12-04 12:56:38 +05:30
committed by GitHub
parent e0578bd580
commit cf773ce392
4 changed files with 16 additions and 16 deletions

View File

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

View File

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

View File

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

View File

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