EPHEMERAL-TEMP-VM
similar to the following:[error while bootstrapping the machine... unable to wait for post customization phase [guestinfo.cloudinit.kind.binary.install.status] : [invalid postcustomization phase: [failed] for key [guestinfo.cloudinit.kind.binary.install.status] for vm [EPHEMERAL-TEMP-VM] due to :[ctr image pull https://projects.packages.broadcom.com/$1/$2]]] during cluster creation
projects.packages.broadcom.com
is resolvable from the ephemeral virtual machine.Container Registry URL
is set to https://projects.packages.broadcom.com
.projects.registry.vmware.com
or projects.packages.broadcom.comVMware Cloud Director Container Service Extension 4.2.x
VMware Cloud Director 10.5.1
ctr
command (i.e., ctr image pull
) does not expect the repository to include a URL scheme such as https://
. Thus, setting the Container Registry URL
to https://projects.packages.broadcom.com
will cause the deployment to fail since it will be unable to retrieve the image from the repository.The issue is also caused by failure to access the Tanzu package repositories.
projects.registry.vmware.com
repository address is no longer available and has been replaced with projects.packages.broadcom.com
. The current recommended address for publicly accessible images is projects.packages.broadcom.com
.Container Registry URL
to the fully qualified domain name for the repository without the URL scheme using the instructions from the following document:https://projects.packages.broadcom.com
, specify projects.packages.broadcom.com
. projects.registry.vmware.com
repository address as its been deprecated.This issue can also occur for custom or air-gapped configurations if the specified repository address is configured with the URL scheme.
For information on creating a local container registry, please refer to the following document: