-
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: virtual machines running on kubevirt
- Loading branch information
Showing
2 changed files
with
26 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## How to create & managage KubeVirt's Virtual Machine from this flake? | ||
|
||
Use `aquamarine` as an example, we can create a virtual machine with the following command: | ||
|
||
```shell | ||
just upload-vm aquamarine | ||
``` | ||
|
||
Then create the virtual machine by creating a yaml file at | ||
[ryan4yin/k8s-gitops](https://github.com/ryan4yin/k8s-gitops/tree/main/vms) | ||
|
||
Once the virtual machine `aquamarine` is created, we can deploy updates to it with the following | ||
commands: | ||
|
||
```shell | ||
just col aquamarine | ||
``` | ||
|
||
If you're not familiar with remote deployment, please read this tutorial first: | ||
[Remote Deployment - NixOS & Flakes Book](https://nixos-and-flakes.thiscute.world/best-practices/remote-deployment) |