设置GCP AI平台管道有问题-- Kubeflow管道v1.4.1和“使用托管存储”没有一个配置不允许我( KFP服务上的错误)使用“使用托管存储”,但让我们关注下面描述的特定配置。
我的设计是:
自定义网络/子网中具有"1.17.15-gke.800“版本和工作负载标识enabled
请注意,没有选项“使用托管存储”,使用GKE和KFP的设置工作良好,但如果使用“使用托管存储”,则会失败:
packets.go:36: unexpected EOF
CETdriver: bad connectionNon-OK-status: status status: Internal: mysql_real_connect failed: errno: 2013, error: Lost connection to MySQL server at 'handshake: reading inital communication packet', system error: 11MetadataStore cannot be created with the given connection config.)
couldn't connect to "<db_connection_string>": googleapi: Error 401: Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
More details:
Reason: authError, Message: Invalid Credentials似乎在cloudsqlproxy服务/pod中存在问题,它无法建立到DB的连接。它是这个特性中的一个bug还是一些错误的配置?
发布于 2021-05-05 11:56:35
我也有同样的问题,通过以下方法解决了这个问题:
https://stackoverflow.com/questions/66600365
复制相似问题