alexander

Results 7 comments of alexander

Blocked by https://github.com/crossplane/terrajet/issues/277#issuecomment-1237949191?

I guess this would block building a [hcloud provider](https://github.com/hetznercloud/terraform-provider-hcloud) as well, since it has integer id's. For example: https://registry.terraform.io/providers/hetznercloud/hcloud/latest/docs/resources/network#attributes-reference

> seems it's not that complex implementation, let me try implementing it, stay tuned. @andyzhangx : Cancelled? Ran into trouble you would share?

The values don't seem to know about the server IP, it can be fetched after spinning up: `hcloud server describe ${SE_DOMAIN}-master | grep -A5 "Private Net:" | grep -o "[[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]\+"`...

The original question was, how to use the private network for Advertise/Join. You suggested flannel or some Go source files as possible solutions for this. Would you go a bit...

@jkupferer : Hi. The Test GH Action in your PR seems to be stuck. Close/Reopen the PR might help.