From 907e80b94af672085a7340b7cd4a62c83c003774 Mon Sep 17 00:00:00 2001 From: Rita Watson <117382432+ritawatson@users.noreply.github.com> Date: Tue, 25 Jul 2023 10:45:45 -0700 Subject: [PATCH] Update InfoBox in 10-image-builder.md (#1436) --- content/docs/03-cluster-profiles/10-byoos/10-image-builder.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/03-cluster-profiles/10-byoos/10-image-builder.md b/content/docs/03-cluster-profiles/10-byoos/10-image-builder.md index 5916177593..80ecd163bb 100644 --- a/content/docs/03-cluster-profiles/10-byoos/10-image-builder.md +++ b/content/docs/03-cluster-profiles/10-byoos/10-image-builder.md @@ -162,7 +162,7 @@ The following steps will guide you through creating your image. You will create - The file **packer.json** contains many user variables use can use to customize the image. We recommend you review the KIB [documentation](https://image-builder.sigs.k8s.io/capi/capi.html) for your provider as it explains each variable. + The file **packer.json** contains many variables you can use to customize the image. We recommend you review the KIB [documentation](https://image-builder.sigs.k8s.io/capi/capi.html) for your provider as it explains each variable. @@ -323,4 +323,4 @@ Use the following steps to validate your custom image. 1. You can validate that the custom image is working correctly by deploying a compute instance in the respective infrastructure provider you created the image in using the custom image. Review the compute instance logs to learn more about the problems if you encounter any issues. -2. Next, deploy a host cluster that uses the cluster profile you created containing the custom image. Verify the cluster is deployed correctly and without any issues. If you encounter any problems, review the event logs of the cluster to gain more details about the issue. Check out the [Deploy a Cluster](/clusters/public-cloud/deploy-k8s-cluster/) tutorial for additional guidance on deploying a host cluster. \ No newline at end of file +2. Next, deploy a host cluster that uses the cluster profile you created containing the custom image. Verify the cluster is deployed correctly and without any issues. If you encounter any problems, review the event logs of the cluster to gain more details about the issue. Check out the [Deploy a Cluster](/clusters/public-cloud/deploy-k8s-cluster/) tutorial for additional guidance on deploying a host cluster.