gurpalw
gurpalw
still experiencing this issue on my m1
same issue here on latest 1.15.0 file below is the parent `nonprod/terragrunt.hcl` which i want to exclude from plans. ``` remote_state { backend = "s3" config = { bucket =...
same issue here on latest 1.15.0 file below is the parent nonprod/terragrunt.hcl which i want to exclude from plans. ``` remote_state { backend = "s3" config = { bucket =...
> Having issues setting a named profile with a role ARN in AWS EKS due to this problem. Now it seems like there is no way to use cross-account IAM...
Terraform allows you to specify the region based on the `AWS_DEFAULT_REGION` environmental variable. infracost should also support this. we have an .envrc file that sets the `AWS_DEFAULT_REGION`, based on the...
Glad i've found this issue as it pretty much confirms i wasn't going crazy when i realised that the current chart doesn't support custom pod labels in metrics to enable...
EKS v1.21 ``` telepresence version ✔ 22:00:06 Enhanced Client: v2.9.5 Root Daemon : v2.9.5 User Daemon : v2.9.5 Traffic Manager: v2.9.5 ``` ``` telepresence intercept echo-server --port...
@thallgren ``` kubectl describe pod echo-server-1 -ndev | grep Events -A10 Events: Type Reason Age From Message ---- ------ ---- ---- ------- Warning Unhealthy 46m (x193 over 3h) kubelet Readiness...
@thallgren **before** i start an intercept, my pod with 1 container, passes healthchecks, and is running. see the below manual test to confirm from another pod in the cluster trying...
@thallgren thanks for your reply. For further clarity here is my yaml: ``` apiVersion: apps/v1 kind: Deployment metadata: name: web namespace: dev spec: replicas: 1 selector: matchLabels: server: web-server template:...