debug_vpa — community debug_vpa, k8s-vpa-benchmarks, community, ide skills

v1.0.0

About this Skill

Perfect for Kubernetes Agents needing advanced Vertical Pod Autoscaler (VPA) troubleshooting capabilities. Debug Vertical Pod Autoscaler issues by checking metrics, recommender logs, and eviction events.

josephaw1022 josephaw1022
[0]
[0]
Updated: 3/12/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Locale and body language aligned
Review Score
7/11
Quality Score
30
Canonical Locale
en
Detected Body Locale
en

Perfect for Kubernetes Agents needing advanced Vertical Pod Autoscaler (VPA) troubleshooting capabilities. Debug Vertical Pod Autoscaler issues by checking metrics, recommender logs, and eviction events.

Core Value

Empowers agents to diagnose VPA issues using Metrics Server and kubectl commands, providing step-by-step guidance for troubleshooting VPA problems with Kubernetes deployments and pods.

Ideal Agent Persona

Perfect for Kubernetes Agents needing advanced Vertical Pod Autoscaler (VPA) troubleshooting capabilities.

Capabilities Granted for debug_vpa

Debugging VPA resource recommendation issues
Troubleshooting pods not updating with VPA
Verifying Metrics Server status for VPA

! Prerequisites & Limits

  • Requires kubectl access
  • Kubernetes environment only
  • Metrics Server dependency

Why this page is reference-only

  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is debug_vpa?

Perfect for Kubernetes Agents needing advanced Vertical Pod Autoscaler (VPA) troubleshooting capabilities. Debug Vertical Pod Autoscaler issues by checking metrics, recommender logs, and eviction events.

How do I install debug_vpa?

Run the command: npx killer-skills add josephaw1022/k8s-vpa-benchmarks/debug_vpa. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for debug_vpa?

Key use cases include: Debugging VPA resource recommendation issues, Troubleshooting pods not updating with VPA, Verifying Metrics Server status for VPA.

Which IDEs are compatible with debug_vpa?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for debug_vpa?

Requires kubectl access. Kubernetes environment only. Metrics Server dependency.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add josephaw1022/k8s-vpa-benchmarks/debug_vpa. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use debug_vpa immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

debug_vpa

Install debug_vpa, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Debugging Vertical Pod Autoscaler (VPA)

Follow these steps to diagnose issues with VPA not recommending resources or not updating pods.

1. Check Metrics Server

VPA relies on the Metrics Server to gather historical usage data. If it's down, VPA won't work.

bash
1kubectl get deployment metrics-server -n kube-system 2kubectl top nodes 3kubectl top pods -A

If kubectl top fails or returns "Metrics not available", the Metrics Server is the issue.

2. Check VPA Components

Ensure the VPA recommender, updater, and admission-controller are running.

bash
1kubectl get pods -n kube-system -l app.kubernetes.io/name=vpa

3. Inspect VPA Object

Check the VPA object for Conditions and Recommendations.

bash
1kubectl get vpa -A 2kubectl describe vpa <vpa-name> -n <namespace>

Look for Provided condition being True. If False, check the message field.

4. Check Recommender Logs

If recommendations are missing, check the recommender logs.

bash
1kubectl logs -n kube-system -l app=vpa-recommender

Look for permission errors or "no metrics" warnings.

5. Check Evictions

If recommendations exist but pods aren't updating, check if the VPA Updater is evicting pods.

bash
1kubectl get events -n <namespace> --sort-by='.lastTimestamp'

Look for EvictedByVPA events.

Related Skills

Looking for an alternative to debug_vpa or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer