flux-framework / flux-operator

Deploy a Flux MiniCluster to Kubernetes with the operator
https://flux-framework.org/flux-operator/
MIT License
31 stars 8 forks source link

expose the index 0 pod for minimal service #203

Closed aojea closed 1 year ago

aojea commented 1 year ago

LabelSelectors multiple requirements are ANDed, however, the code was completely overriden the selector for the specific minicluster name, hence if there are multiple miniculster running in parallel the Service will expose all the indexed 0 pods from all the cluster.

aojea commented 1 year ago

/assign @vsoch @alculquicondor

vsoch commented 1 year ago

Something is up with the Python tests - could be spurious. These are related to the service port forward. I’ll make some time to test today.