-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terraform apply, "Error running command 'set -x" #43
Comments
Thanks for the bug report. Are you on Mac OS X? It looks like mac os x's |
Thanks for the prompt reply Nicolas. That is indeed the case. Upon using the suggestion in the supplied link I was able to continue with the terraforming. However, curious why one would opt to have effectively a shell script in a terraform file in order to build an image when one could just have it hosted publicly for no cost? Feels a little counterintuitive unless I am missing something? Upon letting the apply run I hit another snag in the similar shell script spot.
|
Public images makes coordination of releases harder. I often deploy from my working dir and the current model suits that. There is another project that I am working on which is releasing containers on docker hub. https://github.com/tqtezos/tezos-k8s But, it does not support public baking yet. I am not quite sure what exactly runs |
Huh, I guess I don't really understand why you feel "coordinating of [the] releases" is harder with public images, certainly sidesteps OS dependant shell scripts for one. Also ensures that everyone is using the same image instead of what was built locally. Creates a more dependable, repeatable deployment. If the issue is the time to build and push to an image repo a CI job (github actions and ciricleci have generous free tiers) ought to solve that. Anyways just some suggestions. Thanks again for your responsiveness. I suppose I could just run this from Ubuntu. I'll take a look at |
tezos-k8s was launched by the broader tezos dev ecosystem and has more use cases such as private chains. |
It seems when running
terraform apply
from the/terraform
dir that theresource "null_resource" "push_containers"
in k8s.tf is causing the following error:I simply running apply with a few variables set:
Curious if anyone else has run into this or what I may be doing wrong? Thanks!
The text was updated successfully, but these errors were encountered: