-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
bridge cni: Make sure to create the directory for cni config #10868
Conversation
Otherwise it will be created with the mktemp permissions and become unreadable (0700), making chmod fail later on.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: afbjorklund, medyagh 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 |
/ok-to-test |
/retest-this-please |
Weirdly both docker Linux and kvm tests timed out...I am gonna retest to see what is going on. |
kvm2 Driver Times for Minikube (PR 10868): 65.1s 64.9s 67.0s Averages Time Per Log
docker Driver Times for Minikube (PR 10868): 27.6s 28.6s 33.7s Averages Time Per Log
|
Otherwise it will be created with the mktemp permissions
and become unreadable (0700), making chmod fail later on.
Fixes error seen in #10852 (comment)
💣 Error starting cluster: apply cni: cni apply: copy: chmod /etc/cni/net.d/1-k8s.conf: permission denied