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
Automatically enable host UDS for GCS FUSE sidecar containers.
This change detects the GCS FUSE sidecar by looking for a specific non-empty
EmptyDir volume (`gke-gcsfuse-tmp`). If found, the `dev.gvisor.flag.host-uds`
annotation is set to "open" to allow communication with the gcsfuse driver via
Unix Domain Sockets. This applies to both the root container and subcontainers.
PiperOrigin-RevId: 805704770
0 commit comments