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

Allow non-interactive way to delete a tenant using kubectl plugin #710

Closed
harshavardhana opened this issue Jul 6, 2021 · 0 comments · Fixed by #711
Closed

Allow non-interactive way to delete a tenant using kubectl plugin #710

harshavardhana opened this issue Jul 6, 2021 · 0 comments · Fixed by #711
Assignees
Labels

Comments

@harshavardhana
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants