We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What would you like to be added: The log collector script (https://github.com/awslabs/amazon-eks-ami/blob/master/log-collector-script/linux/eks-log-collector.sh) does not collect IPv6 output. We should be collecting ip6tables, ip -6 rule, ip -6 route, etc.
ip6tables
ip -6 rule
ip -6 route
Why is this needed: To debug IPv6 clusters
The text was updated successfully, but these errors were encountered:
Closing as completed by #1702
Sorry, something went wrong.
No branches or pull requests
What would you like to be added:
The log collector script (https://github.com/awslabs/amazon-eks-ami/blob/master/log-collector-script/linux/eks-log-collector.sh) does not collect IPv6 output. We should be collecting
ip6tables
,ip -6 rule
,ip -6 route
, etc.Why is this needed:
To debug IPv6 clusters
The text was updated successfully, but these errors were encountered: