You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can install eksctl by following their instructions, install kubectl by following their instructions, and then run the command eksctl utils write-kubeconfig --cluster=<cluster_name> --region=<region> (for example: eksctl utils write-kubeconfig --cluster=cortex --region=us-west-2). After that, kubectl commands should work as expected.
The text was updated successfully, but these errors were encountered:
Description
Something along the lines of:
You can install
eksctl
by following their instructions, installkubectl
by following their instructions, and then run the commandeksctl utils write-kubeconfig --cluster=<cluster_name> --region=<region>
(for example:eksctl utils write-kubeconfig --cluster=cortex --region=us-west-2
). After that,kubectl
commands should work as expected.The text was updated successfully, but these errors were encountered: