Skip to content

Commit

Permalink
Update README.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: David Mueller <[email protected]>
  • Loading branch information
Ruilin-Ma and dmuelle authored Jun 5, 2024
1 parent f302207 commit f92c98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ To create your cluster, use the `eksctl create cluster` command:
eksctl create cluster --name=guide-cluster --nodes=1 --node-type=t2.small
```

Running this command creates a cluster that is called `guide-cluster` that uses a single `t2.small` instance as the worker node. When the cluster is created, you will see an output similar to the following:
Running this command creates a cluster that is called `guide-cluster` that uses a single `t2.small` instance as the worker node. When the cluster is created, you will see an output similar to the following example:

[source, role="no_copy"]
```
Expand Down

0 comments on commit f92c98a

Please sign in to comment.