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
I installed minio operator to a specific namespace using kubectl minio init --namespace minio
Now when I want to delete it by executing kubectl minio delete, it doesn't delete all the resources and errors out
Now, when I try to recreate minio again, I'm unable to do so because it complains of the following
Expected Behavior
It should end with a successful message
Current Behavior
user@jane-street-H01834384:~/.krew/bin$ kubectl minio delete
Are you sure you want to delete ALL the MinIO Tenants and MinIO Operator? [Y/N]: y
Error: customresourcedefinitions.apiextensions.k8s.io "tenants.minio.min.io" not found
Possible Solution
Steps to Reproduce (for bugs)
kubectl delete namespace minio
kubectl minio init --namespace minio
kubectl minio delete (error)
kubectl minio init --namespace minio (error)
Context
I tried to install minio to a specific namespace,, now I want to uninstall it, it fails.. If I attempt to install again to the same namespace or other namespace, it errors out..
Regression
No
Your Environment
Version used (minio-operator):
Environment name and version (e.g. kubernetes v1.17.2):
Server type and version:
Operating System and version (uname -a):
Link to your deployment file:
Ubuntu, k8s 1.17
The text was updated successfully, but these errors were encountered:
I installed minio operator to a specific namespace using
kubectl minio init --namespace minio
Now when I want to delete it by executing kubectl minio delete, it doesn't delete all the resources and errors out
Now, when I try to recreate minio again, I'm unable to do so because it complains of the following
Expected Behavior
It should end with a successful message
Current Behavior
Possible Solution
Steps to Reproduce (for bugs)
Context
I tried to install minio to a specific namespace,, now I want to uninstall it, it fails.. If I attempt to install again to the same namespace or other namespace, it errors out..
Regression
No
Your Environment
minio-operator
):uname -a
):Ubuntu, k8s 1.17
The text was updated successfully, but these errors were encountered: