Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
1cca74c2
Commit
1cca74c2
authored
Jul 08, 2015
by
Chao Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
REASON to STATUS
parent
3cc13260
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
logging-elasticsearch.md
docs/getting-started-guides/logging-elasticsearch.md
+1
-1
logging.md
docs/getting-started-guides/logging.md
+2
-2
mesos.md
docs/getting-started-guides/mesos.md
+2
-2
No files found.
docs/getting-started-guides/logging-elasticsearch.md
View file @
1cca74c2
...
@@ -41,7 +41,7 @@ viewer should be running soon after the cluster comes to life.
...
@@ -41,7 +41,7 @@ viewer should be running soon after the cluster comes to life.
```
```
$ kubectl get pods
$ kubectl get pods
NAME READY
REASON
RESTARTS AGE
NAME READY
STATUS
RESTARTS AGE
elasticsearch-logging-v1-78nog 1/1 Running 0 2h
elasticsearch-logging-v1-78nog 1/1 Running 0 2h
elasticsearch-logging-v1-nj2nb 1/1 Running 0 2h
elasticsearch-logging-v1-nj2nb 1/1 Running 0 2h
fluentd-elasticsearch-kubernetes-minion-5oq0 1/1 Running 0 2h
fluentd-elasticsearch-kubernetes-minion-5oq0 1/1 Running 0 2h
...
...
docs/getting-started-guides/logging.md
View file @
1cca74c2
...
@@ -6,7 +6,7 @@ Cluster level logging for Kubernetes allows us to collect logs which persist bey
...
@@ -6,7 +6,7 @@ Cluster level logging for Kubernetes allows us to collect logs which persist bey
```
```
$ kubectl get pods
$ kubectl get pods
NAME READY
REASON
RESTARTS AGE
NAME READY
STATUS
RESTARTS AGE
fluentd-cloud-logging-kubernetes-minion-0f64 1/1 Running 0 32m
fluentd-cloud-logging-kubernetes-minion-0f64 1/1 Running 0 32m
fluentd-cloud-logging-kubernetes-minion-27gf 1/1 Running 0 32m
fluentd-cloud-logging-kubernetes-minion-27gf 1/1 Running 0 32m
fluentd-cloud-logging-kubernetes-minion-pk22 1/1 Running 0 31m
fluentd-cloud-logging-kubernetes-minion-pk22 1/1 Running 0 31m
...
@@ -45,7 +45,7 @@ This pod specification has one container which runs a bash script when the conta
...
@@ -45,7 +45,7 @@ This pod specification has one container which runs a bash script when the conta
We can observe the running pod:
We can observe the running pod:
```
```
$ kubectl get pods
$ kubectl get pods
NAME READY
REASON
RESTARTS AGE
NAME READY
STATUS
RESTARTS AGE
counter 1/1 Running 0 5m
counter 1/1 Running 0 5m
fluentd-cloud-logging-kubernetes-minion-0f64 1/1 Running 0 55m
fluentd-cloud-logging-kubernetes-minion-0f64 1/1 Running 0 55m
fluentd-cloud-logging-kubernetes-minion-27gf 1/1 Running 0 55m
fluentd-cloud-logging-kubernetes-minion-27gf 1/1 Running 0 55m
...
...
docs/getting-started-guides/mesos.md
View file @
1cca74c2
...
@@ -137,7 +137,7 @@ Interact with the kubernetes-mesos framework via `kubectl`:
...
@@ -137,7 +137,7 @@ Interact with the kubernetes-mesos framework via `kubectl`:
```
bash
```
bash
$
kubectl get pods
$
kubectl get pods
NAME READY
REASON
RESTARTS AGE
NAME READY
STATUS
RESTARTS AGE
```
```
```
bash
```
bash
...
@@ -183,7 +183,7 @@ We can use the `kubectl` interface to monitor the status of our pod:
...
@@ -183,7 +183,7 @@ We can use the `kubectl` interface to monitor the status of our pod:
```
bash
```
bash
$
kubectl get pods
$
kubectl get pods
NAME READY
REASON
RESTARTS AGE
NAME READY
STATUS
RESTARTS AGE
nginx 1/1 Running 0 14s
nginx 1/1 Running 0 14s
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment