Igor Posted May 3, 2023 Posted May 3, 2023 Video 1. Reviewing where we are with CI support 2. Challenges of upcoming release
Werner Posted May 4, 2023 Posted May 4, 2023 Regarding Hetzner cloud deployment without IPv4: hcloud server create --without-ipv4 ....
Werner Posted May 4, 2023 Posted May 4, 2023 Regarding the IPv4 issue. Not sure if it is worth to invest to in how to work around it since even though IPv4 cost money it also billed per hour and not per month. So one hour of IPv4 is about 0.001 ct. If you have 10 machines running 10 hours each it is 1ct of cost. Anyway the cloud provides the ability to create private networks and add machines to it. So why not configure one server as a router with ipv4 and all the others as clients of this router using a private network? adding the servers on creating to it can be done via hcloud and pushing necessary routes also via user-data.
Igor Posted May 10, 2023 Author Posted May 10, 2023 On 5/4/2023 at 5:19 PM, Werner said: Not sure if it is worth to invest to in how to work around it since even though IPv4 cost money it also billed per hour and not per month. Yeah, true. Not worth the troubles. For build runners we don't need anything special. Just internet connection, not even any private networking. At least not until all other runners are just everywhere.
Recommended Posts