-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Currently create operation generate two types of assets:
-
pulumirelated files; files for store the state of the infrastructure resources created bycrc-cloud, and to controlpulumiexecution. The location for these assets is specified with the parameterbackerd-url. And they are required to be passed todestroyoperation to let pulumi know about the resources to be destroyed. -
instanceaccess files;createoperation will output several files to inform data required to connected to created instance:host,username,id_rsaandpassword. The location for these files is specified with parametroutput.
The default execution mode for crc-cloud is based on a container, and typically the locations are set as mount path volumes. As depending on the tool / engine execution user for the container may change it could create issues with permissions on created files.
As an example if you run container with docker it will use user container to set permissions and then files can not be accessed from the host.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status