是否有配置 Spinnaker/Halyard 以在基于 Titus 的集群上工作的任何步骤?- https://netflix.github.io/titus/
文档中没有描述任何步骤:https ://www.spinnaker.io/setup/install/providers/
另外,检查这个 Github 问题:https ://github.com/spinnaker/spinnaker.github.io/issues/869
是否有配置 Spinnaker/Halyard 以在基于 Titus 的集群上工作的任何步骤?- https://netflix.github.io/titus/
文档中没有描述任何步骤:https ://www.spinnaker.io/setup/install/providers/
另外,检查这个 Github 问题:https ://github.com/spinnaker/spinnaker.github.io/issues/869
github repo 中有一个示例配置:
titus:
enabled: true
awsVpc: vpc0 # this is the default vpc used by titus
accounts:
- name: titusdevint
environment: test
discovery: "http://discovery.compary.com/v2"
discoveryEnabled: true
registry: testregistry # reference to the docker registry being used
awsAccount: test # aws account underpinning
autoscalingEnabled: true
loadBalancingEnabled: false # load balancing will be released at a later date
regions:
- name: us-east-1
url: https://myTitus.us-east-1.company.com/
port: 7104
autoscalingEnabled: true
loadBalancingEnabled: false
- name: eu-west-1
url: https://myTitus.eu-west-1.company.com/
port: 7104
autoscalingEnabled: true
loadBalancingEnabled: false
https://github.com/spinnaker/clouddriver/tree/master/clouddriver-titus
现在你必须手动编辑 clouddriver.yml 然后通过 halyard 更新