Bug 1767943

Summary: [Docs] For CAM CORS setup the restart command should be 'master-restart controllers' instead of 'master-restart controller'
Product: OpenShift Container Platform Reporter: John Matthews <jmatthew>
Component: Migration ToolingAssignee: Avital Pinnick <apinnick>
Status: CLOSED CURRENTRELEASE QA Contact: Xin jiang <xjiang>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.2.0   
Target Milestone: ---   
Target Release: 4.2.z   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-11-06 12:06:14 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description John Matthews 2019-11-01 17:14:11 UTC
Description of problem:

"""
In OpenShift Container Platform 3.10 and 3.11, these components run in static Pods managed by a kubelet and are restarted by running the following commands:

$ /usr/local/bin/master-restart api
$ /usr/local/bin/master-restart controller
"""


Should be
"""
In OpenShift Container Platform 3.10 and 3.11, these components run in static Pods managed by a kubelet and are restarted by running the following commands:

$ /usr/local/bin/master-restart api
$ /usr/local/bin/master-restart controllers
"""



Note:
 when we run as 'controllers' we now see status of '2'
#  /usr/local/bin/master-restart controllers
2


opposed to prior 
#  /usr/local/bin/master-restart controller
Component controller is already stopped

Comment 2 Xin jiang 2019-11-04 02:40:25 UTC
Verified.