-
Notifications
You must be signed in to change notification settings - Fork 132
Closed
Labels
Description
Bug Description
kube_client::client::builder: failed with error error trying to connect: presented server name type wasn't supported
is reported when connecting to a GKE cluster.
--accept-invalid-certificates
as suggested is a good workaround but the certificate is definitely valid.
If you are using rustls, I suspect it's rustls/rustls#184.
Steps to Reproduce
gcloud container clusters get-credentials foo
: load cluster credentials into.kube/config
k describe node
: kubectl connects successfully- try to
mirrord exec
anything in the cluster
Backtrace
No response
Relevant Logs
No response
Your operating system and version
Linux 5.19.7-arch1-1
Local process
/bin/bash
Local process version
No response
Additional Info
No response