Henrik Gerdes

Results 43 comments of Henrik Gerdes

As other have said it would be awesome to deploy CRDs and resources using that CRD in the same run. Since the CRDs are not in the cluster when `terraform...

Having the same issue. But I am not using the WSL setup I'm using a DevContainer with a Debian Docker image. VSCode does not create a `.config.Code` dir. It is...

Would this also include support for runtime like `crun` and `rkt`? I already run crun with wasm enabled on some onprem clusters. I'm really interested in talos. Can I just...

As a workaround you can specify the `parallelism` [Terrafrom Docs](https://developer.hashicorp.com/terraform/cli/commands/apply#parallelism-n) arg and setting it to `1` default is `10`. So terraform will only do one resource at the time. When...

I found a workaround for now: Settling the firewall_ids in the hcloud server to `null` instead of an empty list will stop the provider from comparing the deployed state to...

Thanks for the fast reply. I kind of expected that this might not work but hoped it might since the error message included `firewall_managed_by_label_selector`. So I hoped that this info...

Autoscaling with terraform does not work unless the infrastructure provider offers a dedicated resource for it like aws node-pool or azure vmss. Hetzner does not provide such a thing unfortunately...

I created a PR in #12912 that would fix this. But if you need the `HTTPRoute` template now @kfox1111 you can copy the default route template from the PR and...

> How do I invoke it? The feature is not merged yet. So you can't use it from helm directly. Progress is tracked in #12912. If you need a HTTPRoute...

Just some extra context: Its feature is also requested in #10905 and #11065. The `StructuredAuthenticationConfiguration` just upgraded from `v1beta1` to `v1` and the `v1` will likely make the FG GA...