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
kubelet and the CNI plugin image need aws-sdk-go updated to support IMDSv2-only instances.
The text was updated successfully, but these errors were encountered:
CNI plugin work is merged here: aws/amazon-vpc-cni-k8s#793 Kubernetes has merged updates to the aws sdk and released with 1.18: kubernetes/kubernetes#87253
Sorry, something went wrong.
Currently the aws-1.17-k8s and aws-1.16-k8s works when IMDSv2 is enforced.
aws-1.17-k8s
aws-1.16-k8s
aws-1.15-k8s does not work because v1.15 kubelet does not have the required aws-go-sdk version to support IMDSv2.
aws-1.15-k8s
kubelet
aws-go-sdk
A aws-vpc-cni-k8s version of at least v1.6.0 is required for cluster node to work with IMDSv2.
aws-vpc-cni-k8s
No branches or pull requests
kubelet and the CNI plugin image need aws-sdk-go updated to support IMDSv2-only instances.
The text was updated successfully, but these errors were encountered: