-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Number of retries in the register_cluster() function should be more than 2 #1215
Comments
Looks like the problem is not the number of retries, but the fact that it quickly fails. I tried with a higher number of retries, but without any luck. The only way around it is to manually run the "gcloud" command, which takes a while, and then re-run asmcli. |
And the latest output:
|
Thanks for the report! Do you remember about how long the command took to run? I can adjust the timeout. |
Hm, good question, something like 30-40 seconds. It is not quick, a timeout of 1 minute would probably make sense. |
The number of retries in the register_cluster() function should be more than 2:
anthos-service-mesh-packages/asmcli/asmcli
Line 3623 in 4753ebb
I got this error twice in a row:
The solution was to manually run the command from the error message and re-run the asmcli command again.
The text was updated successfully, but these errors were encountered: