Hi guys Trying to make aws/eks work, I was able to...
# aws
c
Hi guys Trying to make aws/eks work, I was able to create a cluster, with manages node group, however, when trying to use the k8s provider out of the cluster kubeconfig, I keep getting
Copy code
error: configured Kubernetes cluster is unreachable: unable to load schema information from the API server: Get "<https://xxyyyzz.gr7.us-east-1.eks.amazonaws.com/openapi/v2?timeout=32s>": getting credentials: exec: executable aws failed with exit code 254
Any idea what could be the issue?
b
run
aws eks get-token --cluster-name <your cluster name>
locally and see what it says
c
@billowy-army-68599 thanks! when running with --profile flag it works as expected
but I do have awsprofile staging configured in config file