manual, update new pr

This commit is contained in:
Mik-TF
2024-05-14 17:42:30 -04:00
parent be1ef3ba76
commit 599acfde7c
16 changed files with 103 additions and 20 deletions

View File

@@ -4,8 +4,8 @@
- [Virtual Machines](vm_intro.md)
- [Micro and Full VM Differences ](vm_differences.md)
- [Full Virtual Machine](fullVm.md)
- [Micro Virtual Machine](vm.md)
- [Full Virtual Machine](fullvm.md)
- [Micro Virtual Machine](microvm.md)
- [Kubernetes](k8s.md)
- [NixOS MicroVM](nixos_micro.md)
- [Add a Domain](add_domain.md)

View File

@@ -43,7 +43,7 @@ Deploy a new full virtual machine on the Threefold Grid
- `Myceluim` to enable mycelium on the virtual machine
- `Wireguard Access` to add a wireguard access to the Virtual Machine
- `GPU` flag to add GPU to the Virtual machine
- To deploy a Full VM with GPU, you first need to [rent a dedicated node](dashboard@@dedicated_machines)
- To deploy a Full VM with GPU, you first need to [rent a dedicated node](node_finder.md#dedicated-nodes)
- `Dedicated` flag to retrieve only dedicated nodes
- `Certified` flag to retrieve only certified nodes
- Choose the location of the node

View File

@@ -63,7 +63,7 @@ If you're not sure and just want the easiest, most affordable option, skip the p
* **Recommended**: {cpu: 4, memory: 16gb, diskSize: 1000gb }
* Or choose a **Custom** plan
* If want to reserve a public IPv4 address, click on Network then select **Public IPv4**
* If you want a [dedicated](dedicated_machines.md) and/or a certified node, select the corresponding option
* If you want a [dedicated node](node_finder.md#dedicated-nodes) and/or a certified node, select the corresponding option
* Choose the location of the node
* `Country`
* `Farm Name`

View File

@@ -7,8 +7,8 @@ This section provides a non-code easy way to deploy a whole solution on the TFGr
- [Basic Environments](basic_environments_readme.md)
- [Virtual Machines](vm_intro.md)
- [Micro and Full VM Differences](vm_differences.md)
- [Full Virtual Machine](fullVm.md)
- [Micro Virtual Machine](vm.md)
- [Full Virtual Machine](fullvm.md)
- [Micro Virtual Machine](microvm.md)
- [Kubernetes](k8s.md)
- [NixOS MicroVM](nixos_micro.md)
- [Ready Community Solutions](ready_community_readme.md)