USER MANUALS

Manually

You can add or remove pod replicas manually with the kubectl scale command, changing the number of MPP Workers (replicas) you want to run:

kubectl scale deployment/presto-worker --replicas=6

Needless to say, the cluster must have sufficient resources.

Add feedback