May 2015
Intermediate to advanced
278 pages
5h 34m
English
Bootstrapping a node not only installs Chef on that node, but creates a client object on the Chef server as well. Running the Chef client on your node uses the client object to authenticate itself against the Chef server on each run.
Additionally, to registering a client, a node object is created on the Chef server. The node object is the main data structure, which you can use to query node data inside your recipes.
Make sure you have at least one node registered on your Chef server that is safe to remove.
Let's delete the node and client object to completely remove a node from the Chef server.
mma@laptop:~/chef-repo $ knife node delete my_node
Do you really want ...
Read now
Unlock full access