Description
Currently create
operation generate two types of assets:
-
pulumi
related files; files for store the state of the infrastructure resources created bycrc-cloud
, and to controlpulumi
execution. The location for these assets is specified with the parameterbackerd-url
. And they are required to be passed todestroy
operation to let pulumi know about the resources to be destroyed. -
instance
access files;create
operation will output several files to inform data required to connected to created instance:host
,username
,id_rsa
andpassword
. 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
No status
Activity