You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with yandex-cloud/yandex v0.134.0 i have error in all resources. For example in mysql:
Error: error while requesting API to delete user from MySQL Cluster "1234567": error dialing endpoint 'api.cloud.yandex.net:443': context deadline exceeded
that error occur very fast (<200ms).
Looks like something wrong with http-client's context
The text was updated successfully, but these errors were encountered:
Hi!
Faced with similar issue, but I was able to deploy VPC and stopped on Managed PostgreSQL with error: Error: Error while requesting API to create PostgreSQL Cluster: client-request-id = XXX-XXX client-trace-id = XXX-XXX rpc error: code = DeadlineExceeded desc = stream timeout
But call to API was able to start deployment of PostgreSQL and I got broken state: VPC is present in state file, PostgreSQL is absent in state file.
Revert to version 0.133 resolved this trouble.
I use Terrafrom v 1.9.8
with yandex-cloud/yandex v0.134.0 i have error in all resources. For example in mysql:
that error occur very fast (<200ms).
Looks like something wrong with http-client's context
The text was updated successfully, but these errors were encountered: