File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,11 @@ Greetings! Much of Operation Code's web site runs in a [Kubernetes](https://kube
18181 . Ensure you have [ AWS] ( https://aws.amazon.com ) access, and the [ aws CLI] ( https://aws.amazon.com/cli/ ) is operating correctly
19192 . Install eksctl: https://eksctl.io/introduction/#installation
20203 . 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
You can’t perform that action at this time.
0 commit comments