Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
felipesalvadordev authored Jul 9, 2024
1 parent f749ad5 commit 3d80925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run command choco install eksctl in vs code terminal

1. Create an EKS Cluster and configrue eks using this commands:

eksctl create cluster --name salvadorapp --region us-east-1 --nodegroup-name linux-nodes --node-type t2.micro --nodes 2
eksctl create cluster --name salvadorapp --region us-east-1 --nodegroup-name linux-nodes --node-type t2.micro --nodes 2
aws eks --region us-east-1 update-kubeconfig --name salvadorapp

2. Then create .github folder and then create workflow folder inside .github folder
Expand Down

0 comments on commit 3d80925

Please sign in to comment.