diff --git a/content/reusable/md/chef_client_bootstrap_stages.md b/content/reusable/md/chef_client_bootstrap_stages.md index 45b8dbc564..439be7083c 100644 --- a/content/reusable/md/chef_client_bootstrap_stages.md +++ b/content/reusable/md/chef_client_bootstrap_stages.md @@ -1,50 +1,36 @@ -The following diagram shows the stages of the bootstrap operation, and -the list below the diagram describes each of those stages in greater -detail. +The following diagram shows the stages of the bootstrap operation, +and the list below the diagram describes each of those stages in greater detail.  -During a `knife bootstrap` bootstrap operation, the following happens: - - - -
| Stages | -Description | -
|---|---|
| knife bootstrap | -Enter the knife bootstrap subcommand from a workstation. Include the hostname, IP address, or FQDN of the target node as part of this command. Knife will establish an SSH or WinRM connection with the target system and run a bootstrap script. |
-
Get the install script from Chef |
-The shell script will make a request to the Chef website to get the most recent version of a the Chef Infra Client install script( |
-
| Get the Chef Infra Client package from Chef | -The install script then gathers system-specific information and determines the correct package for Chef Infra Client, and then downloads the appropriate package from omnitruck-direct.chef.io. |
-
| Install Chef Infra Client | -Chef Infra Client is installed on the target node using a system native package (.rpm, .msi, etc). | -
Start a Chef Infra Client run |
-On UNIX and Linux-based machines: The second shell script executes the On Windows machines: The batch file that's derived from the windows-chef-client-msi.erb bootstrap template executes the |
-
Complete a Chef Infra Client run |
-a Chef Infra Client run proceeds, using HTTPS (port 443), and registers the node with the Chef Infra Server. -The first Chef Infra Client run, by default, contains an empty run-list. A run-list can be specified as part of the initial bootstrap operation using the |
-