Env details:
- several k8s clusters: deployed through binary packages,
- cloud provider: kubernetes provider v2 ?
- kayenta pod: running
ERROR details:
- can't save canary config: Error 400 post http://gate/v2/canaryConfig
- only gce and aws resource type are available, but I don't have either cloud provider of them
This is my canary config:
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
Canary stage failed details: https://github.com/spinnaker/spinnaker/issues/5639