adds FQDN for better acces remote kubectl clients#110
adds FQDN for better acces remote kubectl clients#110ekerkenaar wants to merge 1 commit intoNVIDIA:24.11.2from
Conversation
Signed-off-by: Edwin Kerkenaar <edwin.kerkenaar@sogyo.nl>
|
@ekerkenaar fqdn might not work if the DNS setup for that host, not sure what is use case you're looking at ? |
|
You are correct. This will not work when there is no DNS set up for that host. The case I'm looking at is to connect from my laptop to a machine, by name instead of an IP address, which is running the cloud-native-stack (we always use DNS names, not just IP addresses). This allows administrators to connect to the machine with Maybe something like But that way there's a fallback. |
|
we tested on our environment which doesn't have DNS for static set up, then in that case it's failing but you want to perform the step you can do after the installation for |
To be able to use kubectl from an external machine, I would like to propose to add the control plane endpoint.