Replies: 4 comments 1 reply
-
I havent done a baremetal install in some time now, but last time I had the ignition files first source the master/worker ignition: then I specified the hostname with: Things could be different nowadays for the baremetal install since I last did a new cluster |
Beta Was this translation helpful? Give feedback.
-
You should be able to configure a PTR record which defines the desired node name for each of the node IPs prior to the nodes joining the cluster. The node names can be any naming convention you desire. Setting the hostname via ignition may work as well, but it seems like the hostname is reverted at some point after ignition but I could be off on that. |
Beta Was this translation helpful? Give feedback.
-
Hi I can set the PTR for the nodes : example xdfc-01.coolcloud.com, xdfc-02.coolcloud.com etc ... But, how can nodes join the cluster as masters or workers ? Should I modify the ignition or the install-config.yaml for the control plane and the compute node?
|
Beta Was this translation helpful? Give feedback.
-
Hi @rvanderp3 , Ok, if I understood it correctly, if nodes get a correct PTR which matches their hostname.domain we do not need extra modifications to the ignitions generated from the install-config.yaml:
We can just spin up VMs and provide them the correspondent ignition. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Is it possible to use a custom hostname for master/worker node in the UPI/baremetal installation of OKD for self provisioned VMs?
As per organization standard, we cannot cjhange the standard naming convention for the hostname of master/worker node. Is it possible to Hardcode the hostname in the ignition files during the installation?
Any helpy would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions