target / pod-reaper

Rule based pod killing kubernetes controller
MIT License
200 stars 52 forks source link

Setup CI/CD outside of docker #51

Closed brianberzins closed 2 years ago

brianberzins commented 4 years ago

Related to #50

After we get end-to-end testing that executes against a cluster, what I've got setup right now for CI isn't going to be good enough. Specifically, it won't handle the end-to-end testing well.

Figure this would be a good time to look into github actions!