mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-04-15 19:05:41 +00:00
moving rancher tools
This commit is contained in:
@@ -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>
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
title: Logging
|
||||
weight: 2325
|
||||
draft: true
|
||||
---
|
||||
|
||||
|
||||
## Related Links
|
||||
|
||||
[Configuring Logging]({{< baseurl >}}/rancher/v2.x/en/tasks/logging/)
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
title: Adding and Managing Alerts
|
||||
weight: 3575
|
||||
draft: true
|
||||
---
|
||||
|
||||
## Adding Alerts
|
||||
|
||||
## Managing Alerts
|
||||
@@ -1,11 +0,0 @@
|
||||
---
|
||||
title: Adding and Managing Notifiers
|
||||
weight: 3550
|
||||
draft: true
|
||||
---
|
||||
|
||||
|
||||
## Adding Notifiers
|
||||
|
||||
## Managing Notifiers
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
title: Enabling and Managing Cluster Logging
|
||||
weight: 3600
|
||||
draft: true
|
||||
---
|
||||
|
||||
## Enabling Cluster Logging
|
||||
|
||||
## Managing Cluster Logging
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
title: Enabling and Managing Pipelines for Projects
|
||||
weight: 3625
|
||||
draft: true
|
||||
---
|
||||
|
||||
## Enabling Pipelines for Projects
|
||||
|
||||
## Managing Pipelines for Projects
|
||||
4
content/rancher/v2.x/en/tools/_index.md
Normal file
4
content/rancher/v2.x/en/tools/_index.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Rancher Tools
|
||||
weight: 5000
|
||||
---
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user