docs: move agent lifecycle doc under Operations heading (#9411)

This commit is contained in:
Tim Gross
2020-12-01 11:55:08 -05:00
committed by GitHub
parent c60d9a98a5
commit 2c9850176f
4 changed files with 11 additions and 4 deletions

View File

@@ -14,7 +14,6 @@ export default [
category: 'production',
content: [
'requirements',
'nomad-agent',
{
title: 'Reference Architecture',
href:
@@ -415,6 +414,7 @@ export default [
{
category: 'operations',
content: [
'nomad-agent',
'telemetry',
'metrics',
{

View File

@@ -12,6 +12,7 @@ learn more, choose an item from the sidebar, or choose one of the options
below:
- [Operating Nomad Agents](/docs/operations/nomad-agent)
- [Telemetry Overview](/docs/operations/telemetry)
- [Metrics](/docs/operations/metrics)
- [Cluster Management](https://learn.hashicorp.com/collections/nomad/manage-clusters)

View File

@@ -1,13 +1,13 @@
---
layout: docs
page_title: Nomad Agent
sidebar_title: Set Server & Client Nodes
sidebar_title: Operating Nomad Agents
description: |-
The Nomad agent is a long running process which can be used either in
a client or server mode.
---
# Setting Nodes with Nomad Agent
# Operating Nomad Agents
The Nomad agent is a long running process which runs on every machine that
is part of the Nomad cluster. The behavior of the agent depends on if it is

View File

@@ -810,13 +810,19 @@ module.exports = [
destination: '/docs/operations/telemetry',
permanent: true,
},
{
source: '/docs/telemetry/metrics',
destination: '/docs/operations/metrics',
permanent: true,
},
// Moved installing agent under operations as ope
{
source: '/docs/install/production/nomad-agent',
destination: '/docs/operations/nomad-agent',
permanent: true,
},
// Moved guide-like docs to /guides
{
source: '/docs/agent',