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
FatalError{Underlying: error while running command: exit status 1; ╷
│ Error: ingress/vi-scraper-ls-olivier-abcd-aws-load-balancer-controller failed to run apply: error when creating "/tmp/942190243kubectl_manifest.yaml": namespaces "ingress" not found
│
│ with module.labelstudio.module.lbc.kubectl_manifest.service_account,
│ on .terraform/modules/labelstudio/terraform/aws/modules/load-balancer-controller/main.tf line 298, in resource "kubectl_manifest" "service_account":
│ 298: resource "kubectl_manifest" "service_account" {
│
╵
╷
│ Error: failed post-install: timed out waiting for the condition
│
│ with module.labelstudio.module.cert-manager.helm_release.this,
│ on .terraform/modules/labelstudio/terraform/common/modules/cert-manager/main.tf line 15, in resource "helm_release" "this":
│ 15: resource "helm_release" "this" {
│
╵}
The text was updated successfully, but these errors were encountered:
In eu-north-1 it seems to work but not in us-west-1. It also works with a separate s3 bucket.
Most of the comments below apply to us-west-1 where I tried a couple of configurations.
I used my VPC instead of the one create in here and it didn't worked. It might be because I am using terraform 1.5 and aws 5.0.1 to generate it so it might just be forward incompatibility.
Also, not all regions have three available zones, consider using data.aws_availability_zones instead of hardcoding the subnets
For the time being I am only deployint to eu-north-1
I am trying to deploy labelstudio, I created a wrapper around your deployment but I get the following error.
terraform version 1.4.4
version and providers same as here
region us-west-1
code:
inputs :
permissions:
error message:
The text was updated successfully, but these errors were encountered: