This repository was archived by the owner on Nov 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ sidebar_label: Azure Instance Stop
1515 </tr >
1616 <tr >
1717 <td> Azure </td>
18- <td> Termination of an azure instance for a certain chaos duration</td>
19- <td> EKS </td>
18+ <td> Power off of an azure instance for a certain chaos duration</td>
19+ <td> EKS, AKS, K3s </td>
2020 </tr >
2121</table >
2222
@@ -153,15 +153,21 @@ subjects:
153153 </tr>
154154 <tr>
155155 <td> AZURE_INSTANCE_NAME </td>
156- <td> Instance name of the target azure instance.</td>
156+ <td> Instance name(s) of the target azure instance (comma separated if multiple) .</td>
157157 <td> Mandatory </td>
158- <td> </td>
158+ <td>For AKS ndoes, the instance name is from the scale set section in Azure and not the node name from AKS node pool </td>
159159 </tr>
160160 <tr>
161161 <td> RESOURCE_GROUP </td>
162162 <td> The resource group of the target instance</td>
163163 <td> Mandatory </td>
164164 <td> </td>
165+ </tr>
166+ <tr>
167+ <td> SCALE_SET </td>
168+ <td> Whether instance is part of Scale set</td>
169+ <td> Mandatory </td>
170+ <td> Accepts "enable"/"disable". Default is "disable"</td>
165171 </tr>
166172 <tr>
167173 <td> TOTAL_CHAOS_DURATION </td>
You can’t perform that action at this time.
0 commit comments