openfun / kubic

A Kubernetes deployment as code to OVH or Scaleway, with Prometheus, ArgoCD and Hashicorp Vault
https://openfun.github.io/kubic/
MIT License
37 stars 3 forks source link

scaleway: S3 issue #122

Open revolunet opened 1 month ago

revolunet commented 1 month ago

When runing bin/terraform-init.sh scaleway i get the following error

caused by: Post "https://sts.PAR.amazonaws.com/": dial tcp: lookup sts.PAR.amazonaws.com on 127.0.0.11:53: no such host

Looks like the S3 endpoint defined in backend.conf is not used 🤔

I'm following the cluster-auto documenttation

p-bizouard commented 1 month ago

I did not used the Scaleway backend for a while as our prod is on OVH. I cannot help you on this :(

lunika commented 1 month ago

The s3 backend conf is used only to share the state. Not for application usage.

Can you provide a complete message stack ?