是否有配置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
答案 0 :(得分:0)
在github仓库中有一个示例配置:
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,然后通过挂绳进行更新