bberzinskas-tw
bberzinskas-tw
+1. we configure our k8s provider dynamically as shown below and seeing the same issue. ``` provider "kubernetes" { host = data.aws_eks_cluster.cluster.endpoint cluster_ca_certificate = base64decode(data.aws_eks_cluster.cluster.certificate_authority.0.data) token = data.aws_eks_cluster_auth.cluster.token version =...
same problem with `type = error-tracking alert`
Similar use case to the above. We offer developers ephemeral review environments which are basically disposable kubernetes namespaces. We run the emulator in the namespace next to other backend services,...