0.0
No commit activity in last 3 years
No release in over 3 years
Knife cleanup helper
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

Knife Killer

Simple knife helper to fully kill nodes (including their corresponding client data) from the chef server. It provides two commands for this:

$ knife killer execute NODE_NAME1 NODE_NAME2

This is used for removing instances explicitly. However, you may just want to remove them with a search:

$ knife killer slaughter "roles:fubar"

Or perhaps you just want to kill things that haven't checked in for more than 60 minutes:

$ knife killer slaughter -M 60

Which you can combine with the searching:

$ knife killer slaughter -M 60 "roles:fubar"

Pretty simple plugin just to make common process faster.

Info

Repository: https://github.com/chrisroberts/knife-killer