diff --git a/content/posts/k8s-on-vsphere-node-template-with-packer/index.md b/content/posts/k8s-on-vsphere-node-template-with-packer/index.md index c847d01..daead36 100644 --- a/content/posts/k8s-on-vsphere-node-template-with-packer/index.md +++ b/content/posts/k8s-on-vsphere-node-template-with-packer/index.md @@ -1302,4 +1302,6 @@ packer packer build -on-error=abort -force . The `-on-error=abort` option makes sure that the build will abort if any steps in the build fail, and `-force` tells Packer to delete any existing VMs/templates with the same name as the one I'm attempting to build. -![Packer build session in the terminal](packer_terminal.jpg) \ No newline at end of file +![Packer build session in the terminal](packer_terminal_progress.jpg) + +![Packer build session complete!](packer_terminal_complete.jpg) \ No newline at end of file diff --git a/content/posts/k8s-on-vsphere-node-template-with-packer/packer_terminal_complete.jpg b/content/posts/k8s-on-vsphere-node-template-with-packer/packer_terminal_complete.jpg new file mode 100644 index 0000000..ea253c9 Binary files /dev/null and b/content/posts/k8s-on-vsphere-node-template-with-packer/packer_terminal_complete.jpg differ diff --git a/content/posts/k8s-on-vsphere-node-template-with-packer/packer_terminal.jpg b/content/posts/k8s-on-vsphere-node-template-with-packer/packer_terminal_progress.jpg similarity index 100% rename from content/posts/k8s-on-vsphere-node-template-with-packer/packer_terminal.jpg rename to content/posts/k8s-on-vsphere-node-template-with-packer/packer_terminal_progress.jpg