kubecost / features-bugs

A public repository for filing of Kubecost feature requests and bugs. Please read the issue guidelines before filing an issue here.
0 stars 0 forks source link

[Bug] ETL Backups are not saved in Azure Blob Storage. #69

Open yavorivanov-cw opened 4 months ago

yavorivanov-cw commented 4 months ago

Kubecost Helm Chart Version

1.105.2

Kubernetes Version

1.25

Kubernetes Platform

AKS

Description

ETL Backups are not saved in Azure Blob Storage. ENV seem to be set correctly

echo $ETL_BUCKET_CONFIG
/var/configs/etl/object-store.yaml

Content of object-store.yaml:

cat /var/configs/etl/object-store.yaml 
type: AZURE
  config:
    storage_account: "*****kcbak"
    storage_account_key: "******"
    container: "kubecost-backup-dev"
    endpoint: ""
 prefix: ""

Storage is accessible with the provided name and key (tested with Azure Storage Explorer) We set LOG_LEVEL to trace but still we see nothing in the logs mentioning anything about the backups, storage etc.

Steps to reproduce

  1. Create Azure Blob Storage
  2. Create configuration secret for Azure according to https://docs.kubecost.com/install-and-configure/install/etl-backup#step-1-create-storage-configuration-secret
  3. Set kubecostModel.etlBucketConfigSecret to kubecost-backup-azure where kubecost-backup-azure is the name of the secret from step 2.
  4. Check Azure Blob Storage

Expected behavior

ETL is saved in Azure Blob Storage.

Impact

No response

Screenshots

Screenshot from 2024-04-22 11-44-16

Logs

No response

Slack discussion

No response

Troubleshooting

jessegoodier commented 4 months ago

I'd suggest upgrading to 1.108.1 or 2.2 - is there a reason to stick with 1.105?

chipzoller commented 4 months ago

Does not appear to be an issue with the Helm chart. Transferred to the correct repository.