Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Latest commit

 

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pod Cleaner

This app will delete pods with containers that kubernetes is unable to create. The most common cause for this is that we've updated the CA-bundle and a container is restarting.

Development

Prerequisites

  • Python 3.9

Setup

  • Create a virtual environment: python3 -m venv venv
  • Activate the virtual environment: source venv/bin/activate
  • Install dependencies: pip install -r requirements.txt

Running tests

  • Activate the virtual environment: source venv/bin/activate
  • Run tests python -m cleanup_test

About

Delete pods in "unrecoverable" state

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages