mirror of https://github.com/kubernetes/kops.git
Fix CAS ASG configuration
This commit is contained in:
parent
d9b99fccca
commit
bfa68fc8cb
|
|
@ -1014,7 +1014,7 @@ spec:
|
|||
- --cloud-provider={{ $.CloudProvider }}
|
||||
- --expander={{ .Expander }}
|
||||
{{ range $name, $spec := GetNodeInstanceGroups }}
|
||||
- --nodes={{ $spec.MinSize }}:{{ $spec.MaxSize }}:{{ $name }}
|
||||
- --nodes={{ $spec.MinSize }}:{{ $spec.MaxSize }}:{{ $name }}.{{ ClusterName }}
|
||||
{{ end }}
|
||||
- --scale-down-utilization-threshold={{ .ScaleDownUtilizationThreshold }}
|
||||
- --skip-nodes-with-local-storage={{ .SkipNodesWithLocalStorage }}
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@ spec:
|
|||
- --cloud-provider={{ $.CloudProvider }}
|
||||
- --expander={{ .Expander }}
|
||||
{{ range $name, $spec := GetNodeInstanceGroups }}
|
||||
- --nodes={{ $spec.MinSize }}:{{ $spec.MaxSize }}:{{ $name }}
|
||||
- --nodes={{ $spec.MinSize }}:{{ $spec.MaxSize }}:{{ $name }}.{{ ClusterName }}
|
||||
{{ end }}
|
||||
- --scale-down-utilization-threshold={{ .ScaleDownUtilizationThreshold }}
|
||||
- --skip-nodes-with-local-storage={{ .SkipNodesWithLocalStorage }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue