有什么步骤可以配置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
发布于 2018-08-14 12:43:05
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,然后通过halyard更新
https://stackoverflow.com/questions/51025289
复制相似问题