CancelRequest not implemented by *gcp.conditionalTransport #73791
Labels
area/client-libraries
area/provider/gcp
Issues or PRs related to gcp provider
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
sig/auth
Categorizes an issue or PR as relevant to SIG Auth.
sig/cli
Categorizes an issue or PR as relevant to SIG CLI.
sig/cloud-provider
Categorizes an issue or PR as relevant to SIG Cloud Provider.
What happened:
Attempting to connect to a GKE cluster which no longer exists:
What you expected to happen:
It should fail after 5 seconds and exit with a non-zero exit status. Additionally, the error message should clearly state that the command was exited due to the request timeout being reached.
Instead, after every 5 second interval the error message
CancelRequest not implemented by *gcp.conditionalTransport
is shown. The request always retries 5 times: an option which I cannot find command line configuration for.How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
I'm posting here because I believe it's a Kubernetes bug, not GKE. However, I have only tested with GKE.
Environment:
kubectl version
):uname -a
):The text was updated successfully, but these errors were encountered: