fabric8io / gofabric8

CLI used when working with fabric8 running on Kubernetes or OpenShift
https://fabric8.io/
Apache License 2.0
147 stars 72 forks source link

Cannot get fabric8 to deploy on Amazon EKS #649

Open smboykin opened 6 years ago

smboykin commented 6 years ago

Hello,

I deployed a Kubernetes cluster using AWS EKS by following their Getting Started guide. I am authenticating to the cluster using the AWS IAM authenticator tool. I have verified that I am able to see and access the cluster nodes by using the command kubectl get nodes

However, when I try to deploy gofabric, I keep getting prompted for a username and password. Is this because gofabric8 is not configured to use the custom authenticator? I've tried setting the username, context, and kubeconfig flags specifically to match the kubeconfig files, but nothing's worked so far - I keep getting pushed back to the username/password prompt.

Any ideas? Thanks