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
If on EKS you're using security group for PODs you need to now the list of supported instance types and which one have the IsTrunkingCompatible: true.
Right now the only way to get that information is trough that file: https://github.com/aws/amazon-vpc-resource-controller-k8s/blob/release/pkg/aws/vpc/limits.go#L32 More info: https://docs.aws.amazon.com/eks/latest/userguide/security-groups-for-pods.html
I'll be really useful to have it on the cli.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If on EKS you're using security group for PODs you need to now the list of supported instance types and which one have the IsTrunkingCompatible: true.
Right now the only way to get that information is trough that file: https://github.com/aws/amazon-vpc-resource-controller-k8s/blob/release/pkg/aws/vpc/limits.go#L32
More info: https://docs.aws.amazon.com/eks/latest/userguide/security-groups-for-pods.html
I'll be really useful to have it on the cli.
The text was updated successfully, but these errors were encountered: