docs: can SSH to k8s agent via master using private hostname

This commit is contained in:
Troy McConaghy 2017-02-28 11:25:57 +01:00
parent ffb1d7a624
commit b3e697f05b

View File

@ -133,7 +133,7 @@ The "agent" nodes don't get public IP addresses or hostnames,
so you can't SSH to them *directly*, so you can't SSH to them *directly*,
but you can first SSH to the master but you can first SSH to the master
and then SSH to an agent from there and then SSH to an agent from there
(using the *private* IP address of the agent node). (using the *private* IP address or hostname of the agent node).
To do that, you either need to copy your SSH key pair to To do that, you either need to copy your SSH key pair to
the master (a bad idea), the master (a bad idea),
or use something like or use something like