我已经在Kubernetes集群中安装了大三角帆,而halyard在ubuntu机器中正在运行。
要以localhost:9000的身份从我的笔记本电脑访问Spinnaker UI,我在ubuntu上运行了hal deploy connect
,并在腻子中为端口9000、8084、8087创建了ssh隧道,该端口在我的笔记本电脑中至运行了挂绳的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正常工作。.
请告知..谢谢..
答案 0 :(得分:0)
请查看以下内容:helm-chart,spinnaker-deployment。
临时解决方法(直到此问题得到解决),您可以添加:
spec:
...
- --runtime-config=apps/v1beta1=true,apps/v1beta2=true,extensions/v1beta1/daemonsets=true,extensions/v1beta1/deployments=true,extensions/v1beta1/replicasets=true,extensions/v1beta1/networkpolicies=true,extensions/v1beta1/podsecuritypolicies=true
...到/etc/kubernetes/manifests/kube-apiserver.yaml
最后,重新启动kubelet。
确保您遵循了tutorial中的所有步骤。