Christian Schlotter
Christian Schlotter
/retitle 🌱 Update conditions.Set function to set LastTransitionTime only when status of condition changes
/area util
Did you consider setting the datastore instead for the failuredomains for the control plane? (Should be part of VSphereFailureDomain `.spec.topology.datastore`. I know its a different way, but would it result...
So the solution here would be to be able to set a storage policy via the failure domain? I guess the storage policy cannot be the same for all kcp...
Sounds reasonable for me to allow this setting in via failure domains.
Normally the package related to creating new sessions should create a new session / login when a client gets requested. As this is just a more informal message from the...
To figure out if it is the keepalive which breaks the functionality for both of you: You could try to disable the keepalive handler by adding the flag `--enable-keep-alive=false`.
Propably related change: - https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/pull/2530 Which got backported to >= v1.8.5 and >= v1.75
> The session logout issue is caused by the underneath govmomi package, and more details here [vmware/govmomi#3240](https://github.com/vmware/govmomi/issues/3240) > > In CAPV, to mitigate the impact, fixes are discussed in an...
Still curious how this happened though (to reproduce it). Local installation over here does not hit that issue (only has a single workload cluster, running CAPV v1.9.1)