Merge pull request #7590 from whisperity/fix/doc-gce/autoscalergroup-url
doc(gce): Update manual MIG specification URL
This commit is contained in:
commit
ee6f436ef4
|
|
@ -11,4 +11,4 @@ name: cluster-autoscaler
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
|
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
|
||||||
type: application
|
type: application
|
||||||
version: 9.46.0
|
version: 9.46.1
|
||||||
|
|
|
||||||
|
|
@ -187,7 +187,7 @@ In the event you want to explicitly specify MIGs instead of using auto-discovery
|
||||||
|
|
||||||
```
|
```
|
||||||
# where 'n' is the index, starting at 0
|
# 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
|
### Azure
|
||||||
|
|
|
||||||
|
|
@ -187,7 +187,7 @@ In the event you want to explicitly specify MIGs instead of using auto-discovery
|
||||||
|
|
||||||
```
|
```
|
||||||
# where 'n' is the index, starting at 0
|
# 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
|
### Azure
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue