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
{{ message }}
This repository has been archived by the owner on May 15, 2023. It is now read-only.
Warning Failed 13s (x2 over 14s) kubelet, gke-forseti-cluster-default-node-pool-64338854-2rf4 Error: failed to start container "cloudsql-proxy": Error response from daemon: OCI runtime create failed: container_l inux.go:345: starting container process caused "chdir to cwd (\"/home/nonroot\") set in config.json failed: permission denied": unknown
according to this, something changed to allowe security by default but also breaks sql proxy
GoogleCloudPlatform/cloud-sql-proxy#385
editing the cloudsql-proxy deploy and changing the runAsUser
from runAsUser: 2
to
runAsUser: 65532
seems to fix it
The text was updated successfully, but these errors were encountered: