Reputation: 165
I did bootstrap the node but it fails, so no point trying to run the command
knife client list
right?
Upvotes: 0
Views: 60
Reputation: 37630
If the bootstrapping of a chef node fails so early that the node didn't register itself at the chef server, then it will not be visible from your workstation.
As soon as it used the validation key (if you use that feature) and a it registers itself as a new client (and finally starts the chef run), then you should see it as client. E.g. if the cookbook execution exits with a failure, the client is already registered (as it was able to retrieve its run list).
Upvotes: 1