-
Notifications
You must be signed in to change notification settings - Fork 68
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
Unable to deploy #5
Comments
resolved this issue. Seems like traefik helm isn't compatible with the latest version of EKS so I had to manually specify 1.21 version when instantiating the eks cluster:
|
thanks for updating this! major help! |
AWS no longer supports version 1.21, so here is the revised index.ts code for 1.22+ Like pouryas mentioned we need to change the postgres version (currently 12.7). We also needed to change the Traefik helm chart, and another minor change in traefik.getResource. Here is the index.ts for ml-infra
|
Hi there
Appreciate the great work for posting and uploading this. I'm struggling to deploy the infrastructure as is.
I've created a domain in route53 and inserted the domain name and the Zoneid in the code, and had to change the Postgres version from 11.10 to 11 as it threw an error with the 11.10 version but I'm getting a bunch of errors related to Traefik.
The diagnosis of the Pulumi provision is below:
`
Appreciate if someone can guide me through fixing this
The text was updated successfully, but these errors were encountered: