diff --git a/README.md b/README.md index d0341c6..d1de3b0 100644 --- a/README.md +++ b/README.md @@ -176,3 +176,9 @@ target_deploy_user="deploy" # Installer checkin URI (provided by pvcbootstrapd) pvcbootstrapd_checkin_uri="http://10.255.255.1:9999/checkin/host" ``` + +## Bootstrap Process + +This diagram outlines the various states the nodes and clusters will be in throughout the setup process along with the individual steps for reference. + +![PVC Bootstrap Process](/docs/images/pvcbootstrapd-process.png) diff --git a/docs/images/pvcbootstrapd-process.png b/docs/images/pvcbootstrapd-process.png new file mode 100644 index 0000000..dace6bf Binary files /dev/null and b/docs/images/pvcbootstrapd-process.png differ