From 6a44b5b0fde9b371377bfc3b4dffb0370948163c Mon Sep 17 00:00:00 2001 From: Mohsin Raza Date: Tue, 21 Nov 2023 09:00:15 +0100 Subject: [PATCH 1/5] fix: docs to show apple and arm support --- docs/content/en/docs/getting-started/docker/_index.md | 2 +- docs/content/en/docs/getting-started/install/_index.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/en/docs/getting-started/docker/_index.md b/docs/content/en/docs/getting-started/docker/_index.md index 18e5d76fa77a..7cffff861dc8 100644 --- a/docs/content/en/docs/getting-started/docker/_index.md +++ b/docs/content/en/docs/getting-started/docker/_index.md @@ -26,7 +26,7 @@ This allows you to try EKS Anywhere on your local machine or laptop before deplo * 30GB free disk space * If you are using Ubuntu, use the Docker CE installation instructions to install Docker and not the Snap installation, as described here. * For EKS Anywhere v0.15 and earlier, if you are using Ubuntu 21.10 or 22.04, you will need to switch from cgroups v2 to cgroups v1. For details, see [Troubleshooting Guide.]({{< relref "../../troubleshooting/troubleshooting.md#for-eks-anywhere-v015-and-earlier-cgroups-v2-is-not-supported-in-ubuntu-2110-and-2204" >}}) -* EKS Anywhere works with x86 and amd64 architectures. It currently will not work on computers with Apple Silicon or Arm based processors. +* EKS Anywhere works with x86 and amd64 architectures, From v0.18.1 it also works with Apple Silicon or Arm based processors. ### Install EKS Anywhere CLI tools To get started with EKS Anywhere, you must first install the `eksctl` CLI and the `eksctl anywhere` plugin. diff --git a/docs/content/en/docs/getting-started/install/_index.md b/docs/content/en/docs/getting-started/install/_index.md index 1cfadb858aff..b8608287046f 100644 --- a/docs/content/en/docs/getting-started/install/_index.md +++ b/docs/content/en/docs/getting-started/install/_index.md @@ -50,8 +50,8 @@ Here are a few other things to keep in mind: #### Via Homebrew (macOS and Linux) {{% alert title="Warning" color="warning" %}} -EKS Anywhere only works on computers with x86 and amd64 process architecture. -It currently will not work on computers with Apple Silicon or Arm based processors. +EKS Anywhere works on computers with x86 and amd64 process architecture. +From v0.18.1 it also works with Apple Silicon or Arm based processors. {{% /alert %}} You can install `eksctl` and `eksctl-anywhere` with [homebrew](http://brew.sh/). From c615c72fe83b992016235081736da05c7e5b71ee Mon Sep 17 00:00:00 2001 From: RazaGR <30994076+RazaGR@users.noreply.github.com> Date: Fri, 24 Nov 2023 18:39:51 +0100 Subject: [PATCH 2/5] Update docs/content/en/docs/getting-started/install/_index.md Co-authored-by: Chris Negus --- docs/content/en/docs/getting-started/install/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs/getting-started/install/_index.md b/docs/content/en/docs/getting-started/install/_index.md index b8608287046f..edf355d0c869 100644 --- a/docs/content/en/docs/getting-started/install/_index.md +++ b/docs/content/en/docs/getting-started/install/_index.md @@ -51,7 +51,7 @@ Here are a few other things to keep in mind: {{% alert title="Warning" color="warning" %}} EKS Anywhere works on computers with x86 and amd64 process architecture. -From v0.18.1 it also works with Apple Silicon or Arm based processors. +From v0.18.1, it also works with Apple Silicon or Arm based processors. {{% /alert %}} You can install `eksctl` and `eksctl-anywhere` with [homebrew](http://brew.sh/). From e82c5c22698fb56f733e54e0ee51ffd3ebd505a7 Mon Sep 17 00:00:00 2001 From: RazaGR <30994076+RazaGR@users.noreply.github.com> Date: Fri, 24 Nov 2023 18:39:58 +0100 Subject: [PATCH 3/5] Update docs/content/en/docs/getting-started/docker/_index.md Co-authored-by: Chris Negus --- docs/content/en/docs/getting-started/docker/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs/getting-started/docker/_index.md b/docs/content/en/docs/getting-started/docker/_index.md index 7cffff861dc8..94f8211d5fc5 100644 --- a/docs/content/en/docs/getting-started/docker/_index.md +++ b/docs/content/en/docs/getting-started/docker/_index.md @@ -26,7 +26,7 @@ This allows you to try EKS Anywhere on your local machine or laptop before deplo * 30GB free disk space * If you are using Ubuntu, use the Docker CE installation instructions to install Docker and not the Snap installation, as described here. * For EKS Anywhere v0.15 and earlier, if you are using Ubuntu 21.10 or 22.04, you will need to switch from cgroups v2 to cgroups v1. For details, see [Troubleshooting Guide.]({{< relref "../../troubleshooting/troubleshooting.md#for-eks-anywhere-v015-and-earlier-cgroups-v2-is-not-supported-in-ubuntu-2110-and-2204" >}}) -* EKS Anywhere works with x86 and amd64 architectures, From v0.18.1 it also works with Apple Silicon or Arm based processors. +* EKS Anywhere works with x86 and amd64 architectures. From v0.18.1, it also works with Apple Silicon or Arm based processors. ### Install EKS Anywhere CLI tools To get started with EKS Anywhere, you must first install the `eksctl` CLI and the `eksctl anywhere` plugin. From cf3f4d73385000bf43b724145fee307713183723 Mon Sep 17 00:00:00 2001 From: RazaGR <30994076+RazaGR@users.noreply.github.com> Date: Mon, 27 Nov 2023 18:25:18 +0100 Subject: [PATCH 4/5] Update docs/content/en/docs/getting-started/docker/_index.md Co-authored-by: Chris Doherty --- docs/content/en/docs/getting-started/docker/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs/getting-started/docker/_index.md b/docs/content/en/docs/getting-started/docker/_index.md index 94f8211d5fc5..2b87882bcb1f 100644 --- a/docs/content/en/docs/getting-started/docker/_index.md +++ b/docs/content/en/docs/getting-started/docker/_index.md @@ -26,7 +26,7 @@ This allows you to try EKS Anywhere on your local machine or laptop before deplo * 30GB free disk space * If you are using Ubuntu, use the Docker CE installation instructions to install Docker and not the Snap installation, as described here. * For EKS Anywhere v0.15 and earlier, if you are using Ubuntu 21.10 or 22.04, you will need to switch from cgroups v2 to cgroups v1. For details, see [Troubleshooting Guide.]({{< relref "../../troubleshooting/troubleshooting.md#for-eks-anywhere-v015-and-earlier-cgroups-v2-is-not-supported-in-ubuntu-2110-and-2204" >}}) -* EKS Anywhere works with x86 and amd64 architectures. From v0.18.1, it also works with Apple Silicon or Arm based processors. +* EKS Anywhere works with x86 and amd64 architectures. From v0.18.1, it also works with Apple Silicon or ARM based processors. ### Install EKS Anywhere CLI tools To get started with EKS Anywhere, you must first install the `eksctl` CLI and the `eksctl anywhere` plugin. From e5523cdc9c0efb1524a10a06df1c86d790dd7f5c Mon Sep 17 00:00:00 2001 From: RazaGR <30994076+RazaGR@users.noreply.github.com> Date: Mon, 27 Nov 2023 18:27:58 +0100 Subject: [PATCH 5/5] remove warning for not supporting arm and apple since now it supports apple and arm processor. --- docs/content/en/docs/getting-started/install/_index.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/content/en/docs/getting-started/install/_index.md b/docs/content/en/docs/getting-started/install/_index.md index edf355d0c869..d84554021567 100644 --- a/docs/content/en/docs/getting-started/install/_index.md +++ b/docs/content/en/docs/getting-started/install/_index.md @@ -49,11 +49,6 @@ Here are a few other things to keep in mind: #### Via Homebrew (macOS and Linux) -{{% alert title="Warning" color="warning" %}} -EKS Anywhere works on computers with x86 and amd64 process architecture. -From v0.18.1, it also works with Apple Silicon or Arm based processors. -{{% /alert %}} - You can install `eksctl` and `eksctl-anywhere` with [homebrew](http://brew.sh/). This package will also install `kubectl` and the `aws-iam-authenticator` which will be helpful to test EKS Anywhere clusters.