Mitch Hulscher

Results 20 comments of Mitch Hulscher

A thumbsup does to not do justice to how badly I want this to be added.

If these additions are acceptable, I can consider writing tests. However, I am unable to run any existing test. For example I tried running this (`go test -timeout 30m -run...

Would also be interested in this. Often times I find myself questioning whether I should write my own deployment spec or hot-patch the DeisWF deployment after updating the image and/or...

> We have now introduced a change for 1.19 clusters that reduces control plane creation time by 40%, enabling you to create an EKS control plane in 9 minutes on...

@yhakbar I would prefer if the clean command only removed files (not directories) that were generated by terragrunt. So if I refactor my terragrunt.stack.hcl to rename a unit or stack,...

@mark854542 @yhakbar Currently, if a unit passes an input to its module like below, and if the resulting value is `null`, it is actually passed as `null` to terraform. Unfortunately,...

Just wanted to add that I recently had to pin the `grafana-oracle-datasource`, and I was able to do that based on the suggestions in this issue, like so: ``` https://grafana.com/api/plugins/grafana-oracle-datasource/versions/2.8.7/download;grafana-oracle-datasource...

@borkmann > Does it work with bpf.tproxy=false This config works (traffic is not dropped, there are no errors produced): ```yaml bpf: tproxy: false datapathMode: netkit ``` Enabling tproxy but omitting...

This unfortunately still happens with `cilium: 1.18.0` and `EKS: 1.33`. ``` Aug 12 10:44:05.283: kube-system/node-local-dns-m2lzw:39362 (ID:4891) kube-system/coredns-5cc7d777b9-tlsvw:53 (ID:15060) Socket lookup failed DROPPED (UDP) ``` cc @borkmann @joestringer

@ludoo if no-one else volunteers then I will make an attempt sometime soon :) I would prefer to keep terragrunt support in here.