-
Notifications
You must be signed in to change notification settings - Fork 71
[improvement] : Add ipv6 slaac addrs to node's status #431
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
Conversation
| k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.33.0 | ||
| k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.33.0 | ||
| ) | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update to upstream linodego when this PR is merged: linode/linodego#791
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #431 +/- ##
==========================================
- Coverage 72.44% 72.12% -0.32%
==========================================
Files 19 19
Lines 3498 3544 +46
==========================================
+ Hits 2534 2556 +22
- Misses 733 751 +18
- Partials 231 237 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
General:
This PR adds new SLAAC ipv6 addr allocated to VPC interface as one of the address in k8s node's status. We list VPC specific ipv6 addrs first than any other ipv6 addr present on the node.
Pull Request Guidelines: