mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
docs: fix outstanding content conformance errors (#16040)
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
---
|
||||
layout: docs
|
||||
page_title: 'Commands: operator keyring'
|
||||
description: |-
|
||||
The `operator keyring` command is used to examine and
|
||||
modify the encryption keys used in Nomad server. It can
|
||||
also distribute new keys and retire old ones.
|
||||
---
|
||||
|
||||
# Command: operator keyring
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
---
|
||||
layout: docs
|
||||
page_title: 'Commands: operator metrics'
|
||||
description: |-
|
||||
The `operator metrics` command queries the metrics API
|
||||
endpoint for metrics data related to the current Nomad
|
||||
process.
|
||||
---
|
||||
|
||||
# Command: operator metrics
|
||||
|
||||
@@ -336,8 +336,8 @@ block. If you need to declare resource instances based on a nested data
|
||||
structure or combinations of elements from multiple data structures you can use
|
||||
expressions and functions to derive a suitable value. For some common examples
|
||||
of such situations, see the
|
||||
[`flatten`](/docs/job-specification/hcl2/functions/collection/flatten) and
|
||||
[`setproduct`](/docs/job-specification/hcl2/functions/collection/setproduct)
|
||||
[`flatten`](/nomad/docs/job-specification/hcl2/functions/collection/flatten) and
|
||||
[`setproduct`](/nomad/docs/job-specification/hcl2/functions/collection/setproduct)
|
||||
functions.
|
||||
|
||||
### Best Practices for `dynamic` Blocks
|
||||
|
||||
Reference in New Issue
Block a user