Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 387 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 387 Bytes

kubernetes-drain-controller

This controller drains not high available pods from an unschedulable Kubernetes node in a safe manner. It always wants to have at least 1 replica available.

Build

docker build -t kubernetes-drain-controller .

Develop with Docker

docker-compose up --build

Develop without Docker

yarn run watch
yarn run debug