You're attempting to utilize kubectl from Cloud Shell to connect to your Google Kubernetes Engine (GKE) cluster. After deploying the GKE cluster with a public endpoint, you execute the following command from Cloud Shell: ``` gcloud container clusters get-credentials --zone --project ``` However, you observe that the kubectl commands are timing out without providing any error message. What is the most probable cause of this issue?