You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.
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).
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.
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: