-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert "Change default filestore permissions to 0700" #129217
Revert "Change default filestore permissions to 0700" #129217
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tallclair The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign @haircommander |
/kind regression |
/lgtm |
LGTM label has been added. Git tree hash: 9c092b1d5f7abc28c58c5f1f567c7c0c21073323
|
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
/test pull-kubernetes-integration |
Reverts #129214
I missed a usage in my original analysis of this: the state file for the device manager uses the directory
/var/lib/kubelet/device-plugins/
, but this directory isn't explicitly created on Kubelet startup, so it may end up being initialized by the checkpoint manager. The intended directory permissions are0750
./sig node
/priority important-soon
/triage accepted
/milestone v1.33