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.
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