Replies: 1 comment 4 replies
-
Hi @Sodman , interesting optimization! I've never tried it, but I don't see a reason why it should not work the same way 🤔 You'd have to run |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In k3s, backing up the server via the etc storage snapshot is supported, even including automatically saving that snapshot to AWS S3:
Resuming from that snapshot is equally easy:
Is it possible to do this, or something similar, with k3d?
My specific use case is that my CI/CD pipeline involves spinning up a local cluster and deploying a half dozen applications to it before the actual tests can run. This takes a few minutes, on every test run. If I could start the k3d cluster by restoring from a snapshot rather than setting it all up from scratch every time, it would be a significant speedup in our CI pipeline.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions