Matthew Booth
Matthew Booth
This is still running after 33 hours! Wonder if we can kick it somehow. /test pull-cluster-api-provider-aws-build-docker
/test pull-cluster-api-provider-aws-build-docker
This is a CAPI limitation (which may in turn be based on a kubeadm limitation?): it is only possible to configure a single control plane endpoint, so it is the...
I suspect you may be running into a diamond dependencies problem. CAPO 0.8 imports k8s 1.28. Are you importing some other library which requires 1.27, or are you directly importing...
> > I suspect you may be running into a diamond dependencies problem. CAPO 0.8 imports k8s 1.28 > > Really? `go mod graph` shows `sigs.k8s.io/[email protected] k8s.io/[email protected]`, I thought this...
Honestly I don't know. If you get to the bottom of it and you think we could improve anything in the repo, please let us know (PRs would be even...
> > Honestly I don't know. If you get to the bottom of it and you think we could improve anything in the repo, please let us know (PRs would...
> I think the issue may be this > > https://github.com/kubernetes-sigs/cluster-api-provider-openstack/blob/82b31226bd8f1058da790f14d496ad9db8f51377/go.mod#L28 > I think we get that from CAPI: https://github.com/kubernetes-sigs/cluster-api/blob/0045baf02ce542fad0f96e42ab2decc41822256e/go.mod#L48 > Or perhaps rather that we do not have a...
> I think the current recommended way to do this is to use the `paused` annotation - what are the limitations of this that make it a less than ideal...
> What happens if you run the CAPI controllers with 0 controller replicas? Then you wouldn't be running the conversion webhooks either because they're both under the same manager.