vmware-archive / tgik

Official repository for TGI Kubernetes (TGIK)!
Apache License 2.0
835 stars 158 forks source link

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

Open IamGroot19 opened 2 years ago

IamGroot19 commented 2 years ago

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.