Skip to content

Commit 4c05445

Browse files
authored
Eksctl install link fix (#151)
* updated broken link for eksctl install * added '.DS_Store' to the git ignore for mac users
1 parent 50eec14 commit 4c05445

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.terraform/
2+
.DS_Store

SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ Greetings! Much of Operation Code's web site runs in a [Kubernetes](https://kube
55
# Getting access to the cluster
66

77
1. Ensure you have AWS access, and the aws CLI is operating correctly
8-
2. Install eksctl: https://eksctl.io/introduction/installation/
8+
2. Install eksctl: https://eksctl.io/introduction/#installation
99
3. Run: `eksctl utils write-kubeconfig --region us-east-2 --cluster operationcode-backend`
1010
4. Verify everything works: `kubectl get namespaces`

0 commit comments

Comments
 (0)