Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1572935

Summary: [DOCS] Typo in prerequisites regarding the firewall command to expose metrics in iptables
Product: OpenShift Container Platform Reporter: shea.stewart
Component: DocumentationAssignee: Michael Burke <mburke>
Status: CLOSED CURRENTRELEASE QA Contact: Meng Bo <bmeng>
Severity: high Docs Contact: Vikram Goyal <vigoyal>
Priority: high    
Version: 3.7.0CC: aos-bugs, jokerman, mmccomas, wmeng
Target Milestone: ---   
Target Release: ---   
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: 2018-07-05 14:03:23 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 shea.stewart 2018-04-29 03:38:09 UTC
Description of problem:
Typo in prerequisites regarding the firewall command to expose metrics in iptables

Version-Release number of selected component (if applicable):
all, including OCP

How reproducible:
All of the time

Steps to Reproduce:
1. Navigate to any documentation page such as: https://docs.openshift.com/container-platform/3.9/install_config/install/prerequisites.html
2.Search for the command `iptables OS_FIREWALL_ALLOW -p tcp -m state --state NEW -m tcp \
    --dport 1936 -j ACCEPT`
3. Run the command and it fails. 

Actual results:
The command fails. 

Expected results:
The command to run correctly. 

Additional info:
The command is missing a `-A` and should be: 
`iptables -A OS_FIREWALL_ALLOW -p tcp -m state --state NEW -m tcp \
    --dport 1936 -j ACCEPT`


Document URL: 

Section Number and Name: 

Describe the issue: 

Suggestions for improvement: 

Additional information: