You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ kubectl apply -f tenant.yaml
$ kubectl get tenant minio
NAME STATE AGE
minio Initialized 6d14h
$ kubectl minio tenant info minio
Error: tenants.minio.min.io "minio" not found
Context
Regression
No
Your Environment
Version used (minio-operator): 4.0.8
Environment name and version (e.g. kubernetes v1.17.2): Kubernetes 1.19.8
Server type and version:
Operating System and version (uname -a): Linux t490s 5.4.112 Add Minio operator #1-NixOS SMP Wed Apr 14 06:24:19 UTC 2021 x86_64 GNU/Linux
Link to your deployment file:
The text was updated successfully, but these errors were encountered:
Expected Behavior
I created a tenant using
kubectl apply -f
and it shows up withkubectl get tenant minio
and it should be picked up by
kubectl minio tenant info minio
as well:Current Behavior
The minio plugin can't find the tenant:
Possible Solution
Steps to Reproduce (for bugs)
Context
Regression
No
Your Environment
minio-operator
): 4.0.8uname -a
): Linux t490s 5.4.112 Add Minio operator #1-NixOS SMP Wed Apr 14 06:24:19 UTC 2021 x86_64 GNU/LinuxThe text was updated successfully, but these errors were encountered: