-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
WIP Support IPv6 in AWS VPC CNI #12657
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test pull-kops-e2e-ipv6-amazonvpc |
/test pull-kops-e2e-cni-weave |
2c3fffe
to
d3d56e1
Compare
/test pull-kops-e2e-ipv6-amazonvpc |
The dns-controller pod logs show that it correctly updated the AAAA api dns record but
|
The daemonset pod refused to start because it didn't like the combination of environment variable settings. |
|
d3d56e1
to
b6c95b7
Compare
/test pull-kops-e2e-ipv6-amazonvpc |
b6c95b7
to
746221d
Compare
/test pull-kops-e2e-ipv6-amazonvpc |
/test pull-kops-e2e-cni-weave |
746221d
to
739a8f6
Compare
/test pull-kops-e2e-ipv6-amazonvpc |
This is aws/amazon-vpc-cni-k8s#1727 |
8621127
to
3309ab2
Compare
/test pull-kops-e2e-ipv6-amazonvpc |
3309ab2
to
3be8c82
Compare
That version of AWS VPC CNI is busted on instances with IMDSv2 enabled. Reference issue above. With my testing so far, it is not routing Kubernetes services in IPv6. I'll have to cross-check the IAM requirements. |
3be8c82
to
4bfef3f
Compare
/test pull-kops-e2e-ipv6-amazonvpc |
That is quite sad, but I guess we can hack kOps to not enable IMDSv2, at least to see that it works. |
I'm testing with an image I compiled with a cherrypicked fix. |
/test pull-kops-e2e-ipv6-amazonvpc |
Hey guys! @hakman @johngmyers by looking at the progress here, I suppose we should hold off with bumping the AWS CNI version for now? |
Yes, AWS VPC CNI 1.10.0 is DOA. |
AWS VPC CNI v1.10.1 has a fix for the IMDSv2 bug. We can proceed with bumping it to that version. |
/test pull-kops-e2e-cni-amazonvpc |
56992a2
to
a7a0c65
Compare
@johngmyers: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
@johngmyers: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
No description provided.