doudi2229 2019-06-05 12:06
浏览 181

Bigtable Client初始化卡在Kubernetes容器中

We are trying to run a Golang app on Kubernetes which talks to Bigtable. The application seems to be stuck at creating the client:

bigtableClient := bigtable.NewClient()

upon setting the log level to info using:

export GRPC_GO_LOG_SEVERITY_LEVEL="INFO"

the error message is like this:

WARNING: 2019/06/05 08:14:13 grpc: addrConn.createTransport failed to connect to {dns:///bigtable.googleapis.com:443 0  1}. Err :connection error: desc = "transport: Error while dialing dial tcp: address dns:///bigtable.googleapis.com:443: too many colons in address". Reconnecting...
WA

We tried using the Alpine docker image but doesn't seem to work. Has anybody faced this before?

  • 写回答

1条回答 默认 最新

  • doule0941 2019-07-10 12:27
    关注

    Upon debugging, the issue was with one of the dependencies used while building the container. Using Go modules https://github.com/golang/go/wiki/Modules to manage package versions solved the problem.

    评论

报告相同问题?

悬赏问题

  • ¥15 matlab实现基于主成分变换的图像融合。
  • ¥15 对于相关问题的求解与代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料
  • ¥15 使用R语言marginaleffects包进行边际效应图绘制
  • ¥20 usb设备兼容性问题
  • ¥15 错误(10048): “调用exui内部功能”库命令的参数“参数4”不能接受空数据。怎么解决啊