Replies: 1 comment
-
That sounds very interesting! I was also planning to add autoscaling at some point. You probably need the stored “finished” snapshot for this. But I'll have to take a closer look at the concept first. Having the option to deploy without snapshot is definitely great. I'll have a look at that. Unfortunately, the problem at the moment is a lack of time :/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With version
v0.6.0-alpha.2
of the Talos provider, it exposes a schematic resource. paring this with building the snapshot directly with Terraform makes bootstrapping the snapshot easier.The provider does state the artifact does not store well in the Terraform state, but I think this is not too big of a deal. (One might be able to do keep it in state with data providers)
You can today abuse the fact that Terraform grabs a local copy of the repository, and use the packer module today.
Beta Was this translation helpful? Give feedback.
All reactions