I've got logstash
running within 5 pods.
I cannot get the command to change the number of pods to 2 to work:
kuberctl scale --replicas=2 daemonset/logstash -n logstash
I have tried variations of it but still no joy.
Could someone tell or point me in the direction?