minio / operator

Simple Kubernetes Operator for MinIO clusters :computer:
https://min.io/docs/minio/kubernetes/upstream/index.html
GNU Affero General Public License v3.0
1.22k stars 455 forks source link

Missing docs and functionality for Declarative users of the Operator #1804

Open snarlysodboxer opened 1 year ago

snarlysodboxer commented 1 year ago

It seems to me there's a huge bias in the operator docs and even functionality towards imperative usage of the operator. To each their own I guess but IMO imperative usage defeats most of the purpose of the operator. - If I wanted to imperatively configure minio instances, I'd just run it directly and then configure it.

For example, googling and the docs would lead you to believe the operator supports auto PVC cleanup, which it does but only imperatively through the darn krew plugin, which of course does not work for GitOps or ArgoCD type workflows, or even just ephemeral testing instances. 👎

Expected Behavior

Context

How has this issue affected you?

Your Environment

shapirus commented 1 year ago

related issue: https://github.com/minio/operator/issues/1818

kamikaze commented 1 year ago

+1

allanrogerr commented 8 months ago

This is currently a work in process. Not ETA as yet.