-
Bug
-
Resolution: Done
-
Blocker
-
None
in 1.12.0 additional options introduced and replicas count control taken into the operator.
However if we have HPA for a deployment, HPA has to mange the replicas count. But conflicts happen between HPA and operator to manage the replicas count. that leads keeps on pod creation and deletion action.
Example: increase the replicas count to 2 of "tekton-pipelines-webhook", which is also managed by HPA. in no load situation HPA want to keep 1 as replicas count, but operator wants to keep 2 as replicas count.
- is caused by
-
SRVKP-3326 Allow additional fields in the operator
- Closed