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

Create IPv6 example #1522

Open
flostadler opened this issue Dec 9, 2024 · 0 comments
Open

Create IPv6 example #1522

flostadler opened this issue Dec 9, 2024 · 0 comments
Labels
area/docs Improvements or additions to documentation kind/engineering Work that is not visible to an external user

Comments

@flostadler
Copy link
Contributor

flostadler commented Dec 9, 2024

The existing IPv6 example is wrong and missing important pieces. It's not working but untested, so this never surfaced.

For example, the nodes need to be able to perform ec2:AssignIpv6Addresses. Right now that's missing, and without that IPv6 cannot work.
There's likely more things that need to be fixed for IPv6 to work.

We should create a working IPv6 example and bring it under test.

@flostadler flostadler added area/docs Improvements or additions to documentation kind/engineering Work that is not visible to an external user labels Dec 9, 2024
flostadler added a commit that referenced this issue Dec 9, 2024
The existing IPv6 example is wrong and untested. Creating a working
example requires additional changes (like ensuring the nodes can perform
`ec2:AssignIpv6Addresses`).

This removes the faulty and untested example in order to not create
frustration and confusion for users. We'll need to separately work on
creating a proper IPv6 example
(#1522).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs Improvements or additions to documentation kind/engineering Work that is not visible to an external user
Projects
None yet
Development

No branches or pull requests

1 participant