Christian Schlotter

Results 437 comments of Christian Schlotter

Also related: had to increase the timeout here for self-hosted upgrade tests. From my analysis the reason here is also etcd churn and side-effects of it (e.g. leader-election failing which...

I think this should be good to implement after #6710 got merged :-) /assign

/unassign Due to: > Note: this is a breaking change, most probably it should wait for the next API version (unless we consider it a bug). opinions?

AFAIK there is no password set in the image provided by the community. Instead I think you have two options: * provide a public ssh key inside kubeadmcontrolplane or kubeadmconfigtemplate...

For folks which are interested: I've got a working poc implementation which dynamically reads configurations from configmaps which uses the `kiwigrid/k8s-sidecar`. It also uses `ClusterRole` aggregation. So for new metrics...

Cleaned up to a new branch in CAPI: https://github.com/kubernetes-sigs/cluster-api/pull/9390

/hold We use some templating to generate the prowjob yaml. In this pr we should also change the corresponding template.

Just back from Kubecon :-) . The change needs to be done here instead: https://github.com/eddiezane/test-infra/blob/ez/pull-cluster-api-e2e-blocking-main/config/jobs/kubernetes-sigs/cluster-api/templates/cluster-api-presubmits.yaml.tpl#L206-L210 and to render the new templates: ```sh $ cd /path/to/sigs.k8s.io/cluster-api $ export TEST_INFRA_DIR=/path/to/k8s.io/test-infra $ make...

Cluster API and its clusterclass provides a `NamingStrategy` option, maybe this already helps: https://main.cluster-api.sigs.k8s.io/tasks/experimental-features/cluster-class/write-clusterclass.html?highlight=namingstrategy#defining-a-custom-naming-strategy-for-controlplane-objects