Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.62 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.62 KB

k3s-janitor

This tool is designed to cleanup k3s/rke2 nodes by removing exited containers, unused images, and dangling volumes.

Stats

Drone

Build Status

HELM Chart

Artifact Hub

GitHub

GitHub stars GitHub followers GitHub Org's stars GitHub last commit GitHub commit activity

Docker Hub

Docker Image Size (latest by date) Docker Pulls Docker Stars

Installation

YAML manifest

curl -sSL https://raw.githubusercontent.com/k3s-janitor/k3s-janitor/main/deploy.yaml | kubectl apply -f -

Helm chart

helm repo add support-tools https://charts.support.tools
helm repo update
helm install k3s-janitor support-tools/k3s-janitor --namespace k3s-janitor

Verify the installation

kubectl get rolloutstatus -w -n k3s-janitor