Pawel Kopiczko

Results 44 comments of Pawel Kopiczko

> What's the problem with just re-running the reconciliation? You mean by the controller and not manually, right?

@t-lo I opened an issue for openstack https://github.com/kubernetes-sigs/cluster-api-provider-openstack/issues/1261. I'm working on this currently.

There will be changes required to the image-builder as well. Currently I'm basing my work on the QEMU image but grub.cfg requires modification. There is also a WIP PR to...

Cool, thanks, I'll look into this and check what I can do in the following days. Possibly starting wit the error message is a good warmup for me.

Hi @estroz, I was trying to think what would be the good way to fix this and found that doesn't only apply to the core types. In general: ``` $...

Shouldn't generating scaffolding for the resource also be forbidden in `kubebuilder create api`?

> For example, see here the kb documentation over how to create webhooks for core types. (https://book.kubebuilder.io/reference/webhook-for-core-types.html) Just saying this documentation is incomplete. `kubebuilder` won't generate many kustomize resources if...

Coming from https://github.com/kubernetes-sigs/kubebuilder/issues/2141#issuecomment-818232836 > We can change here: https://github.com/kubernetes-sigs/kubebuilder/blob/master/pkg/plugins/golang/v3/webhook.go#L107 for: > > * If is core type then update the PROJECT file accordingly and scaffold the webhook > * if...

@camilamacedo86 thanks for clarifying. There are definitely cases where external-types are not owned. One example my company is doing is setting default `http://cluster.x-k8s.io/watch-filter` on CAPI types. I'm also not sure...