goharbor / harbor-operator

Kubernetes operator for Harbor service components
Apache License 2.0
350 stars 108 forks source link

Minio operator placement #816

Open GeneralFox opened 2 years ago

GeneralFox commented 2 years ago

Following request of Martin Weiss for affinity with inClusterCache https://github.com/goharbor/harbor-operator/issues/707 I think it would be great to support pod placement also for minio operator. I know it could be hard due to the fact that minio is actually deployed as SS but it could be an useful add on for managing pod placement and balancing the minio load over more server.

bitsf commented 2 years ago

Hi, not quite understand what does SS stands for? And what do you mean support pod placement? Do you mean also add affinity setting for minio?

GeneralFox commented 2 years ago

SS == statefulset. Yes I mean also add affinity setting for Minio, I've worked on a fork for adding that feature but would be great to have official operator with built in support.