@@ -137,9 +137,9 @@ When the MANAGED_NODEGROUP is enable then the experiment will not try to start t
137
137
<th> Notes </th>
138
138
</tr>
139
139
<tr>
140
- <td> INSTANCE_TAG </td>
140
+ <td> EC2_INSTANCE_TAG </td>
141
141
<td> Instance Tag to filter the target ec2 instance.</td>
142
- <td> The <code>INSTANCE_TAG </code> should be provided as <code>key:value</code> ex: <code>team:devops</code></td>
142
+ <td> The <code>EC2_INSTANCE_TAG </code> should be provided as <code>key:value</code> ex: <code>team:devops</code></td>
143
143
</tr>
144
144
<tr>
145
145
<td> REGION </td>
@@ -196,7 +196,7 @@ Refer the [common attributes](../common/common-tunables-for-all-experiments.md)
196
196
197
197
### Target single instance
198
198
199
- It will stop a random single ec2 instance with the given ` INSTANCE_TAG ` tag and the ` REGION ` region.
199
+ It will stop a random single ec2 instance with the given ` EC2_INSTANCE_TAG ` tag and the ` REGION ` region.
200
200
201
201
Use the following example to tune this:
202
202
@@ -217,7 +217,7 @@ spec:
217
217
components :
218
218
env :
219
219
# tag of the ec2 instance
220
- - name : INSTANCE_TAG
220
+ - name : EC2_INSTANCE_TAG
221
221
value : ' key:value'
222
222
# region for the ec2 instance
223
223
- name : REGION
@@ -228,7 +228,7 @@ spec:
228
228
229
229
### Target Percent of instances
230
230
231
- It will stop the ` INSTANCE_AFFECTED_PERC` percentage of ec2 instances with the given `INSTANCE_TAG ` tag and `REGION` region.
231
+ It will stop the ` INSTANCE_AFFECTED_PERC` percentage of ec2 instances with the given `EC2_INSTANCE_TAG ` tag and `REGION` region.
232
232
233
233
Use the following example to tune this :
234
234
@@ -252,7 +252,7 @@ spec:
252
252
- name: INSTANCE_AFFECTED_PERC
253
253
value: '100'
254
254
# tag of the ec2 instance
255
- - name: INSTANCE_TAG
255
+ - name: EC2_INSTANCE_TAG
256
256
value: 'key:value'
257
257
# region for the ec2 instance
258
258
- name: REGION
0 commit comments