Skip to content

Commit

Permalink
doc(gce): Update manual MIG specification URL
Browse files Browse the repository at this point in the history
  • Loading branch information
whisperity committed Dec 11, 2024
1 parent 562059b commit 761f75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cluster-autoscaler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ In the event you want to explicitly specify MIGs instead of using auto-discovery

```
# where 'n' is the index, starting at 0
--set autoscalingGroups[n].name=https://content.googleapis.com/compute/v1/projects/$PROJECTID/zones/$ZONENAME/instanceGroupManagers/$FULL-MIG-NAME,autoscalingGroups[n].maxSize=$MAXSIZE,autoscalingGroups[n].minSize=$MINSIZE
--set autoscalingGroups[n].name=https://content.googleapis.com/compute/v1/projects/$PROJECTID/zones/$ZONENAME/instanceGroups/$FULL-MIG-NAME,autoscalingGroups[n].maxSize=$MAXSIZE,autoscalingGroups[n].minSize=$MINSIZE
```
### Azure
Expand Down

0 comments on commit 761f75a

Please sign in to comment.