Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

knife-killer Knife Plugin

Simple knife helper to fully kill nodes.

Install & Usage Instructions

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