From 12defe51657571416f57ed83e38013cf8bb886cf Mon Sep 17 00:00:00 2001 From: ankit raj Date: Mon, 12 Dec 2016 15:59:10 +0530 Subject: [PATCH] missed punctuation there are some places where "." and ":" missed. Please, add this. --- docs/debugging-openshift.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/debugging-openshift.md b/docs/debugging-openshift.md index be03fc617a47..136411c3bd90 100644 --- a/docs/debugging-openshift.md +++ b/docs/debugging-openshift.md @@ -6,7 +6,7 @@ This document contains some tips and suggestions for troubleshooting an OpenShif System Environment ------------------ -1. Run as root +1. Run as root. Currently OpenShift v3 must be started as root in order to manipulate your iptables configuration. The openshift commands (e.g. `oc create`) do not need to be run as root. @@ -37,7 +37,7 @@ System Environment Build Failures -------------- -To investigate a build failure, first check the build logs. You can view the build logs via +To investigate a build failure, first check the build logs. You can view the build logs via: $ oc logs build/[build_id]