Reputation: 11
I have problem to setup GCP AI Platform Pipelines - Kubeflow Pipelines v1.4.1 with "Use managed storage" None of configuration doesn't allow me (errors on KFP service) to use "Use managed storage", but let focus on specific one described below.
My setup is:
Be aware that setup with GKE and KFP works fine without option "Use managed storage", but in case of using "Use managed storage" it fails:
packets.go:36: unexpected EOF
CETdriver: bad connection
Non-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
It seems that there is issue in cloudsqlproxy service/pod, which cannot establish connection to DB. Is it a bug in this feature or some wrong configuration?
Upvotes: 1
Views: 244
Reputation: 11
I had the same problem and fixed it by:
Upvotes: 1