Hello :slightly_smiling_face: I am currently follo...
# flyte-deployment
j
Hello 🙂 I am currently following the multi cluster deployment. At the moment, i have a problem when applying the values-override.yaml with the correct entries for my data-plane cluster on the control plane. From every deployment being healthy only flyte admin fails with the following logs:
Copy code
{"json":{},"level":"warning","msg":"stow configuration section missing, defaulting to legacy s3/minio connection config","ts":"2023-03-01T21:25:00Z"}
{"json":{},"level":"fatal","msg":"caught panic: entries is empty [goroutine 1 [running]:\nruntime/debug.Stack()\n\t/usr/local/go/src/runtime/debug/stack.go:24
Can anyone point me in the right direction what be missing here?
y
what does your storage config look like?
j
This is my storage config:
Copy code
storage.yaml: |
    storage:
      type: s3
      container: "control-dev-playground-cluster-bucket"
      connection:
        auth-type: iam
        region: eu-central-1
      enable-multicontainer: false
      limits:
        maxDownloadMBs: 10
Pretty sure this error is misleading since an enabled flytepropeller on the control plan is not causing these issues
Nevermind! I was missing the
Copy code
enabled: true
in my flyte-admin-clusters-config. Thank you for helping me out 🙂
152 Views