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 happened: Following instructions for collecting EKS logs using SSM agent:
$ aws ssm create-document --name "EKSLogCollector" --document-type "Command" --content https://raw.githubusercontent.com/awslabs/amazon-eks-ami/master/log-collector-script/linux/eks-ssm-content.json An error occurred (InvalidDocumentContent) when calling the CreateDocument operation: JSON not well-formed. at Line: 1, Column: 6
What you expected to happen: Command to succeed
Anything else we need to know?:
Same as #716
Environment:
aws eks describe-cluster --name <name> --query cluster.platformVersion
aws eks describe-cluster --name <name> --query cluster.version
cat /etc/eks/release
BASE_AMI_ID="ami-0f2eb599f16eb7ac7" BUILD_TIME="Wed Nov 17 23:55:27 UTC 2021" BUILD_KERNEL="5.4.156-83.273.amzn2.x86_64" ARCH="x86_64"
The text was updated successfully, but these errors were encountered:
Also same as #725
Sorry, something went wrong.
I was able to reproduce this, and have reopened #716. Please track progress there.
No branches or pull requests
What happened:
Following instructions for collecting EKS logs using SSM agent:
What you expected to happen:
Command to succeed
Anything else we need to know?:
Same as #716
Environment:
aws eks describe-cluster --name <name> --query cluster.platformVersion
): "eks.3"aws eks describe-cluster --name <name> --query cluster.version
): 1.21cat /etc/eks/release
on a node):The text was updated successfully, but these errors were encountered: