-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Labels
P2high priority issueshigh priority issuesbugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requestedtriagedScoped and ready for workScoped and ready for work
Description
This module is not designed for ephemeral runners/agents such as Terraform Cloud Remote Operations that cannot have gcloud
on the PATH
and cannot have custom base images. If anything fails you have to unwind and re-apply all the changes again to force gcloud
to be re-downloaded.
Example:
module.asm_install.module.gcloud_kubectl.null_resource.additional_components[0] (local-exec): Executing; ["/bin/sh" "-c" ".terraform/modules/asm_install/scripts/check_components.sh .terraform/modules/asm_isntall/cache/xxxx/google-cloud-skd/bin/gcloud kubectl,kpt,beta.kustomize"]
Error: Error running command '.terraform/modules/asm_install/scripts/check_components.sh .terraform/modules/asm_isntall/cache/xxxx/google-cloud-skd/bin/gcloud kubectl,kpt,beta.kustomize': exit status 127. Output:
In the above example, due to a previously failed run the repeat run then fails to get passed this as it assumes gcloud
exists in the cache. However, when it runs it returns a 127 command not found code.
AndreaGiardini, tkentt, mohannagulla, hSATAC, tblakers and 4 more
Metadata
Metadata
Assignees
Labels
P2high priority issueshigh priority issuesbugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requestedtriagedScoped and ready for workScoped and ready for work