Removed incorrect node hopping documentation
This commit is contained in:
@@ -166,9 +166,8 @@ def _mesos_files(master, slave_id):
|
|||||||
|
|
||||||
|
|
||||||
def _ssh(master, slave, option, config_file, user):
|
def _ssh(master, slave, option, config_file, user):
|
||||||
"""SSH into a DCOS node. Since only the masters are definitely
|
"""SSH into a DCOS node using the IP addresses found in master's
|
||||||
publicly available, we first ssh into an arbitrary master, then
|
state.json
|
||||||
hop to the desired node.
|
|
||||||
|
|
||||||
:param master: True if the user has opted to SSH into the leading
|
:param master: True if the user has opted to SSH into the leading
|
||||||
master
|
master
|
||||||
|
|||||||
Reference in New Issue
Block a user