Andy Goldstein
Andy Goldstein
cc @bryanl - would love to get your input & we should chat about this soon-ish
I'm seeing different output from `podman info` if I'm remote (on my Mac) or local (inside `podman machine ssh`) (relevant portions displayed only): Mac: ```yaml host: cgroupControllers: - memory -...
👍 will chat with podman folks
@wojtek-t I think you originally added the code to gengo that excludes files containing the build tag from being processed (it was several years ago). Know if there's a workaround,...
Ugh, now I have to remember why I wrote this 😛. I definitely had a good reason for it... It's for Cluster API, and IIRC we have one API package...
@lavalamp here's a more concrete, specific example. In Cluster API, we have two separate API groups: - bootstrap - controlplane In the bootstrap API group, we have a KubeadmConfigSpec type....
And to repeat from the original description, because our generated files have the standard/default `ignore_autogenerated` build tag, with https://github.com/kubernetes/gengo/blob/e0e292d8aa122d458174e1bef5f142b4d0a67a05/args/args.go#L137-L138, the conversion functions in the bootstrap package are ignored, because they're...
> But also it introduces another entrypoint to how folk can use imgpkg, and hence, increases the different ways things can go awry. potentially increasing the support/maintenance load. It's fairly...
>Can you please help me better understand the pain / issue around this exec call? Currently I'm making an assumption it is a performance concern. It's more about managing the...
Are you talking about the kubeconfig Secret? If so, it would be very difficult to rename it. It is a breaking contract change. There are lots of consumers using the...