Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Quickstart Cloud Formation template breaking due to outdated python version #500

Open
IamGroot19 opened this issue Aug 26, 2022 · 0 comments

Comments

@IamGroot19
Copy link

IamGroot19 commented Aug 26, 2022

Hi, I am fairly new to K8s & AWS and wanted to follow along the TGIK series from the start. The cloudformation template here (https://aws.amazon.com/quickstart/architecture/vmware-kubernetes/) breaks when i tried deploying it.

After some searching, I found that it was because python version for lambda environment should be 3.9 (while it was python3.7 & python3.6 in a couple of lines).

The cloud formation template has a nested template for spinning up k8s cluster and that is where the issue is (Template file link here: https://aws-quickstart-us-east-1.s3.us-east-1.amazonaws.com/quickstart-vmware/templates/kubernetes-cluster.template.yaml )

I tried updating version, uploading the file in my own bucket & using that link in cloudformation but it breaks further because of the way input parameters are referenced in the template. I am not knowledgeable enough tinker with cloud formation.

So, would really appreciate it if someone can make the changes (to python version for the lambda environment) in upstream template file.

@IamGroot19 IamGroot19 changed the title CLoud Formation template breaking due to outdated python version Quickstart Cloud Formation template breaking due to outdated python version Aug 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant