按照官网安装方式安装:
https://www.spinnaker.io/setup/install/
1.本机环境也需要翻墙,halyard需要设置翻墙,否则无法获取一些资源
DEFAULT_JVM_OPTS='”-Djava.security.egd=file:/dev/./urandom” “-Dspring.config.location=/opt/spinnaker/config/” “-Dhttp.proxyHost=” “-Dhttp.proxyPort=” “-Dhttps.proxyHost=” “-Dhttps.proxyPort=”‘
2.Storage本地搭建建议使用Minio。redis有问题,请求会卡主,未解决,原因未知,后选择minio解决
3.默认非认证模式下,监听127.0.0.1,如需要开放访问,需要如下设置:
echo "host: 0.0.0.0" | tee \
~/.hal/default/service-settings/gate.yml \
~/.hal/default/service-settings/deck.yml
hal config security ui edit –override-base-url http://spinnaker.abc.com:9000
hal config security api edit –override-base-url http://spinnaker.abc.com:8084
https://blog.spinnaker.io/exposing-spinnaker-to-end-users-4808bc936698
组件 | 端口 | 依赖组件 | 端口 |
---|---|---|---|
Clouddriver | 7002 | Redis | 6379 |
Fiat | 7003 | ||
Front50 | 8080 | Cassandra | 9042 |
Orca | 8083 | ||
Gate | 8084 | ||
Rosco | 8087 | ||
Igor | 8088 | ||
Echo | 8089 | ||
Deck | 9000 |
今天的文章spin duster安装说明_Spck Editor分享到此就结束了,感谢您的阅读。
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:https://bianchenghao.cn/71795.html