mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-26 13:08:11 +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
|
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
title: Rancher Tools
|
||||||
|
weight: 5000
|
||||||
|
---
|
||||||
+3
-1
@@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Logging
|
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
|
Rancher has the capability to push out cluster and project logs to an external
|
||||||
+2
@@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Splunk
|
title: Splunk
|
||||||
weight: 3725
|
weight: 3725
|
||||||
|
aliases:
|
||||||
|
- /rancher/v2.x/en/tasks/logging/splunk/
|
||||||
---
|
---
|
||||||
|
|
||||||
The following guide will demonstrate how to monitor your container
|
The following guide will demonstrate how to monitor your container
|
||||||
+2
-3
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Alerts and Notifiers
|
title: Notifiers and Alerts
|
||||||
weight: 2300
|
weight: 5010
|
||||||
draft: true
|
|
||||||
---
|
---
|
||||||
|
|
||||||
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.
|
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.
|
||||||
+18
-1
@@ -1,7 +1,24 @@
|
|||||||
---
|
---
|
||||||
title: Pipelines
|
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
|
## Enabling CI Pipelines
|
||||||
|
|
||||||
1. Select cluster from drop down.
|
1. Select cluster from drop down.
|
||||||
Reference in New Issue
Block a user