Hello, I’m using rancher v2.7.0 and I’ve created ...
# rke
c
Hello, I’m using rancher v2.7.0 and I’ve created a cluster with rke. During the process, I’ve configured 3 node pools but after the creation of the machines, the hostname of all machines are changed to respect
<the name of the node pool>-<machine number>
. However for the cloud provider, we must not to override the hostname, is there a way to disable the hostname override when using node pools ? I know
hostname_override
in the yaml, but I don’t see how to use it with node pools. Thank you 🙂