Bug 1572935 - [DOCS] Typo in prerequisites regarding the firewall command to expose metrics in iptables
Summary: [DOCS] Typo in prerequisites regarding the firewall command to expose metrics...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Documentation
Version: 3.7.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: ---
Assignee: Michael Burke
QA Contact: Meng Bo
Vikram Goyal
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-04-29 03:38 UTC by shea.stewart
Modified: 2018-07-05 14:03 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-07-05 14:03:23 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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:


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