快速入门提到了几次,“您应该能够ssh到群集中的任何节点......”(例如,http://kubernetes.io/v1.0/docs/user-guide/connecting-applications.html#environment-variables)。我已经按照下面的描述尝试了,但我已经超时了。
export KUBERNETES_PROVIDER=aws; curl -sS https://get.k8s.io | bash
启动群集这是结果:
ubuntu@ip-10-128-1-26:~$ ssh core@170.20.0.248 -v
OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to 170.20.0.248 [170.20.0.248] port 22.
debug1: connect to address 170.20.0.248 port 22: Connection timed out
ssh: connect to host 170.20.0.248 port 22: Connection timed out
ubuntu@ip-10-128-1-26:~$
任何想法或指示将不胜感激。谢谢。