Skip to content

Commit

Permalink
fix: docs to show apple and arm support (#7067)
Browse files Browse the repository at this point in the history
* fix: docs to show apple and arm support

* Update docs/content/en/docs/getting-started/install/_index.md

Co-authored-by: Chris Negus <[email protected]>

* Update docs/content/en/docs/getting-started/docker/_index.md

Co-authored-by: Chris Negus <[email protected]>

* Update docs/content/en/docs/getting-started/docker/_index.md

Co-authored-by: Chris Doherty <[email protected]>

* remove warning for not supporting arm and apple

since now it supports apple and arm processor.

---------

Co-authored-by: Mohsin Raza <[email protected]>
Co-authored-by: Chris Negus <[email protected]>
Co-authored-by: Chris Doherty <[email protected]>
  • Loading branch information
4 people authored Dec 10, 2023
1 parent 6f5168b commit c4d01fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion docs/content/en/docs/getting-started/docker/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 0 additions & 5 deletions docs/content/en/docs/getting-started/install/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 only works on computers with x86 and amd64 process architecture.
It currently will not work on computers 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.

Expand Down

0 comments on commit c4d01fe

Please sign in to comment.