Re: OKD 3.11 Router sharding and exposed routes

2020-05-13 Thread Benjamin Guillon
Hello again, Additionaly, is there a way to set a default label on route creation? Read about blueprints somewhere but I didn't find any documentation on how to use this. Thanks a lot ! -- Benjamin Guillon CNRS/IN2P3 Computing Center 21 Avenue Pierre de Coubertin, CS70202 69627 Villeurbanne

Re: rebalancing workloads

2020-05-13 Thread Samuel Martín Moro
Hi, In Kubernetes, this would be the descheduler, that would automatically evict Pods, when able to re-schedule them onto a more suitable node. It was TP in 3.11, and came back in TP as of OCP 4.4, if I'm not mistaken :

rebalancing workloads

2020-05-13 Thread Just Marvin
Hi, If I add new nodes to an openshift v4 cluster, is there a command that will trigger a workload rebalance to take advantage of the new node? Or will I have to do something like delete existing pods so that the scheduler recreates it and upon recreate, it puts it on the new nodes? Regards,