Replies: 1 comment 5 replies
-
Do you have some reproducer project for us to try out? I think Kubernetes APIserver manages autoscaling logic instead of jkube |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have hpa.yaml already defined but pods are spining to the maximum amount of replicas. For example my minimum can be one and maximum 2 but 2 pods gets created when it should just be one to begin with.
I included the
jkube.enricher.jkube-controller.replicaCount
and set it to 1 but with maximum replicas of 3, 2 pods get deployed instead of 3. Desired replicas should be 1Beta Was this translation helpful? Give feedback.
All reactions