thanos-io / kube-thanos

Kubernetes specific configuration for deploying Thanos.
Apache License 2.0
520 stars 177 forks source link

"thanos-objectstorage" not found #230

Closed liangyuanpeng closed 3 years ago

liangyuanpeng commented 3 years ago
  1. kubectl apply -f manifests/
  2. kubectl describe po -n thanos thanos-store-0

Just got error: Error: secret "thanos-objectstorage" not found and i checked yaml files,have not found file of secret yaml.

# ls manifests/
thanos-query-deployment.yaml      thanos-query-serviceMonitor.yaml  thanos-store-serviceAccount.yaml  thanos-store-service.yaml
thanos-query-serviceAccount.yaml  thanos-query-service.yaml         thanos-store-serviceMonitor.yaml  thanos-store-statefulSet.yaml
liangyuanpeng commented 3 years ago

Same problem in examples/all/manifests/

yeya24 commented 3 years ago

Please check https://github.com/thanos-io/kube-thanos/tree/main/examples/development-minio directory.