We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50eec14 commit 4c05445Copy full SHA for 4c05445
.gitignore
@@ -1 +1,2 @@
1
.terraform/
2
+.DS_Store
SETUP.md
@@ -5,6 +5,6 @@ Greetings! Much of Operation Code's web site runs in a [Kubernetes](https://kube
5
# Getting access to the cluster
6
7
1. Ensure you have AWS access, and the aws CLI is operating correctly
8
-2. Install eksctl: https://eksctl.io/introduction/installation/
+2. Install eksctl: https://eksctl.io/introduction/#installation
9
3. Run: `eksctl utils write-kubeconfig --region us-east-2 --cluster operationcode-backend`
10
4. Verify everything works: `kubectl get namespaces`
0 commit comments