Skip to content
New issue

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

Template format error: YAML not well-formed. (line 91, column 65) #621

Closed
jijoosper opened this issue Feb 22, 2021 · 3 comments
Closed

Template format error: YAML not well-formed. (line 91, column 65) #621

jijoosper opened this issue Feb 22, 2021 · 3 comments

Comments

@jijoosper
Copy link

What happened:
Following https://docs.aws.amazon.com/eks/latest/userguide/launch-workers.html, getting "Template format error: YAML not well-formed. (line 91, column 65)" in step 5
What you expected to happen:
Proceed to Specify stack details when clicking next
How to reproduce it (as minimally and precisely as possible):
Following https://docs.aws.amazon.com/eks/latest/userguide/launch-workers.html, step 1-5
curl -o amazon-eks-nodegroup.yaml https://github.com/awslabs/amazon-eks-ami/blob/master/amazon-eks-nodegroup.yaml
Open the AWS CloudFormation console at https://console.aws.amazon.com/cloudformation
Choose Create stack and then select With new resources (standard).
For Specify template, select Upload a template file and then select Choose file. Select the amazon-eks-nodegroup.yaml file that you downloaded in step 2 and then select Next.

Anything else we need to know?:

Environment:

  • AWS Region: eu-west-1

  • Instance Type(s):

  • EKS Platform version (use aws eks describe-cluster --name <name> --query cluster.platformVersion):

  • Kubernetes version (use aws eks describe-cluster --name <name> --query cluster.version):

  • AMI Version:
    eks-etcd

  • Kernel (e.g. uname -a):

  • Release information (run cat /etc/eks/release on a node):

@mmerkes
Copy link
Member

mmerkes commented Feb 22, 2021

I was able to repro as well. The problem is that it's downloading the HTML, not the yaml. I'll get that fixed.

@mmerkes
Copy link
Member

mmerkes commented Feb 22, 2021

PR opened. If you change the link as done in the docs PR, it should resolve the issue for you.

@jijoosper
Copy link
Author

Issue fixed with raw URL and I see the doc is updated. Thank you!

@mmerkes mmerkes closed this as completed Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants