freezing-quill-32178
11/03/2023, 2:03 PM~ kubernetes:autoscaling/v2:HorizontalPodAutoscaler: (update)
[id=default/site-hpa]
[urn=urn:pulumi:[REDACTED]::[REDACTED]::kubernetes:autoscaling/v2:HorizontalPodAutoscaler::[REDACTED]]
[provider=urn:pulumi:[REDACTED]::[REDACTED]::pulumi:providers:kubernetes::[REDACTED]::0889cfb2-7e6b-4230-bb44-90f2ea23765d]
~ spec: {
~ metrics: [
~ [0]: {
~ resource: {
~ name: "memory" => "cpu"
}
}
~ [1]: {
~ resource: {
~ name: "cpu" => "memory"
}
}
]
}
It constantly says update
on pulumi up
even tho nothing is updated (with or without PULUMI_K8S_ENABLE_PATCH_FORCE="true"
, without even sometimes it fails)… also sometimes it swaps the order in the metrics array. Also any way to force update regardless?
p.s refresh
does nothing as welldry-keyboard-94795
11/03/2023, 2:54 PMfreezing-quill-32178
11/03/2023, 4:55 PM