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
Is your feature request related to a problem? Please describe.
Currently kubectl minio delete asks for confirmation, implement a flag --force to avoid interactive behavior.
Describe the solution you'd like kubectl minio delete --force tenant-name
Describe alternatives you've considered
Alternatives right now are to get the tenant yaml from the kubectl get tenants.minio.min.io tenant-name -o yaml is a bit - kludgy.
Additional context
Mainly to be run as scripts
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently
kubectl minio delete
asks for confirmation, implement a flag--force
to avoid interactive behavior.Describe the solution you'd like
kubectl minio delete --force tenant-name
Describe alternatives you've considered
Alternatives right now are to get the
tenant
yaml from thekubectl get tenants.minio.min.io tenant-name -o yaml
is a bit - kludgy.Additional context
Mainly to be run as scripts
The text was updated successfully, but these errors were encountered: