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

Tenant helm chart no longer creates buckets #2248

Closed
bkinzle opened this issue Jul 27, 2024 · 2 comments
Closed

Tenant helm chart no longer creates buckets #2248

bkinzle opened this issue Jul 27, 2024 · 2 comments

Comments

@bkinzle
Copy link

bkinzle commented Jul 27, 2024

NOTE

If this case is urgent, please subscribe to Subnet so that our 24/7 support team may help you faster.

Expected Behavior

When using version 5.0.15 of the tenant helm chart, if I provide a list of buckets they would get created.

Current Behavior

After upgrading to version 6.0.1 of the helm chart the list of buckets I provide do not get created anymore.

Possible Solution

Steps to Reproduce (for bugs)

helm upgrade --repo https://operator.min.io tenant tenant \
  --version 6.0.1 \
  --namespace minio-tenant \
  --create-namespace \
  --install \
  --atomic \
  --values - <<EOF
tenant:
  name: minio-tenant
  pools:
    - name: pool-0
      servers: 4
      size: 250Mi
      volumesPerServer: 4
  buckets:
    - name: backups
    - name: data-lake-0-bronze
    - name: data-lake-1-silver
    - name: data-lake-2-gold
EOF

Context

Regression

Your Environment

  • Version used (minio --version):
  • Server setup and configuration:
  • Operating System and version (uname -a):
@harshavardhana harshavardhana transferred this issue from minio/minio Jul 29, 2024
@EdgyEdgemond
Copy link

I am also seeing this issue, but with 5.0.15 tenant helm chart.

Have 4.5.8 version of minio-operator helm chart.

@bkinzle
Copy link
Author

bkinzle commented Aug 5, 2024

I figured out my problem. As part of the upgrade I changed some things w.r.t. the way I was deploying the operator since the operator's console had been removed and I accidentally removed the Secret operator-ca-tls I was creating so the operator was failing to connect to the tenant due to TLS cert problems.

@bkinzle bkinzle closed this as completed Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants