NVIDIA / cloud-native-stack

Run cloud native workloads on NVIDIA GPUs
Apache License 2.0
126 stars 51 forks source link

kubeadm join command #11

Closed nwalker-nvidia closed 2 years ago

nwalker-nvidia commented 2 years ago

not sure why but the copy of the kubeadm join command doesn't seem to work, unless I'm running the install from one of the master nodes. If it's from a third party system, it doesn't copy the files to the worker nodes, and then fails at the joining of the cluster.

angudadevops commented 2 years ago

@nwalker-nvidia

did you use kubeadm-join command from the output of kubeadm init ?

it should work as long as third party system can be accessed by the worker nodes.

Thanks Anurag G

angudadevops commented 2 years ago

Closing the thread as there's no activity more than 30 days