Skip to content

Commit 1c9a2df

Browse files
authored
update README with kubectl instructions (#175)
1 parent ffbdc6e commit 1c9a2df

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ Greetings! Much of Operation Code's web site runs in a [Kubernetes](https://kube
1818
1. Ensure you have [AWS](https://aws.amazon.com) access, and the [aws CLI](https://aws.amazon.com/cli/) is operating correctly
1919
2. Install eksctl: https://eksctl.io/introduction/#installation
2020
3. Run: `eksctl utils write-kubeconfig --region us-east-2 --cluster operationcode-backend`
21-
4. Verify everything works: `kubectl get namespaces`
21+
4. Ensure `kubectl` is working by running `kubectl version`, refer to [Kubectl Install Docs](https://kubernetes.io/docs/tasks/tools/#kubectl)
22+
23+
Note: if there are issues refer to this [SO Post](https://stackoverflow.com/questions/55360666/kubernetes-kubectl-run-command-not-found)
24+
25+
5. Verify everything works: `kubectl get namespaces`
2226

2327

2428
## Licensing

0 commit comments

Comments
 (0)