mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
add to sidebar navidation
clean up styling of new pages
This commit is contained in:
committed by
Alex Dadgar
parent
98f2947979
commit
ef90b44927
@@ -1,9 +1,9 @@
|
||||
---
|
||||
layout: "docs"
|
||||
page_title: "Cloud Auto Join- Agent Configuration"
|
||||
sidebar_current: "docs-agent-configuration-cloud_auto_join"
|
||||
page_title: "Cloud Auto-join"
|
||||
sidebar_current: "docs-agent-cloud-auto-join"
|
||||
description: |-
|
||||
Nomad supports automatic cluster joining using cloud metadata on various providers.
|
||||
Nomad supports automatic cluster joining using cloud metadata on various providers.
|
||||
---
|
||||
|
||||
# Cloud Auto-joining
|
||||
|
||||
@@ -8,15 +8,6 @@ description: |-
|
||||
|
||||
# `server_join` Stanza
|
||||
|
||||
<table class="table table-bordered table-striped">
|
||||
<tr>
|
||||
<th width="120">Placement</th>
|
||||
<td>
|
||||
<code>**acl**</code>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
The `server_join` stanza configures the Nomad agent to enable retry_join logic for connecting to Nomad servers.
|
||||
|
||||
```hcl
|
||||
|
||||
Reference in New Issue
Block a user