Sushmitha Ravikumar
Sushmitha Ravikumar
Hi @JingmingGuo, thanks for the PR! I was able to verify that `NET_RAW` capability is required in `aws-node` by experimenting with these values: ``` securityContext: capabilities: add: - NET_ADMIN -...
@JingmingGuo can you please update the branch?
@JingmingGuo thanks for updating, but you might still need to run `make check-format` as unit tests are failing here
I ran the conformance tests locally (after updating the branch), and can confirm that all the tests were passing. I will re-run the tests in Github. ``` git log commit...
Integration tests in progress https://github.com/aws/amazon-vpc-cni-k8s/actions/runs/3364855441/jobs/5579689661
The latest run of the integration tests have passed: https://github.com/aws/amazon-vpc-cni-k8s/actions/runs/3364855441/jobs/5582884522
Hey @GnatorX, can you share the cluster ARN to [email protected]? Also if you have the pod name or ENI ID of the branch ENI that was deleted so I can...
Oh right, are you able to share the controller logs?
>Shows that this was started from the pod controller and not the node controller. The nodes are added to be managed by the Node manager, called from node reconciler, see...
We have considered querying API server directly to list pods and bypass the cache previously. However, at large scale, list calls are quite expensive on the API server, etcd, and...