From 2ff14c4528e31bd5964073b9335791f2d683f021 Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Tue, 7 Dec 2021 16:16:18 +0530 Subject: [PATCH] docs: reflect sidero runs on ARM Update Sidero requirements Fixes #514 Signed-off-by: Noel Georgi --- website/content/docs/v0.3/Getting Started/index.md | 4 ++-- website/content/docs/v0.4/Getting Started/index.md | 4 ++-- website/content/docs/v0.5/Getting Started/index.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/content/docs/v0.3/Getting Started/index.md b/website/content/docs/v0.3/Getting Started/index.md index 41643ba9e..1b323eeea 100644 --- a/website/content/docs/v0.3/Getting Started/index.md +++ b/website/content/docs/v0.3/Getting Started/index.md @@ -15,8 +15,8 @@ To complete this tutorial, you will need a few things: This is the standard DHCP server available on most Linux distributions (NOT dnsmasq) as well as on the Ubiquiti EdgeRouter line of products. - Machine or Virtual Machine on which to run Sidero itself. - The requirements for this machine are very low, but it does need to be x86 for - now, and it should have at least 4GB of RAM. + The requirements for this machine are very low, it can be x86 or arm64 + and it should have at least 4GB of RAM. - Machines on which to run Kubernetes clusters. These have the same minimum specifications as the Sidero machine. - Workstation on which `talosctl`, `kubectl`, and `clusterctl` can be run. diff --git a/website/content/docs/v0.4/Getting Started/index.md b/website/content/docs/v0.4/Getting Started/index.md index 3ba49fb11..b44af08f0 100644 --- a/website/content/docs/v0.4/Getting Started/index.md +++ b/website/content/docs/v0.4/Getting Started/index.md @@ -15,8 +15,8 @@ To complete this tutorial, you will need a few things: This is the standard DHCP server available on most Linux distributions (NOT dnsmasq) as well as on the Ubiquiti EdgeRouter line of products. - Machine or Virtual Machine on which to run Sidero itself. - The requirements for this machine are very low, but it does need to be x86 for - now, and it should have at least 4GB of RAM. + The requirements for this machine are very low, it can be x86 or arm64 + and it should have at least 4GB of RAM. - Machines on which to run Kubernetes clusters. These have the same minimum specifications as the Sidero machine. - Workstation on which `talosctl`, `kubectl`, and `clusterctl` can be run. diff --git a/website/content/docs/v0.5/Getting Started/index.md b/website/content/docs/v0.5/Getting Started/index.md index 3ba49fb11..b44af08f0 100644 --- a/website/content/docs/v0.5/Getting Started/index.md +++ b/website/content/docs/v0.5/Getting Started/index.md @@ -15,8 +15,8 @@ To complete this tutorial, you will need a few things: This is the standard DHCP server available on most Linux distributions (NOT dnsmasq) as well as on the Ubiquiti EdgeRouter line of products. - Machine or Virtual Machine on which to run Sidero itself. - The requirements for this machine are very low, but it does need to be x86 for - now, and it should have at least 4GB of RAM. + The requirements for this machine are very low, it can be x86 or arm64 + and it should have at least 4GB of RAM. - Machines on which to run Kubernetes clusters. These have the same minimum specifications as the Sidero machine. - Workstation on which `talosctl`, `kubectl`, and `clusterctl` can be run.