-
Notifications
You must be signed in to change notification settings - Fork 455
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
Add --force flag to minio delete command #1687
Conversation
@r-scheele please address the last change requested by @harshavardhana and make sure to test this truly and if possible post the testing results on your PR. Thank you very much! 👍 |
Hi @cniackz, @harshavardhana, can you check the pr description now? |
Closes #1683 |
The easy bits from #943: - [x] `kubectl minio tenant info` now includes tenant secret info ([PR #1704](minio/operator#1704)) - [x] `kubectl minio delete` now has a `--force` flag ([PR #1687](minio/operator#1687)) Staged: http://192.241.195.202:9000/staging/DOCS-943-1/k8s/reference/kubectl-minio-plugin/kubectl-minio-delete.html http://192.241.195.202:9000/staging/DOCS-943-1/k8s/reference/kubectl-minio-plugin/kubectl-minio-tenant-info.html http://192.241.195.202:9000/staging/DOCS-943-1/k8s/operations/install-deploy-manage/deploy-minio-tenant.html#persistent-volumes
Objective:
To delete the operator with a flag
Additional Information:
This pr is based on the issue here
how to test
make -B "plugin-binary"
cp kubectl-minio/kubectl-minio ~/.krew/bin/kubectl-minio-dev