kubernetes_horizontal_pod_autoscaler: scaling based on cpu and memory produces updates each run #28564
Labels
bug
new
new issue not yet triaged
waiting for reproduction
unable to reproduce issue without further information
Terraform Version
Terraform Configuration Files
Debug Output
Crash Output
Expected Behavior
HPA should be applied only once.
Actual Behavior
Each time
terraform apply
is run a diff is shown.Steps to Reproduce
terraform init
terraform apply
terraform apply
Additional Context
When only using cpu autoscaling, once applied, no changes are printed by running
terraform apply
. However when bothcpu and memory autoscaling is defined a diff is printed each time terraform apply is run swapping cpu for memory and vice
versa.
References
The text was updated successfully, but these errors were encountered: