mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
docs: move agent lifecycle doc under Operations heading (#9411)
This commit is contained in:
@@ -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',
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user