Open guettli opened 1 year ago
/language en /sig autoscaling
/retitle Seeking clarification regarding usage and compatibility of Horizontal and Vertical Pod Autoscalers
I can see in the kuberenete/autoscaler repository's VPA documentation (Vertical Pod Autoscaler - Known limitations), there's a known limitation mentioned:
Vertical Pod Autoscaler should not be used with the Horizontal Pod Autoscaler (HPA) on CPU or memory at this moment. However, you can use VPA with HPA on custom and external metrics.
/triage accepted
/assign @pegasas
I will raise a PR for this but also seeking community suggestions for this issue.
@guettli
you could refer to official comments about https://github.com/kubernetes/design-proposals-archive/blob/main/autoscaling/vertical-pod-autoscaler.md#combining-vertical-and-horizontal-scaling
How about adding a character on docs/concept, and describing it shortly?
@pegasas this part you posted is good. I have not found it yet. I think it would be nice to have something like that in the docs.
I would add a quarter like https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/ in this section.
This issue has not been updated in over 1 year, and should be re-triaged.
You can:
/triage accepted
(org members only)/close
For more details on the triage process, see https://www.kubernetes.dev/docs/guide/issue-triage/
/remove-triage accepted
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
I missing a comparison to vertical Pod autoscaler.
I think these questions should be answered:
When to use hpa, when vpa?
Can you use hpa and vpa together?