环境规划署详情:
错误详细信息:
这是我的金丝雀配置:
canary:
enabled: true
serviceIntegrations:
- name: google
enabled: false
accounts: []
gcsEnabled: false
stackdriverEnabled: false
- name: prometheus
enabled: true
accounts:
- name: my-prometheus
endpoint:
baseUrl: <http://prometheus-svc.namespace:port>
supportedTypes:
- METRICS_STORE
- name: datadog
enabled: false
accounts: []
- name: signalfx
enabled: false
accounts: []
- name: aws
enabled: true
accounts:
- name: my-minio
bucket: spin-b81fd9b0-5ca9-456f-895a-efbd31612f80
rootFolder: kayenta
endpoint: <http://my-minio-svc.namespace:9000>
accessKeyId: <miniokey>
secretAccessKey: <miniosecret>
supportedTypes:
- CONFIGURATION_STORE
- OBJECT_STORE
s3Enabled: true
- name: newrelic
enabled: false
accounts: []
reduxLoggerEnabled: true
defaultMetricsAccount: my-prometheus-account
defaultStorageAccount: my-minio
defaultJudge: NetflixACAJudge-v1.0
defaultMetricsStore: prometheus
stagesEnabled: true
templatesEnabled: true
showAllConfigsEnabled: true金丝雀阶段失败细节:https://github.com/spinnaker/spinnaker/issues/5639
发布于 2021-01-14 09:54:19
如果您看到以下错误:在试图保存“金丝雀Config”时出错保存您的配置: 400,请添加以下设置:
哈利亚德
在..hal/default/profile/gate-local.yml中,添加以下代码段:
services:
kayenta:
canaryConfigStore: true运算符
在SpinnakerService清单中,添加以下代码段:
apiVersion: spinnaker.armory.io/v1alpha2
kind: SpinnakerService
metadata:
name: spinnaker
spec:
spinnakerConfig:
profiles:
gate:
services:
kayenta:
canaryConfigStore: true资源:https://docs.armory.io/docs/spinnaker-user-guides/canary/kayenta-canary-use/
https://stackoverflow.com/questions/60882229
复制相似问题