Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
ef90b449
Commit
ef90b449
authored
7 years ago
by
Chelsea Holland Komlo
Committed by
Alex Dadgar
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
add to sidebar navidation
clean up styling of new pages
parent
98f29479
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
website/source/docs/agent/configuration/cloud-auto-join.html.md
+3
-3
...e/source/docs/agent/configuration/cloud-auto-join.html.md
website/source/docs/agent/configuration/server_join.html.md
+0
-9
website/source/docs/agent/configuration/server_join.html.md
website/source/layouts/docs.erb
+6
-0
website/source/layouts/docs.erb
with
9 additions
and
12 deletions
+9
-12
website/source/docs/agent/configuration/cloud-auto-join.html.md
+
3
-
3
View file @
ef90b449
---
---
layout
:
"
docs"
layout
:
"
docs"
page_title
:
"
Cloud
Auto
Join-
Agent
Configuratio
n"
page_title
:
"
Cloud
Auto
-joi
n"
sidebar_current
:
"
docs-agent-
configuration-
cloud
_
auto
_
join"
sidebar_current
:
"
docs-agent-cloud
-
auto
-
join"
description
:
|-
description
:
|-
N
omad supports automatic cluster joining using cloud metadata on various providers.
Nomad supports automatic cluster joining using cloud metadata on various providers.
---
---
# Cloud Auto-joining
# Cloud Auto-joining
...
...
This diff is collapsed.
Click to expand it.
website/source/docs/agent/configuration/server_join.html.md
+
0
-
9
View file @
ef90b449
...
@@ -8,15 +8,6 @@ description: |-
...
@@ -8,15 +8,6 @@ description: |-
# `server_join` Stanza
# `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.
The
`server_join`
stanza configures the Nomad agent to enable retry_join logic for connecting to Nomad servers.
```
hcl
```
hcl
...
...
This diff is collapsed.
Click to expand it.
website/source/layouts/docs.erb
+
6
-
0
View file @
ef90b449
...
@@ -405,6 +405,9 @@
...
@@ -405,6 +405,9 @@
<li
<%=
sidebar_current
(
"docs-agent-configuration-autopilot"
)
%>
>
<li
<%=
sidebar_current
(
"docs-agent-configuration-autopilot"
)
%>
>
<a
href=
"/docs/agent/configuration/autopilot.html"
>
autopilot
</a>
<a
href=
"/docs/agent/configuration/autopilot.html"
>
autopilot
</a>
</li>
</li>
<li
<%=
sidebar_current
(
"docs-agent-configuration-cloud-auto-join"
)
%>
>
<a
href=
"/docs/agent/configuration/cloud-auto-join.html"
>
cloud auto join
</a>
</li>
<li
<%=
sidebar_current
(
"docs-agent-configuration-client"
)
%>
>
<li
<%=
sidebar_current
(
"docs-agent-configuration-client"
)
%>
>
<a
href=
"/docs/agent/configuration/client.html"
>
client
</a>
<a
href=
"/docs/agent/configuration/client.html"
>
client
</a>
</li>
</li>
...
@@ -417,6 +420,9 @@
...
@@ -417,6 +420,9 @@
<li
<%=
sidebar_current
(
"docs-agent-configuration-server"
)
%>
>
<li
<%=
sidebar_current
(
"docs-agent-configuration-server"
)
%>
>
<a
href=
"/docs/agent/configuration/server.html"
>
server
</a>
<a
href=
"/docs/agent/configuration/server.html"
>
server
</a>
</li>
</li>
<li
<%=
sidebar_current
(
"docs-agent-configuration-server-join"
)
%>
>
<a
href=
"/docs/agent/configuration/server_join.html"
>
server join
</>
</li>
<li
<%=
sidebar_current
(
"docs-agent-configuration-telemetry"
)
%>
>
<li
<%=
sidebar_current
(
"docs-agent-configuration-telemetry"
)
%>
>
<a
href=
"/docs/agent/configuration/telemetry.html"
>
telemetry
</a>
<a
href=
"/docs/agent/configuration/telemetry.html"
>
telemetry
</a>
</li>
</li>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment