Remove Beta tag from 1.0 features (#9562)
* docs: Remove 1.0 beta warning about HCL2.0 docs * docs: multiregion is not beta anymore either * docs: scaling isn't beta * docs: neither is events api
This commit is contained in:
parent
82aad26330
commit
020f6268b1
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
layout: api
|
||||
page_title: Events - HTTP API
|
||||
sidebar_title: Events <sup>Beta</sup>
|
||||
sidebar_title: Events
|
||||
description: |-
|
||||
The /event endpoints are used to query for and stream Nomad events.
|
||||
---
|
||||
|
||||
# Events HTTP API <sup>Beta</sup>
|
||||
# Events HTTP API
|
||||
|
||||
The `/event/stream` endpoint is used to stream events generated by Nomad.
|
||||
|
||||
|
|
|
@ -1735,7 +1735,7 @@ $ curl \
|
|||
}
|
||||
```
|
||||
|
||||
## Read Job Scale Status <sup>Beta</sup>
|
||||
## Read Job Scale Status
|
||||
|
||||
This endpoint reads scale information about a job.
|
||||
|
||||
|
@ -1785,7 +1785,7 @@ $ curl \
|
|||
}
|
||||
```
|
||||
|
||||
## Scale Task Group <sup>Beta</sup>
|
||||
## Scale Task Group
|
||||
|
||||
This endpoint performs a scaling action against a job.
|
||||
Currently, this endpoint supports scaling the count for a task group.
|
||||
|
|
|
@ -64,7 +64,7 @@ capability for the job's namespace.
|
|||
- `-policy-override`: Sets the flag to force override any soft mandatory
|
||||
Sentinel policies.
|
||||
|
||||
- `-hcl1` <sup>1.0 Beta</sup>: If set, HCL1 parser is used for parsing the job spec.
|
||||
- `-hcl1`: If set, HCL1 parser is used for parsing the job spec.
|
||||
|
||||
- `-verbose`: Increase diff verbosity.
|
||||
|
||||
|
|
|
@ -89,7 +89,7 @@ that volume.
|
|||
storing it in the job file. This overrides the token found in the
|
||||
`$VAULT_TOKEN` environment variable and that found in the job.
|
||||
|
||||
- `-hcl1` <sup>1.0 Beta</sup>: If set, HCL1 parser is used for parsing the job spec.
|
||||
- `-hcl1`: If set, HCL1 parser is used for parsing the job spec.
|
||||
|
||||
- `-verbose`: Show full information.
|
||||
|
||||
|
|
|
@ -9,8 +9,6 @@ description: |-
|
|||
|
||||
# Expressions
|
||||
|
||||
`@include 'beta-nomad1.0-note.mdx'`
|
||||
|
||||
_Expressions_ are used to refer to or compute values within a configuration.
|
||||
The simplest expressions are just literal values, like `"hello"` or `5`, but
|
||||
HCL also allows more complex expressions such as arithmetic, conditional
|
||||
|
|
|
@ -9,8 +9,6 @@ description: |-
|
|||
|
||||
# Built-in Functions
|
||||
|
||||
`@include 'beta-nomad1.0-note.mdx'`
|
||||
|
||||
The HCL language includes a number of built-in functions that you can
|
||||
call from within expressions to transform and combine values. The general
|
||||
syntax for function calls is a function name followed by comma-separated
|
||||
|
|
|
@ -1,16 +1,14 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Configuration Language
|
||||
sidebar_title: HCL2 <sup>Beta</sup>
|
||||
sidebar_title: HCL2
|
||||
description: |-
|
||||
Noamd uses text files to describe infrastructure and to set variables.
|
||||
These text files are called Nomad job specifications and are
|
||||
written in the HCL language.
|
||||
---
|
||||
|
||||
# HCL <sup>Beta</sup>
|
||||
|
||||
`@include 'beta-nomad1.0-note.mdx'`
|
||||
# HCL2
|
||||
|
||||
Nomad uses the Hashicorp Configuration Language - HCL - designed to allow
|
||||
concise descriptions of the required steps to get to a job file.
|
||||
|
|
|
@ -9,8 +9,6 @@ description: >-
|
|||
|
||||
# Local Values
|
||||
|
||||
`@include 'beta-nomad1.0-note.mdx'`
|
||||
|
||||
Local values assign a name to an expression, that can then be used multiple
|
||||
times within a folder.
|
||||
|
||||
|
|
|
@ -10,8 +10,6 @@ description: |-
|
|||
|
||||
# HCL Configuration Syntax
|
||||
|
||||
`@include 'beta-nomad1.0-note.mdx'`
|
||||
|
||||
Other pages in this section have described various configuration constructs
|
||||
that can appear in HCL. This page describes the lower-level syntax of the
|
||||
language in more detail, revealing the building blocks that those constructs
|
||||
|
|
|
@ -9,8 +9,6 @@ description: |-
|
|||
|
||||
# Input Variables
|
||||
|
||||
`@include 'beta-nomad1.0-note.mdx'`
|
||||
|
||||
Input variables serve as parameters for a Nomad job, allowing aspects of the
|
||||
job to be customized without altering the job's own source code.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: multiregion Stanza - Job Specification
|
||||
sidebar_title: multiregion <sup>Beta</sup>
|
||||
sidebar_title: multiregion
|
||||
description: |-
|
||||
The "multiregion" stanza specifies that a job will be deployed to multiple federated
|
||||
regions.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: scaling Stanza - Job Specification
|
||||
sidebar_title: scaling <sup>Beta</sup>
|
||||
sidebar_title: scaling
|
||||
description: The "scaling" stanza allows specifying scaling policy for a task group
|
||||
---
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
~> **NOTE:** This page is about Nomad 1.0 Beta. Details are subject to change before final release.
|
Loading…
Reference in New Issue