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
I am trying to add a gke cluster to my argocd instance and it fails with FATA[0005] rpc error: code = Unauthenticated desc = the server has asked for the client to provide credentials
The gke cluster is configure to work with dns-based-control-plane-access (see this and this for details)
To Reproduce
Create a gke cluster with --enable-dns-access
Try to add this new cluster to an existing remote argocd instance with argocd cluster add ...
Expected behavior
Argocd is expected to successfully communicate and manage the target cluster
$ argocd cluster add gcp-dns-testing --yes --grpc-web
INFO[0001] ServiceAccount "argocd-manager" already exists in namespace "kube-system"
INFO[0002] ClusterRole "argocd-manager-role" updated
INFO[0003] ClusterRoleBinding "argocd-manager-role-binding" updated
FATA[0006] rpc error: code = Unauthenticated desc = the server has asked for the client to provide credentials
Server Log:
argocd-server-c44fdc568-n8kjh server time="2024-12-26T15:26:00Z" level=info msg="finished unary call with code Unauthenticated" error="rpc error: code = Unauthenticated desc = the server has asked for the client to provide credentials" grpc.code=Unauthenticated grpc.method=Create grpc.service=cluster.ClusterService grpc.start_time="2024-12-26T15:25:59Z" grpc.time_ms=1109.873 span.kind=server system=grpc
The text was updated successfully, but these errors were encountered:
Checklist:
argocd version
.Describe the bug
I am trying to add a gke cluster to my argocd instance and it fails with
FATA[0005] rpc error: code = Unauthenticated desc = the server has asked for the client to provide credentials
The gke cluster is configure to work with dns-based-control-plane-access (see this and this for details)
To Reproduce
--enable-dns-access
argocd cluster add ...
Expected behavior
Argocd is expected to successfully communicate and manage the target cluster
Screenshots
None
Version
Logs
Client log:
Server Log:
The text was updated successfully, but these errors were encountered: