moving rancher tools

This commit is contained in:
Denise Schannon
2018-07-16 20:50:35 -07:00
parent 59a186a8ab
commit cbbb2f27b9
11 changed files with 29 additions and 70 deletions

View File

@@ -1,17 +0,0 @@
---
title: Pipelines
weight: 2350
---
Pipelines help you automate the software delivery process. You can integrate Rancher with GitHub to create a pipeline.
You can set up your pipeline to run a series of stages and steps to test your code and deploy it.
<dl>
<dt>Pipelines</dt>
<dd>Contain a series of stages and steps. Out-of-the-box, the pipelines feature supports fan out and in capabilities.</dd>
<dt>Stages</dt>
<dd>Executed sequentially. The next stage will not execute until all of the steps within the stage execute.</dd>
<dt>Steps</dt>
<dd>Are executed in parallel within a stage. </dd>
</dl>

View File

@@ -1,10 +0,0 @@
---
title: Logging
weight: 2325
draft: true
---
## Related Links
[Configuring Logging]({{< baseurl >}}/rancher/v2.x/en/tasks/logging/)

View File

@@ -1,9 +0,0 @@
---
title: Adding and Managing Alerts
weight: 3575
draft: true
---
## Adding Alerts
## Managing Alerts

View File

@@ -1,11 +0,0 @@
---
title: Adding and Managing Notifiers
weight: 3550
draft: true
---
## Adding Notifiers
## Managing Notifiers

View File

@@ -1,9 +0,0 @@
---
title: Enabling and Managing Cluster Logging
weight: 3600
draft: true
---
## Enabling Cluster Logging
## Managing Cluster Logging

View File

@@ -1,9 +0,0 @@
---
title: Enabling and Managing Pipelines for Projects
weight: 3625
draft: true
---
## Enabling Pipelines for Projects
## Managing Pipelines for Projects

View File

@@ -0,0 +1,4 @@
---
title: Rancher Tools
weight: 5000
---

View File

@@ -1,6 +1,8 @@
---
title: Logging
weight: 3725
weight: 5015
aliases:
- /rancher/v2.x/en/tasks/logging/
---
Rancher has the capability to push out cluster and project logs to an external

View File

@@ -1,6 +1,8 @@
---
title: Splunk
weight: 3725
aliases:
- /rancher/v2.x/en/tasks/logging/splunk/
---
The following guide will demonstrate how to monitor your container

View File

@@ -1,7 +1,6 @@
---
title: Alerts and Notifiers
weight: 2300
draft: true
title: Notifiers and Alerts
weight: 5010
---
Alerts and notifications are built on top of the [Prometheus Alertmanager](https://prometheus.io/docs/alerting/alertmanager/). Leveraging these tools, Rancher is able to provide the first step in notifications for events operators and application owners need to know about.

View File

@@ -1,7 +1,24 @@
---
title: Pipelines
weight: 3700
weight: 5005
aliases:
- /rancher/v2.x/en/concepts/ci-cd-pipelines/
- /rancher/v2.x/en/tasks/pipelines/
---
Pipelines help you automate the software delivery process. You can integrate Rancher with GitHub to create a pipeline.
You can set up your pipeline to run a series of stages and steps to test your code and deploy it.
<dl>
<dt>Pipelines</dt>
<dd>Contain a series of stages and steps. Out-of-the-box, the pipelines feature supports fan out and in capabilities.</dd>
<dt>Stages</dt>
<dd>Executed sequentially. The next stage will not execute until all of the steps within the stage execute.</dd>
<dt>Steps</dt>
<dd>Are executed in parallel within a stage. </dd>
</dl>
## Enabling CI Pipelines
1. Select cluster from drop down.