mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-06 16:29:09 +07:00
style(docs): use hyphens instead of underscores in file names
This commit is contained in:
@ -199,7 +199,7 @@ They can't capture all of the project's features, but they are sufficient to get
|
||||
|
||||
## Get Started
|
||||
|
||||
- [Try it out on a VM](https://homelab.khuedoan.com/try_on_a_vm.html) without any hardware
|
||||
- [Try it out on a VM](https://homelab.khuedoan.com/try-on-a-vm.html) without any hardware
|
||||
- [Deploy on real hardware](https://homelab.khuedoan.com/deployment) for real workload
|
||||
|
||||
## Roadmap
|
||||
|
@ -1,17 +1,17 @@
|
||||
# Summary
|
||||
|
||||
- [Introduction](introduction.md)
|
||||
- [Try on a VM](try_on_a_vm.md)
|
||||
- [Try on a VM](try-on-a-vm.md)
|
||||
- [Deployment](./deployment/README.md)
|
||||
- [Provisioning flow](./deployment/provisioning_flow.md)
|
||||
- [Provisioning flow](./deployment/provisioning-flow.md)
|
||||
- [Prerequisites](./deployment/prerequisites.md)
|
||||
- [Configuration](./deployment/configuration.md)
|
||||
- [Deploy the homelab](./deployment/deployment.md)
|
||||
- [DNS setup](./deployment/dns.md)
|
||||
- [External resources (optional)](./deployment/external_resources.md)
|
||||
- [External resources (optional)](./deployment/external-resources.md)
|
||||
- [Troubleshooting](./troubleshooting.md)
|
||||
- [Tutorials]()
|
||||
- [Single node cluster adjustments](./tutorials/single_node_cluster_adjustments.md)
|
||||
- [Single node cluster adjustments](./tutorials/single-node-cluster-adjustments.md)
|
||||
- [Add or remove nodes (scale up or down)](./tutorials/add-or-remove-nodes.md)
|
||||
- [Run commands on multiple nodes](./tutorials/run-commands-on-multiple-nodes.md)
|
||||
- [Install new applications]()
|
||||
|
@ -7,4 +7,4 @@ In this section you will learn how to:
|
||||
- Build the cluster and bootstrap it
|
||||
- Perform some addtional steps depending on your set up (DNS, external secrets...)
|
||||
|
||||
If you encounter any issue, please see the [Troubleshooting](../troubleshooting) section.
|
||||
If you encounter any issue, please see the [Troubleshooting](../troubleshooting.md) section.
|
||||
|
@ -14,12 +14,12 @@ Any modern `x86_64` computer(s) should work, you can use old PCs, laptops or ser
|
||||
|
||||
> This is the requirements for _each_ node
|
||||
|
||||
| Component | Minimum | Recommended |
|
||||
| :-- | :-- | :-- |
|
||||
| CPU | 2 cores | 4 cores |
|
||||
| RAM | 8 GB | 16 GB |
|
||||
| Hard drive | 128 GB | 512 GB (depending on your storage usage, the base installation will not use more than 128GB) |
|
||||
| Node count | 1 (checkout the [single node cluster adjustments](../tutorials/single_node_cluster_adjustments.md) tutorial) | 3 or more for high availability |
|
||||
| Component | Minimum | Recommended |
|
||||
| :-- | :-- | :-- |
|
||||
| CPU | 2 cores | 4 cores |
|
||||
| RAM | 8 GB | 16 GB |
|
||||
| Hard drive | 128 GB | 512 GB (depending on your storage usage, the base installation will not use more than 128GB) |
|
||||
| Node count | 1 (checkout the [single node cluster adjustments](../tutorials/single-node-cluster-adjustments.md) tutorial) | 3 or more for high availability |
|
||||
|
||||
Additional capabilities:
|
||||
|
||||
|
Reference in New Issue
Block a user