Added SCALE_SET to azure instance stop experiment (#496)

Signed-off-by: Akash Shrivastava <akash@chaosnative.com>
This commit is contained in:
Akash Shrivastava
2021-08-15 01:37:57 +05:30
committed by GitHub
parent 11681f7b15
commit 14f7d7e20f
2 changed files with 10 additions and 2 deletions

View File

@@ -19,11 +19,15 @@ spec:
- name: CHAOS_INTERVAL - name: CHAOS_INTERVAL
value: '30' value: '30'
# provide the target instance name # provide the target instance name(s) (comma separated if multiple)
- name: AZURE_INSTANCE_NAME - name: AZURE_INSTANCE_NAME
value: '' value: ''
# provide the resource group of the instance # provide the resource group of the instance
- name: RESOURCE_GROUP - name: RESOURCE_GROUP
value: '' value: ''
# accepts enable/disable, default is disable
- name: SCALE_SET
value: ''

View File

@@ -54,13 +54,17 @@ spec:
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''
# provide the target instance name # provide the target instance name(s) (comma separated if multiple)
- name: AZURE_INSTANCE_NAME - name: AZURE_INSTANCE_NAME
value: '' value: ''
# provide the resource group of the instance # provide the resource group of the instance
- name: RESOURCE_GROUP - name: RESOURCE_GROUP
value: '' value: ''
# accepts enable/disable, default is disable
- name: SCALE_SET
value: ''
# Provide the path of aks credentials mounted from secret # Provide the path of aks credentials mounted from secret
- name: AZURE_AUTH_LOCATION - name: AZURE_AUTH_LOCATION