How to specify number of istiod replicas / HPA

The only property i’ve seen related to istiod in helm and istioctl docs is
global.istiod.enabled

how do we set number of replicas like we used to be able to do for microservices that were collapsed into istiod, like

mixer.policy.autoscaleEnabled
mixer.policy.autoscaleMin
mixer.policy.autoscaleMax

Hi,

You can use --set values.pilot.KEY=VALUE on your installation; take a look at default values: https://github.com/istio/istio/blob/d1b25ad161350973c87bec45a4620c96226f2e46/manifests/istio-control/istio-discovery/values.yaml