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
Expected behaviour: In our environments AMI bootstrap script(bootstap.sh) to help a new node join the cluster and finish the kubelet configuration part as part of https://github.com/awslabs/amazon-eks-ami/blob/master/doc/USER_GUIDE.md#customizing-kubelet-config. bootstrap.sh excutes AWS/EKS API calls like https://github.com/awslabs/amazon-eks-ami/blob/master/files/bootstrap.sh#L358, so that script talk to FIPS certified endpoints.
Environment:
aws eks describe-cluster --name <name> --query cluster.platformVersion
aws eks describe-cluster --name <name> --query cluster.version
uname -a
cat /etc/eks/release
cat /etc/eks/release BASE_AMI_ID="ami-0e44455200333ddc5" BUILD_TIME="Mon Jan 29 21:53:50 UTC 2024" BUILD_KERNEL="5.10.205-195.807.amzn2.x86_64" ARCH="x86_64"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behaviour: In our environments AMI bootstrap script(bootstap.sh) to help a new node join the cluster and finish the kubelet configuration part as part of https://github.com/awslabs/amazon-eks-ami/blob/master/doc/USER_GUIDE.md#customizing-kubelet-config.
bootstrap.sh excutes AWS/EKS API calls like https://github.com/awslabs/amazon-eks-ami/blob/master/files/bootstrap.sh#L358, so that script talk to FIPS certified endpoints.
Environment:
aws eks describe-cluster --name <name> --query cluster.platformVersion
): "eks.12"aws eks describe-cluster --name <name> --query cluster.version
): "1.26"uname -a
):cat /etc/eks/release
on a node):The text was updated successfully, but these errors were encountered: