我已经在 kubernetes 集群中安装了 spinnaker,halyard 在 ubuntu 机器上运行。
为了从我的笔记本电脑作为 localhost:9000 访问 Spinnaker UI,我hal deploy connect
在 ubuntu 上运行并在 putty 中为端口 9000、8084、8087 创建了 ssh 隧道,该端口位于我的笔记本电脑中,连接到运行 halyard 的 ubuntu 系统。
hal deploy connect
+ Get current deployment
Success
+ Connect to Spinnaker deployment.
Success
Forwarding from 127.0.0.1:8084 -> 8084
Forwarding from [::1]:8084 -> 8084
Forwarding from 127.0.0.1:9000 -> 9000
Forwarding from [::1]:9000 -> 9000
但是大三角帆没有连接,ssh 甚至日志说 - 连接被拒绝......
但是,我尝试直接在 ubuntu 上运行其他应用程序,为此创建了 ssh 隧道,并通过我笔记本电脑中的 localhost:portNumber 工作正常。
请指教。。谢谢。。