Files
ubicloud/rhizome
Eren Başak fa4b578074 Use UBIDs in Kubernetes Node Names
Previously, we gave names like "clustername-control-plane-something"
to k8s cluster nodes in CP side and let them default to VM inhost names
in the DP side.

This commit changes the node names to cluster and nodepool UBID based
strings in CP and DP. The current format is something like
{(cluster|nodepool).ubid}-{r4nd0}.

Alternatively, we can provide VM ubids as names to k8s and use them.
However, associating VMs with cluster or nodepools in the names seemed
more intuitive to me.

One technicality I couldn't figure out was the node name setting during
init phase. I initially tried supplying the node name through
`nodeRegistration.name` in the kubeadm-config.yaml, but couldn't make
it work.
2025-03-18 13:37:25 +02:00
..
2025-02-14 06:58:15 -08:00
2025-02-28 11:16:23 -08:00
2023-09-06 15:20:31 +03:00