InterviewSolution
Saved Bookmarks
| 1. |
What Happens During The Bootstrap Process? |
|
Answer» During the bootstrap PROCESS, the node DOWNLOADS and installs chef-client, registers itself with the Chef server, and does an INITIAL CHECK in. During this check in, the node applies any cookbooks that are part of its run-list. During the bootstrap process, the node downloads and installs chef-client, registers itself with the Chef server, and does an initial check in. During this check in, the node applies any cookbooks that are part of its run-list. |
|