BOARD HELP VmWare Products

General Category => Kubernetes & Containers with VMware => Topic started by: geek on Jan 12, 2025, 12:00 AM

Title: HorizontalPodAutoscaler not scaling up
Post by: geek on Jan 12, 2025, 12:00 AM
Target CPU hits 90% but no new pods spin up. Metrics server is running. HPA is configured for 50%.
Title: Re: HorizontalPodAutoscaler not scaling up
Post by: Emily Martinez on Jan 13, 2025, 12:00 AM
Check targetRef in HPA — it must point to deployment, not to the pod template.