Skip to content

Commit

Permalink
docs: add qualifier for hardware requirements (#4698)
Browse files Browse the repository at this point in the history
* docs: add qualifier for hardware requirements

* Apply suggestions from code review

Co-authored-by: caroldelwing <[email protected]>

---------

Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: caroldelwing <[email protected]>
  • Loading branch information
3 people authored Nov 14, 2024
1 parent a8526fb commit 7141108
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
10 changes: 10 additions & 0 deletions docs/docs-content/clusters/edge/hardware-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ Spectro Cloud sales at [email protected].

All Edge hosts must meet the following minimum hardware requirements.

:::info

The requirements listed on this page apply to Edge hosts deployed in appliance mode only. To learn more about different
deployment modes, refer to [Deployment Modes](../../deployment-modes/deployment-modes.md).

To learn about the requirements for Edge hosts deployed in agent mode, refer to
[Agent Mode Hardware Requirements](../../deployment-modes/agent-mode/architecture.md#minimum-device-requirements).

:::

### AMD64 Architecture Devices

| Component | Requirement |
Expand Down
16 changes: 9 additions & 7 deletions docs/docs-content/deployment-modes/agent-mode/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ The following are architectural highlights of clusters deployed using agent mode

## Minimum Device Requirements

Agent mode deployments support both AMD64 and ARM64 architectures.

| Component | Requirement |
| --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| CPU Core | Minimum two cores. |
| Memory | Minimum 8 GB. |
| Storage | Main drive requires a minimum of 100 GB storage to accommodate the Operating System (OS), Kubernetes, and workloads. The main drive must be an SSD drive. |
Agent mode deployments support both AMD64 and ARM64 architectures. The numbers presented in this section are the bare
minimum required for the operating system, Palette agent, and lightweight Kubernetes distributions only and do not
account for any application workloads. The actual requirement for your hardware depends on your workload.

| Component | Requirement |
| --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| CPU Core | Minimum four cores. |
| Memory | Minimum four GB. |
| Storage | Main drive requires a minimum of 32 GB storage to accommodate the Operating System (OS), Kubernetes, and workloads. The main drive must be an SSD drive. |

0 comments on commit 7141108

Please sign in to comment.