gorgeous-animal-95046
10/19/2020, 7:04 PMdeployment
whose replica count is controlled by an HPA. Basically when a deployment
change happens, it will scale the replica set behind the deployment to 1
replica, destroying what the HPA has set. I originally had replicas: 1
in the deployment spec, but I removed that and I still see this behavior. Anyone else experience this and is there a way to fix it?better-rainbow-14549
10/20/2020, 3:25 PMnew x(name, { opts }, { ignoreChanges: 'spec.template.replicas' });
gorgeous-animal-95046
10/20/2020, 5:52 PM1
, this behavior isn’t experienced.