Skip to content

Commit

Permalink
update instance limits and core plugins (#2390)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdn5126 committed May 23, 2023
1 parent 2eef830 commit fdf7a56
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ docker-metrics-test: ## Run metrics helper unit test suite in a container.
make metrics-unit-test

# Fetch the CNI plugins
plugins: FETCH_VERSION=1.2.0
plugins: FETCH_VERSION=1.3.0
plugins: FETCH_URL=https://github.com/containernetworking/plugins/releases/download/v$(FETCH_VERSION)/cni-plugins-$(GOOS)-$(GOARCH)-v$(FETCH_VERSION).tgz
plugins: VISIT_URL=https://github.com/containernetworking/plugins/tree/v$(FETCH_VERSION)/plugins/
plugins: ## Fetch the CNI plugins
Expand Down
19 changes: 16 additions & 3 deletions misc/eni-max-pods.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
# express or implied. See the License for the specific language governing
# permissions and limitations under the License.
#
# This file was generated at 2023-02-27T15:22:09Z
#
# The regions queried were:
# - ap-northeast-1
# - ap-northeast-2
Expand Down Expand Up @@ -167,6 +165,7 @@ c6in.32xlarge 345
c6in.4xlarge 234
c6in.8xlarge 234
c6in.large 29
c6in.metal 345
c6in.xlarge 58
c7g.12xlarge 234
c7g.16xlarge 737
Expand All @@ -177,7 +176,6 @@ c7g.large 29
c7g.medium 8
c7g.metal 737
c7g.xlarge 58
cc2.8xlarge 234
cr1.8xlarge 234
d2.2xlarge 58
d2.4xlarge 234
Expand Down Expand Up @@ -255,6 +253,12 @@ i3en.6xlarge 234
i3en.large 29
i3en.metal 737
i3en.xlarge 58
i4g.16xlarge 737
i4g.2xlarge 58
i4g.4xlarge 234
i4g.8xlarge 234
i4g.large 29
i4g.xlarge 58
i4i.16xlarge 737
i4i.2xlarge 58
i4i.32xlarge 737
Expand All @@ -273,6 +277,10 @@ inf1.24xlarge 321
inf1.2xlarge 38
inf1.6xlarge 234
inf1.xlarge 38
inf2.24xlarge 737
inf2.48xlarge 737
inf2.8xlarge 234
inf2.xlarge 58
is4gen.2xlarge 58
is4gen.4xlarge 234
is4gen.8xlarge 234
Expand Down Expand Up @@ -412,6 +420,7 @@ m6idn.32xlarge 345
m6idn.4xlarge 234
m6idn.8xlarge 234
m6idn.large 29
m6idn.metal 345
m6idn.xlarge 58
m6in.12xlarge 234
m6in.16xlarge 737
Expand All @@ -421,6 +430,7 @@ m6in.32xlarge 345
m6in.4xlarge 234
m6in.8xlarge 234
m6in.large 29
m6in.metal 345
m6in.xlarge 58
m7g.12xlarge 234
m7g.16xlarge 737
Expand Down Expand Up @@ -571,6 +581,7 @@ r6idn.32xlarge 345
r6idn.4xlarge 234
r6idn.8xlarge 234
r6idn.large 29
r6idn.metal 345
r6idn.xlarge 58
r6in.12xlarge 234
r6in.16xlarge 737
Expand All @@ -580,6 +591,7 @@ r6in.32xlarge 345
r6in.4xlarge 234
r6in.8xlarge 234
r6in.large 29
r6in.metal 345
r6in.xlarge 58
r7g.12xlarge 234
r7g.16xlarge 737
Expand Down Expand Up @@ -621,6 +633,7 @@ t4g.small 11
t4g.xlarge 58
trn1.2xlarge 58
trn1.32xlarge 247
trn1n.32xlarge 247
u-12tb1.112xlarge 737
u-12tb1.metal 147
u-18tb1.112xlarge 737
Expand Down
18 changes: 16 additions & 2 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.

0 comments on commit fdf7a56

Please sign in to comment.