janiskemper

Results 51 comments of janiskemper
trafficstars

There is a feature to own existing load balancers, see https://github.com/syself/cluster-api-provider-hetzner/blob/main/pkg/services/hcloud/loadbalancer/loadbalancer.go#L73. This currently works by specifying the name of the load balancer. This would somehow have to be changed if...

not necessarily breaking if we add a new property in the spec, but at least a bit ugly since we will have somehow two names, one for existing load balancers,...

there is a condition already, also similar to what is mentioned here, and it is set during the provisioning process: https://github.com/syself/cluster-api-provider-hetzner/blob/cd03c29115d2981ece23a6832654d2238c69f0f3/pkg/services/baremetal/host/host.go#L627 What we need additionally, is a condition that shows...

sure @sarthaksarthak9, you can try! I won't be able to support much though. Do you have access to Hetzner bare metal servers? Otherwise it'll be difficult

can you please describe your use case?

@danielr1996 sorry for not responding here! Just saw this old issue. I didn't 100% understand your use case. I believe that you want to backup and restore a management cluster,...

They will, no problem. If you can open a PR, we will be able to test it as well!

I believe that we have not thought about which other conditions we might not have tested. I re-open until that list is done!

@aniruddha2000 would you say that we have implemented all important ones now?