Skip to content

Instance types are way too small #128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

dims
Copy link
Member

@dims dims commented Aug 16, 2023

We need larger instance types for running more pods. Let's not constrict ourselves right now.

Also more pods, needs more ENI(s), especially for AWS VPC CNI, or we run into ContainerCreating issue where pods are stuck. Context:

here's what we see in build logs:

 Aug 16 11:53:17.443: INFO: At 2023-08-16 11:51:56 +0000 UTC - event for httpd: {kubelet ip-172-31-34-156} FailedCreatePodSandBox: Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "2c584e052a55d7c162d155a1d607c5cccf658ae6232a99c2250da7d8951715d5": plugin type="aws-cni" name="aws-cni" failed (add): add cmd: failed to assign an IP address to container

here's what the ipamd logs show:

{"level":"debug","ts":"2023-08-16T11:51:44.529Z","caller":"datastore/data_store.go:652","msg":"AssignPodIPv4Address: ENI eni-01550f3b4baff6dba does not have available addresses"}
{"level":"error","ts":"2023-08-16T11:51:44.529Z","caller":"datastore/data_store.go:652","msg":"DataStore has no available IP/Prefix addresses"}
{"level":"info","ts":"2023-08-16T11:51:44.529Z","caller":"rpc/rpc.pb.go:713","msg":"Send AddNetworkReply: IPv4Addr , IPv6Addr: , DeviceNumber: -1, err: assignPodIPv4AddressUnsafe: no available IP/Prefix addresses"}
{"level":"info","ts":"2023-08-16T11:51:44.554Z","caller":"rpc/rpc.pb.go:713","msg":"Received AddNetwork for NS /var/run/netns/cni-f89445a4-57f5-cbc3-9223-422660f720c2, Sandbox e36a596da7a9df6b87babf7c08a37c526860bdd45d786a6b82ad9659c1dcc3ef, ifname eth0"}

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Aug 16, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dims

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Aug 16, 2023
@dims dims merged commit 8e44393 into kubernetes-sigs:main Aug 16, 2023
@dims
Copy link
Member Author

dims commented Aug 16, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants