clean-uninstall

Uninstalls the Quanton Operator Helm chart, secrets, and CRD from Kubernetes.

19|7|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/onehouseinc/quanton-operator --skill clean-uninstall
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clean-uninstall
Source: https://github.com/onehouseinc/quanton-operator/tree/main/.claude/skills/clean-uninstall
Command: npx skills add https://github.com/onehouseinc/quanton-operator --skill clean-uninstall

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The clean-uninstall skill resolves the issue of fully removing the Quanton Operator Helm chart and its related secrets from a Kubernetes cluster, ensuring no leftovers remain.

Core Features & Use Cases

  • Full Removal of Helm Release: Ensures that the Quanton Operator Helm release is completely uninstalled from the cluster.
  • Secrets Cleanup: Deletes any remaining secrets that the operator created across namespaces.
  • CRD Removal: Deletes the custom resource definition (CRD) associated with the Quanton Operator, ensuring that the CRD is no longer available.
  • Use Case: If you want to ensure that the Quanton Operator and all its remnants are removed from your Kubernetes cluster for security or space considerations.

Quick Start

Use the clean-uninstall skill to remove the Quanton Operator Helm chart and associated secrets from your Kubernetes cluster.

Frequently Asked Questions about clean-uninstall

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I completely uninstall the Quanton Operator from Kubernetes?

Uninstalling the Quanton Operator from Kubernetes requires removing the Helm release, deleting associated secrets across namespaces, and removing the custom resource definition (CRD) to ensure no remnants remain.

Why does the Quanton Operator CRD remain after a Helm uninstall?

The Quanton Operator CRD remains after Helm uninstall because Helm does not automatically delete custom resource definitions by default. Manual removal of the CRD and created secrets is required for full cleanup.

Do I need kubectl and helm to remove the Quanton Operator and its secrets?

Yes, you need both kubectl and helm to remove the Quanton Operator. Helm uninstalls the chart release, while kubectl deletes remaining secrets and the custom resource definition from the Kubernetes cluster.

What is the best way to clean up leftover Kubernetes secrets from an operator?

The best way to clean up leftover Kubernetes secrets from an operator is using a dedicated cleanup process that deletes the Helm release and explicitly removes associated secrets and CRDs across namespaces for complete removal.

Can I remove the Quanton Operator CRD without affecting other Helm deployments?

Yes, you can remove the Quanton Operator CRD without affecting other Helm deployments. The cleanup targets only the Quanton Operator release, associated secrets, and its specific CRD, leaving other deployments untouched.