mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-17 12:07:05 +02:00
Brings in a new theme, improved content, and restructured layout. Signed-off-by: Andrew Rynhard <andrew@rynhard.io>
55 lines
1.2 KiB
Markdown
55 lines
1.2 KiB
Markdown
---
|
|
title: System Requirements
|
|
weight: 4
|
|
---
|
|
|
|
## Minimum Requirements
|
|
|
|
<table class="table-auto">
|
|
<thead>
|
|
<tr>
|
|
<th class="px-4 py-2">Role</th>
|
|
<th class="px-4 py-2">Memory</th>
|
|
<th class="px-4 py-2">Cores</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td class="border px-4 py-2">Init/Control Plane</td>
|
|
<td class="border px-4 py-2">2GB</td>
|
|
<td class="border px-4 py-2">2</td>
|
|
</tr>
|
|
<tr class="bg-gray-100">
|
|
<td class="border px-4 py-2">Worker</td>
|
|
<td class="border px-4 py-2">1GB</td>
|
|
<td class="border px-4 py-2">1</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
## Recommended
|
|
|
|
<table class="table-auto">
|
|
<thead>
|
|
<tr>
|
|
<th class="px-4 py-2">Role</th>
|
|
<th class="px-4 py-2">Memory</th>
|
|
<th class="px-4 py-2">Cores</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td class="border px-4 py-2">Init/Control Plane</td>
|
|
<td class="border px-4 py-2">4GB</td>
|
|
<td class="border px-4 py-2">4</td>
|
|
</tr>
|
|
<tr class="bg-gray-100">
|
|
<td class="border px-4 py-2">Worker</td>
|
|
<td class="border px-4 py-2">2GB</td>
|
|
<td class="border px-4 py-2">2</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
These requirements are similar to that of kubernetes.
|