mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-16 06:49:38 +00:00
Automatic merge from submit-queue Node E2E: Fix wrong permission bit for log file. When creating log for logs from journald, we use `0755` which is weird to me. This PR changes it to `0666`.