Skip to content
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

IPv6 VPC CNI Policy hot fix #372

Merged
merged 1 commit into from
Mar 28, 2022
Merged

IPv6 VPC CNI Policy hot fix #372

merged 1 commit into from
Mar 28, 2022

Conversation

vara-bonthu
Copy link
Contributor

@vara-bonthu vara-bonthu commented Mar 27, 2022

What does this PR do?

Closes #371

Motivation

More

  • Yes, I have tested the PR using my local account setup (Provide any test evidence report under Additional Notes)
  • Yes, I have added a new example under examples to support my PR
  • Yes, I have created another PR for add-ons under add-ons repo (if applicable)
  • Yes, I have updated the docs for this feature
  • Yes, I ran pre-commit run -a with this PR

Note: Not all the PRs required examples and docs except a new pattern or add-on added.

For Moderators

  • E2E Test successfully complete before merge?

Additional Notes

@vara-bonthu vara-bonthu self-assigned this Mar 27, 2022
@vara-bonthu vara-bonthu added the bug Something isn't working label Mar 27, 2022
@hksfho
Copy link

hksfho commented Mar 28, 2022

It looks good to me. I have just tested. It works as expected

benluk@Bens-MBP aws % kubectl get pods --all-namespaces -o wide
NAMESPACE     NAME                                            READY   STATUS    RESTARTS   AGE   IP                                       NODE                                        NOMINATED NODE   READINESS GATES
kube-system   aws-load-balancer-controller-68d794d7b8-l5rfl   1/1     Running   0          53m   2406:da1e:312:c503:3b1c::2               ip-10-0-10-127.ap-east-1.compute.internal   <none>           <none>
kube-system   aws-load-balancer-controller-68d794d7b8-sx8t4   1/1     Running   0          53m   2406:da1e:312:c503:3b1c::3               ip-10-0-10-127.ap-east-1.compute.internal   <none>           <none>
kube-system   aws-node-sshlf                                  1/1     Running   0          53m   2406:da1e:312:c503:a891:20c1:db02:6736   ip-10-0-10-127.ap-east-1.compute.internal   <none>           <none>
kube-system   coredns-6db8fb7684-7q2tw                        1/1     Running   0          60m   2406:da1e:312:c503:3b1c::                ip-10-0-10-127.ap-east-1.compute.internal   <none>           <none>
kube-system   coredns-6db8fb7684-9n8ls                        1/1     Running   0          60m   2406:da1e:312:c503:3b1c::1               ip-10-0-10-127.ap-east-1.compute.internal   <none>           <none>
kube-system   kube-proxy-8vh2p                                1/1     Running   0          57m   2406:da1e:312:c503:a891:20c1:db02:6736   ip-10-0-10-127.ap-east-1.compute.internal   <none>           <none>

Copy link
Contributor

@askulkarni2 askulkarni2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Contributor

@kcoleman731 kcoleman731 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@askulkarni2 askulkarni2 merged commit aee6a7a into main Mar 28, 2022
@askulkarni2 askulkarni2 deleted the hotfix/ipv6-policy branch March 28, 2022 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
4 participants