Simon Ostendorf
Simon Ostendorf
> Sooner or later we will implement private IPs. I close this issue. @guettli Private IPs have nothing to do with my initial feature request "support hcloud firewalls". Cilium Clusterwide...
I haven't found out yet how you can create a cluster with inter cluster communication via private network and external access via dns name that is set as `controlPlaneEndpoint`. With...
> @rbjorklin is this issue a duplicate of #762 ? @guettli I dont think that setting advertise-address (which is the initial feature request) has something to do with a pre-created...
I would also be interested in using a pre-created hcloud network, as I would like to create a nat gateway in the same network beforehand, so that the newly created...
Do you think this could be done by just implementing this in the [network.create](https://github.com/syself/cluster-api-provider-hetzner/blob/main/pkg/services/hcloud/network/network.go#L77) and [network.delete](https://github.com/syself/cluster-api-provider-hetzner/blob/main/pkg/services/hcloud/network/network.go#L122) functions? I don't know all the code, but if the create function returns the...
> If there is interest I could of course create a PR for that!? I think the best solution would be to add a `natGateway` configuration to the `HetznerCluster` resource....
@johannesfrey Maybe one compromise could be that a NatGateway spec will be added in the provider to keep everything together, but the cloudinit for that server will be read (or...
I could try to work on it, but it would be my first "real" kubebuilder project and I don't have much time over the next few weeks, especially for writing...
> I would be more than happy to support on this, if you want. @johannesfrey Would be happy if we could solve the NAT topic. I forked this repo and...
Thanks for the detailed answer @batistein . In the meantime I have also concentrated on solutions with only a public network or with a private and public network and especially...