mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
Added version requirement to new feature guides
This commit is contained in:
@@ -8,7 +8,8 @@ description: |-
|
||||
|
||||
# Consul Connect
|
||||
|
||||
~> **Note** This guide describes a new feature available in [Nomad 0.10.0][download].
|
||||
~> **Note:** This guide requires Nomad 0.10.0 or later and Consul 1.3.0 or
|
||||
later.
|
||||
|
||||
[Consul Connect](https://www.consul.io/docs/connect/index.html) provides
|
||||
service-to-service connection authorization and encryption using mutual
|
||||
@@ -311,4 +312,3 @@ dashes (`-`) are converted to underscores (`_`) in environment variables so
|
||||
|
||||
|
||||
[count-dashboard]: /assets/images/count-dashboard.png
|
||||
[download]: https://releases.hashicorp.com/nomad/0.10.0-beta1/
|
||||
|
||||
@@ -9,6 +9,8 @@ description: |-
|
||||
|
||||
# Stateful Workloads with Nomad Host Volumes
|
||||
|
||||
~> **Note:** This guide requires Nomad 0.10.0 or later.
|
||||
|
||||
Nomad Host Volumes can manage storage for stateful workloads running inside your
|
||||
Nomad cluster. This guide walks you through deploying a MySQL workload to a node
|
||||
containing supporting storage.
|
||||
|
||||
Reference in New Issue
Block a user