Skip to content

kind: add additional worker nodes to kubernetes

Arturo Borrero Gonzalez requested to merge arturo-685-kind-add-additional into main

In some circumtances the cluster can exhaust the number of available CPU resources.

Try to mitigate this by creating 3 additional worker nodes, so instead of scheduling all pods in the same node, we give the scheduler some air.

Signed-off-by: Arturo Borrero Gonzalez aborrero@wikimedia.org

Merge request reports