Skip to content

Commit fe669ec

Browse files
updating name of guide and transition sentence
1 parent ec7634d commit fe669ec

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

content/install-guides/eksctl.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ test_images:
1414
- ubuntu:latest
1515
test_link: null
1616
test_maintenance: true
17-
title: Amazon EKS CLI (eksctl)
17+
title: eksctl (Amazon EKS CLI)
1818
tool_install: true
1919
weight: 1
2020
---
2121

2222
`eksctl` is a command line tool to create and manage Kubernetes clusters in [Amazon Elastic Kubernetes Service (Amazon EKS)](https://docs.aws.amazon.com/eks/latest/userguide/what-is-eks.html). It simplifies cluster creation and saves time compared to using the Amazon Web Services (AWS) console. For additional information, see [eksctl official documentation](https://docs.aws.amazon.com/eks/latest/eksctl/what-is-eksctl.html).
2323

24-
`eksctl` is available for a variety of operating systems and Linux distributions. It runs on both Arm Linux distributions and Windows on Arm. The following steps show the different ways in which you can install `eksctl`.
24+
`eksctl` is available for a variety of operating systems and Linux distributions. It runs on both Arm Linux distributions and Windows on Arm. The following steps show how you can install `eksctl` and verify the installation by creating a simple Amazon EKS cluster.
2525

2626
## Before you begin
2727

@@ -49,6 +49,8 @@ For Windows, follow these steps:
4949
2. When the settings appear, select **System** on the left side and then select **About**.
5050
3. Under **Device specifications**, look for **System type**. You should see **ARM-based processor** listed for your computer.
5151

52+
If you see a different result, you are not using an Arm computer running Windows.
53+
5254
### Install kubectl
5355

5456
Install the Kubernetes command-line tool `kubectl` by following the steps in the [Kubectl install guide](/install-guides/kubectl/).

0 commit comments

Comments
 (0)