mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-14 15:00:30 +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`.