Draft: Thanos Object Storage Configuration
Package Merge Request
Package Changes
Enables the objectStorage
block at the big bang level so Thanos can pass in an external objectStorage configuration
Package MR
N/A
For Issue
Closes big-bang/product/packages/thanos#49 (closed)
Upgrade Notices
N/A
Merge request reports
Activity
added kindchore label
added 7 commits
-
210727a1...b07abb15 - 6 commits from branch
master
- 5cdd030b - resolved merge conflict
-
210727a1...b07abb15 - 6 commits from branch
Tested with the following values
domain: bigbang.dev flux: interval: 1m rollback: cleanupOnFail: false clusterAuditor: enabled: false gatekeeper: enabled: true grafana: enabled: true istioOperator: enabled: true istio: enabled: true monitoring: enabled: true values: prometheus: prometheusSpec: replicas: 3 addons: thanos: enabled: true objectStorage: # -- S3 compatible endpoint to use for connection information. # examples: "https://s3.amazonaws.com" "https://s3.us-gov-west-1.amazonaws.com" "http://minio.minio.svc.cluster.local:9000" endpoint: "test_endpoint" # -- S3 compatible region to use for connection information. region: "test_region" # -- Access key for connecting to object storage endpoint. accessKey: "test_accesskey" # -- Secret key for connecting to object storage endpoint. # Unencoded string data. This should be placed in the secret values and then encrypted accessSecret: "test_accesssecret" # -- Bucket Name for Thanos # examples: "thanos-metrics" bucketNames: "test_bucketNames"
I saw the objstore.yml secret was being created with the following values
Edited by Kirby Liuassigned to @kliu
removed kindchore label
added kindenhancement statusdoing teamObservability thanos labels
added priority2 label
changed milestone to %2.28.0
removed statusdoing label
removed priority2 label
changed milestone to %2.29.0
added 6 commits
-
5cdd030b...b86d4949 - 4 commits from branch
master
- 9c08d409 - Merge branch 'master' into 49-thanos-obj
- 24725745 - added sign_v2: false
-
5cdd030b...b86d4949 - 4 commits from branch
added thanos label
added 119 commits
-
20d10172...7509ae9e - 118 commits from branch
master
- 5a4471aa - Merge branch 'master' into 49-thanos-obj
-
20d10172...7509ae9e - 118 commits from branch
changed milestone to %2.30.0