We're using OpenShift Origin v1.2.0. We have a cluster with 5 nodes. 2 of them are infra nodes. 3 of them are "primary" nodes.
Our own applications are deployed on the nodes with the label "primary". Now we have 2 applications/pods which are consuming a lot of resources. When we run our process through our pipeline (multiple pods) it works when those 2 pods aren't on the same node. We are not able to increase the resources on our nodes. Is there a way to tell OpenShift: Deploy pod X only on nodes where pod Y isn't present (and vice versa)? We know we can assign labels to nodes and use node-selector's to prevent they are'nt on the same node but so we're limitting the power of scheduling. Thanks
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
