Juan Vela

Results 38 comments of Juan Vela

Shame on me I forgot to run the linter... I'm on it!

@yhakbar >I believe a new version attribute would be more in-line with the UI/UX of OpenTofu/Terraform, so users may find it more convenient to follow that pattern as well. What...

@yhakbar >Normally, I'd be totally onboard with an incremental improvement rather than hold up a PR, but in the case of TG configuration, we want to be more conservative. This...

From my POV if it can be done through the API, it should be doable through the TF provider

I believe this could be related to #9992, as I also tried conditional anchor on `topologyKey` getting a similar result. However, it's true that for that issue, `EndpointSlice` has not...

I've discovered that both `topologyKey` and `whenUnsatisfiable` are `listMapKey`s, but the `patchMergeKey` is still only `topologyKey`. The error could come from there. ref: https://github.com/kubernetes/api/blob/release-1.29/core/v1/types.go#L3679-L3683

This has been tried also using Kustomize (patches) and it failed too, so it seems it's a K8s issue.

Could be. Okey, I'll look somewhere else. Thank you for pointing me there!

Regarding the GitHub action: while I believe it could be useful for some scenarios, I also believe it could be a nightmare for the cases where Terrakube is an internal...