Azure – How do scale down statefulset when it's spread between nodepools?
I have statefulset which is deployed accross 2 different nodepools in AKS. I have total of 5 replicas, 2 on nodepool1 and 3 on nodepool2. I need only 3 to be on nodepool2 and scale it down to just 3…