We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the following link does not contain kubectl-minio assets which is breaking our builds https://github.com/minio/operator/releases/tag/v5.0.15
All the past releases had around 20+ assets however this release does not have the kubectl-minio packages
The text was updated successfully, but these errors were encountered:
hi @harshitsinghvi22 kubectl minio krew plugin is now deprecated, that's why is not present in the binaries.
kubectl minio
Please use kustomization instead
Sorry, something went wrong.
What are the steps to follow to carry out the migration from krew plugin to helm or kustomization?
Using kubectl like this should be enough
kubectl apply -k "github.com/minio/operator?ref=v5.0.15"
Here is the installation guide https://min.io/docs/minio/kubernetes/upstream/operations/install-deploy-manage/deploy-operator-kustomize.html
No branches or pull requests
the following link does not contain kubectl-minio assets which is breaking our builds
https://github.com/minio/operator/releases/tag/v5.0.15
All the past releases had around 20+ assets however this release does not have the kubectl-minio packages
The text was updated successfully, but these errors were encountered: