We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/kind bug
What happened? Error running integration test:
[FAILED] error during create volume Expected <*fmt.wrapError | 0xc00087a220>: failed to exit idle mode: invalid target address tcp://localhost:10000, error info: address tcp://localhost:10000:443: too many colons in address { msg: "failed to exit idle mode: invalid target address tcp://localhost:10000, error info: address tcp://localhost:10000:443: too many colons in address", err: <*errors.errorString | 0xc000758600>{ s: "invalid target address tcp://localhost:10000, error info: address tcp://localhost:10000:443: too many colons in address", }, }
The text was updated successfully, but these errors were encountered:
With the NewClient changes in grpc/grpc-go#7029 the new func uses dns as default resolver compared to passthrough for Dial func.
dns
passthrough
Sorry, something went wrong.
/assign
yussufsh
Successfully merging a pull request may close this issue.
/kind bug
What happened?
Error running integration test:
The text was updated successfully, but these errors were encountered: