Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user cluster minio buckets reference [us-west-2] region? #1854

Closed
jefflill opened this issue Aug 19, 2023 · 2 comments
Closed

user cluster minio buckets reference [us-west-2] region? #1854

jefflill opened this issue Aug 19, 2023 · 2 comments
Assignees
Labels
cluster-setup neonKUBE cluster setup investigate Needs further investigation neon-kube Related to our Kubernetes distribution

Comments

@jefflill
Copy link
Collaborator

@marcusbooyah: Does this make sense?

$\neonKUBE\Lib\Neon.Kube.Setup\Resources\Helm\mimir\templates\buckets.yaml:

apiVersion: minio.neonkube.io/v1alpha1
kind: MinioBucket
metadata:
  name: mimir-tsdb
  namespace: neon-system
spec:
  quota:
    hard: true
    limit: {{ .Values.minio.bucket.mimirTsdb.quota }}
  region: us-west-2        <--- do we need this?
  tenant: minio
---
apiVersion: minio.neonkube.io/v1alpha1
kind: MinioBucket
metadata:
  name: mimir-ruler
  namespace: neon-system
spec:
  region: us-west-2        <--- do we need this?
  tenant: minio
@jefflill jefflill added investigate Needs further investigation neon-kube Related to our Kubernetes distribution cluster-setup neonKUBE cluster setup labels Aug 19, 2023
@marcusbooyah
Copy link
Member

We don't need it, the default is us-east-1 https://min.io/docs/minio/linux/reference/minio-mc/mc-mb.html#mc.mb.-region

@jefflill
Copy link
Collaborator Author

OK. I changed these (and some other places) to cluster since it hardcoding this to us-west-2 will be confusing to users if they see this in CRDs or the Minio dashboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cluster-setup neonKUBE cluster setup investigate Needs further investigation neon-kube Related to our Kubernetes distribution
Projects
None yet
Development

No branches or pull requests

2 participants