There was an error while loading. Please reload this page.
1 parent ceac988 commit 017f88aCopy full SHA for 017f88a
1 file changed
cluster-autoscaler/cloudprovider/aws/ec2_instance_types/gen.go
@@ -32,6 +32,8 @@ import (
32
"k8s.io/klog/v2"
33
)
34
35
+// EBSVolumeLimit stays on InstanceType for runtime EC2 metadata, but is omitted
36
+// from static map literals until the list is regenerated with DescribeInstanceTypes.
37
var packageTemplate = template.Must(template.New("").Parse(`/*
38
Copyright The Kubernetes Authors.
39
@@ -74,7 +76,6 @@ var InstanceTypes = map[string]*InstanceType{
74
76
MemoryMb: {{ .MemoryMb }},
75
77
GPU: {{ .GPU }},
78
Architecture: "{{ .Architecture }}",
- EBSVolumeLimit: {{ .EBSVolumeLimit }},
79
},
80
{{- end }}
81
}
0 commit comments