mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-29 22:04:01 -04:00
This change fixes a race condition that was caused by setting the file owner, group and mode non-atomically, after the updated files had been published. Users who were running non-root containers, without GID 0 permissions, and had removed read permissions from other users by setting defaultMode: 0440 or similar, were getting intermittent permission denied errors when accessing files on secret or configmap volumes or service account tokens on projected volumes during update. |
||
|---|---|---|
| .. | ||
| configmap.go | ||
| configmap_test.go | ||
| doc.go | ||
| OWNERS | ||