Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eks-setup
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- It will take 15 to 20 minutes to create the Cluster Control Plane
```
# Create Cluster
eksctl create cluster --name=myeks \
eksctl create cluster --name=ltech \
--region=us-east-1 \
--zones=us-east-1a,us-east-1b \
--without-nodegroup
Expand Down