Bug 1260943 - Openshift master daemon runs as root
Summary: Openshift master daemon runs as root
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: RFE
Version: 3.0.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 3.11.0
Assignee: Scott Dodson
QA Contact: Xiaoli Tian
URL:
Whiteboard:
: 1430398 (view as bug list)
Depends On:
Blocks: 1267746
TreeView+ depends on / blocked
 
Reported: 2015-09-08 09:32 UTC by Jaspreet Kaur
Modified: 2021-06-10 10:59 UTC (History)
15 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-04-12 15:20:58 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jaspreet Kaur 2015-09-08 09:32:57 UTC
Description of problem:

Openshift master daemon runs as root. The master should not have to run as root though the node have to.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Install Openshift Enterprise 3.
2. Below is the process that shows master is running as root :

ps -aux |grep openshift

root      46947 10.6  5.2 1337348 419220 ?      Ssl  ago13 2883:29 /usr/bin/openshift start master --config=/etc/openshift/master/master-config.yaml --loglevel=3

Actual results:

Master is seen running as root.


Expected results:

master should not have to run as root.

Additional info:

Comment 13 Dan McPherson 2017-03-08 15:21:41 UTC
*** Bug 1430398 has been marked as a duplicate of this bug. ***

Comment 18 Scott Dodson 2018-04-12 15:20:58 UTC
We're moving control plane components to run as static pods managed on the cluster, once that work is complete we'll look at tightening restrictions on the control plane pods as much as possible.


Note You need to log in before you can comment on or make changes to this bug.