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 support for the AWS Metadata filter #8800

Open
tuxlife opened this issue May 7, 2024 · 0 comments
Open

IPv6 support for the AWS Metadata filter #8800

tuxlife opened this issue May 7, 2024 · 0 comments

Comments

@tuxlife
Copy link

tuxlife commented May 7, 2024

Is your feature request related to a problem? Please describe.

We use an IPv6 EKS cluster in AWS. However, the AWS Metadata Filter cannot be used in this cluster because only the IPv4 (XXX) is used here for requests and not the IPv6 (XXX_

Describe the solution you'd like

In addition to the existing IMDS version, it should also be possible to select whether the metadata server should be addressed via IPv4 (default) or via IPv6.

Describe alternatives you've considered

It may also be possible to automatically detect whether the metadata server is accessible via v4 or v6.

Additional context

[2024/05/07 09:51:55] [ warn] [net] sync io_read #472 timeout after 1 seconds from: tcp://169.254.169.254:80
[2024/05/07 09:51:55] [error] [http_client] broken connection to 169.254.169.254:80 ?
[2024/05/07 09:51:55] [error] [filter:aws:aws.3] Failed to get instance ID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant