Skip to content

Commit 03a5207

Browse files
updating some wording
1 parent b93187e commit 03a5207

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

content/install-guides/eksctl.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ layout: installtoolsall
99
minutes_to_complete: 5
1010
multi_install: false
1111
multitool_install_part: false
12-
official_docs: https://docs.aws.amazon.com/eks/latest/userguide/eksctl.html
12+
official_docs: https://docs.aws.amazon.com/eks/latest/eksctl/what-is-eksctl.html
1313
test_images:
1414
- ubuntu:latest
1515
test_link: null
@@ -19,7 +19,7 @@ tool_install: true
1919
weight: 1
2020
---
2121

22-
`eksctl` is a command line tool to create and manage Kubernetes clusters in Amazon Elastic Kubernetes Service (Amazon EKS). It simplifies cluster creation and saves time compared to using the AWS console. For additional information, refer to the [eksctl official documentation](https://docs.aws.amazon.com/eks/latest/eksctl/what-is-eksctl.html).
22+
`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

2424
`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`.
2525

@@ -46,12 +46,12 @@ If you see a different result, you are not using an Arm computer running 64-bit
4646
For Windows, follow these steps:
4747

4848
1. Type "Settings" in the Windows search box.
49-
2. When the settings appear, click **System** on the left side and then **About** at the bottom.
50-
3. In the Device specifications section, look for **ARM-based processor** in the **System** type area.
49+
2. When the settings appear, select **System** on the left side and then select **About**.
50+
3. Under **Device specifications**, look for **System type**. You should see **ARM-based processor** listed for your computer.
5151

5252
### Install kubectl
5353

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

5656
### Configure the AWS CLI
5757

@@ -86,13 +86,15 @@ sudo mv /tmp/eksctl /usr/local/bin
8686
eksctl version
8787
```
8888

89-
The output will be similar to:
89+
The output is similar to:
9090

9191
```output
9292
0.160.0
9393
```
9494

95-
### Windows
95+
### Windows on Arm
96+
97+
To download and install `eksctl` on Windows, follow these steps:
9698

9799
1. Use a browser to download the [EKS CLI latest release](https://github.com/eksctl-io/eksctl/releases/latest/download/eksctl_Windows_arm64.zip).
98100

@@ -104,13 +106,13 @@ The output will be similar to:
104106
eksctl.exe version
105107
```
106108

107-
The output will be similar to:
109+
The output is similar to:
108110

109111
```output
110112
0.160.0
111113
```
112114

113-
## Use eksctl to create a simple EKS cluster
115+
## Verify eksctl installation by creating a simple EKS cluster
114116

115117
With your AWS account configured, run `eksctl` to create a cluster with 2 nodes with AWS Graviton processors:
116118

0 commit comments

Comments
 (0)