chef-boneyard / knife-container

DEPRECATED: Container support for Chef's Knife Command
Apache License 2.0
57 stars 11 forks source link

How to delete the container nodes from chef server? #19

Closed snayakie closed 10 years ago

snayakie commented 10 years ago

Hi,

My multiple container instances appear as nodes in chef server now. How do they get deleted? I tried the "docker rm "... that doesn't do it anyway and I don't expect it to.... I suppose its going to be some knife container command coming soon.

tduffield commented 10 years ago

There are no plans for a knife container command to delete node objects from a Chef Server. You will need to remove the node objects from your Chef Server the same way you would remove node objects for any other type of instance: using knife or by deleting them via your webui.

knife node delete NAME
knife client delete NAME