Changing from k8s.autoscaling.v2beta1.HorizontalPodAutoscaler
to k8s.autoscaling.v2beta2.HorizontalPodAutoscaler
fails the first time every time
#1047
Labels
kind/bug
Some behavior is incorrect or out of spec
Problem description
We have many projects using
k8s.autoscaling.v2beta1.HorizontalPodAutoscaler
. When we updated them to usek8s.autoscaling.v2beta2.HorizontalPodAutoscaler
, pulumi did not do a replace. Instead, it does anapiVersion
update.Unfortunately, the first time it tries to do this fails every time.
Errors & Logs
The text was updated successfully, but these errors were encountered: