Results 226 comments of Florian Klink

This feels like a lot of work. I'd personally be fine having some escape hatch in the meantime, that I could use to register completions for example. I don't really...

It indeed looks like it doesn't have much to do with the postgresql connection parameters - even when setting all of them as described in the docs, it crashes. Postgresql...

yay, another way to embed assets in go binaries :-D Anyways, thanks for the quick reply - Running `packr` during the build got me past the panic. I assume things...

I was using the generic [`buildGoModule`](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/go-modules/generic/default.nix) function, which can build most go packages. nixpkgs already contains `fly`, and I wanted to get whole `concourse` package. It's a bit more work,...

So, it turns out the `elm` parts also require [their own bundling mechanism](https://blog.hercules-ci.com/elm/2019/01/03/elm2nix-0.1/) to get things to build in the sandboxed/offline scenario… @jamieklassen any chance for `concourse` to publish the...

I applied this patch on top of terraform-provider-kubernetes, and am successfully able to create `kubernetes_service_account` resources again, so that works, thanks :-) I however noted I always get the "Warning:...

> > I applied this patch on top of terraform-provider-kubernetes, and am successfully able to create `kubernetes_service_account` resources again, so that works, thanks :-) > > I however noted I...

Is there any plan on how this could/should be fixed in the provider? `terraform-provider-kubernetes` will be broken with more and more clusters that upgrade to 1.24…

I think right now `kube-vip` doesn't look at `externalTrafficPolicy` at all, but simply announces external ips from all nodes where kube-vip is running.

So `$EIP` /is/ actually a (previously created) elastic IP in EQXM, that's announced as a control plane IP.