Skip to content

Commit

Permalink
generic statement to view logs of Kubernetes resources
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-gupta committed Sep 15, 2015
1 parent ff67189 commit 7afb9fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chapters/docker-kubernetes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ Notice only one Pod is running now.

### Application Logs

. Get list of the Pods:
. Get a list of the Pods:
+
[source, text]
----
Expand All @@ -593,7 +593,7 @@ wildfly-rc-w2kk5 1/1 Running 0 16h
. . .
----
Alternatively, the logs can also be seen by logging into the node:
Logs can be obtained for any Kubernetes resources using this way. Alternatively, the logs can also be seen by logging into the node:
. Log in to the node VM:
+
Expand Down
4 changes: 2 additions & 2 deletions readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -4344,7 +4344,7 @@ <h3 id="_application_logs">Application Logs</h3>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>Get list of the Pods:</p>
<p>Get a list of the Pods:</p>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code class="language-text" data-lang="text">./cluster/kubectl.sh get po
Expand Down Expand Up @@ -4374,7 +4374,7 @@ <h3 id="_application_logs">Application Logs</h3>
</ol>
</div>
<div class="paragraph">
<p>Alternatively, the logs can also be seen by logging into the node:</p>
<p>Logs can be obtained for any Kubernetes resources using this way. Alternatively, the logs can also be seen by logging into the node:</p>
</div>
<div class="olist arabic">
<ol class="arabic">
Expand Down

0 comments on commit 7afb9fd

Please sign in to comment.