Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1075354 Details for
Bug 1264699
kubernetes do not respect tpmfiles.d policy
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh109 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
Migrated Products
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Add /run ownership in the specfile
0001-Fix-ownership-of-run-kubernetes.patch (text/plain), 1.12 KB, created by
M. Scherer
on 2015-09-20 21:03:40 UTC
(
hide
)
Description:
Add /run ownership in the specfile
Filename:
MIME Type:
Creator:
M. Scherer
Created:
2015-09-20 21:03:40 UTC
Size:
1.12 KB
patch
obsolete
>From 2fba6b872f4a427d40e85156fa9e9ac133994c89 Mon Sep 17 00:00:00 2001 >From: Michael Scherer <misc@redhat.com> >Date: Sun, 20 Sep 2015 22:44:45 +0200 >Subject: [PATCH] Fix ownership of /run/kubernetes > >Fix problem from http://ask.projectatomic.io/en/question/199/missing-apiservercrt-unable-to-listen-for-secure/ >and follow packaging policy ( https://fedoraproject.org/wiki/Packaging:Tmpfiles.d ). >--- > kubernetes.spec | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/kubernetes.spec b/kubernetes.spec >index f0793d8..c1f7382 100644 >--- a/kubernetes.spec >+++ b/kubernetes.spec >@@ -565,6 +565,7 @@ fi > %config(noreplace) %{_sysconfdir}/%{name}/scheduler > %config(noreplace) %{_sysconfdir}/%{name}/config > %config(noreplace) %{_sysconfdir}/%{name}/controller-manager >+%attr(755, kube,kube) %dir %{_run}/kubernetes > %{_tmpfilesdir}/kubernetes.conf > > %files node >@@ -581,6 +582,7 @@ fi > %config(noreplace) %{_sysconfdir}/%{name}/config > %config(noreplace) %{_sysconfdir}/%{name}/kubelet > %config(noreplace) %{_sysconfdir}/%{name}/proxy >+%attr(755, kube,kube) %dir %{_run}/kubernetes > %{_tmpfilesdir}/kubernetes.conf > > %files client >-- >1.8.3.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1264699
: 1075354