You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing replicas=2 to an image_to_url() function, this will create an HPA along with other resources.
Then set the replicas argument to 1, the deployment replica is updated but not the HPA.
How to replicate:
Passing
replicas=2
to animage_to_url()
function, this will create an HPA along with other resources.Then set the
replicas
argument to 1, the deployment replica is updated but not the HPA.Relevant code:
plantbuild/jsonnetlib/k8s.jsonnet
Line 358 in 82324bb
The text was updated successfully, but these errors were encountered: