Skip to content

Commit

Permalink
Add bmn-sf1.metal instance support
Browse files Browse the repository at this point in the history
  • Loading branch information
vpineda1996 authored and jdn5126 committed Feb 27, 2023
1 parent 5dc2bbe commit c92cad9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 26 deletions.
9 changes: 2 additions & 7 deletions misc/eni-max-pods.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# express or implied. See the License for the specific language governing
# permissions and limitations under the License.
#
# This file was generated at 2023-02-07T22:38:44Z
# This file was generated at 2023-02-27T15:22:09Z
#
# The regions queried were:
# - ap-northeast-1
Expand Down Expand Up @@ -46,6 +46,7 @@ a1.large 29
a1.medium 8
a1.metal 234
a1.xlarge 58
bmn-sf1.metal 737
c1.medium 12
c1.xlarge 58
c3.2xlarge 58
Expand Down Expand Up @@ -643,12 +644,6 @@ x1e.32xlarge 234
x1e.4xlarge 58
x1e.8xlarge 58
x1e.xlarge 29
x2ezn.12xlarge 737
x2ezn.2xlarge 58
x2ezn.4xlarge 234
x2ezn.6xlarge 234
x2ezn.8xlarge 234
x2ezn.metal 737
x2gd.12xlarge 234
x2gd.16xlarge 737
x2gd.2xlarge 58
Expand Down
39 changes: 20 additions & 19 deletions pkg/awsutils/vpc_ip_resource_limit.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions scripts/gen_vpc_ip_limits.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ func addManualLimits(limitMap map[string]awsutils.InstanceTypeLimits) map[string
"c5ad.metal": {ENILimit: 15, IPv4Limit: 50, HypervisorType: "unknown", IsBareMetal: true},
"p4de.24xlarge": {ENILimit: 15, IPv4Limit: 50, HypervisorType: "unknown", IsBareMetal: false},
"c7g.metal": {ENILimit: 15, IPv4Limit: 50, HypervisorType: "unknown", IsBareMetal: true},
"bmn-sf1.metal": {ENILimit: 15, IPv4Limit: 50, HypervisorType: "unknown", IsBareMetal: true},
}
for instanceType, instanceLimits := range manuallyAddedLimits {
val, ok := limitMap[instanceType]
Expand Down

0 comments on commit c92cad9

Please sign in to comment.