Skip to content

Commit ee6f436

Browse files
authored
Merge pull request #7590 from whisperity/fix/doc-gce/autoscalergroup-url
doc(gce): Update manual MIG specification URL
2 parents 158e281 + ff3bdd1 commit ee6f436

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/cluster-autoscaler/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ name: cluster-autoscaler
1111
sources:
1212
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
1313
type: application
14-
version: 9.46.0
14+
version: 9.46.1

charts/cluster-autoscaler/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ In the event you want to explicitly specify MIGs instead of using auto-discovery
187187

188188
```
189189
# where 'n' is the index, starting at 0
190-
--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
190+
--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
191191
```
192192
193193
### Azure

charts/cluster-autoscaler/README.md.gotmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ In the event you want to explicitly specify MIGs instead of using auto-discovery
187187

188188
```
189189
# where 'n' is the index, starting at 0
190-
--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
190+
--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
191191
```
192192

193193
### Azure

0 commit comments

Comments
 (0)