From 59f51f06deb3179ac09e02b48187249d89c9e1b4 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Thu, 19 Oct 2017 15:35:47 -0700 Subject: [PATCH] Prevent _ from causing italics Fixes #3418 --- .../source/docs/runtime/_envvars.html.md.erb | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/website/source/docs/runtime/_envvars.html.md.erb b/website/source/docs/runtime/_envvars.html.md.erb index e50bb68ea..e18188bf3 100644 --- a/website/source/docs/runtime/_envvars.html.md.erb +++ b/website/source/docs/runtime/_envvars.html.md.erb @@ -4,7 +4,7 @@ Description - NOMAD_ALLOC_DIR + NOMAD_ALLOC_DIR The path to the shared alloc/ directory. See [here](/docs/runtime/environment.html#task-directories) for more @@ -12,7 +12,7 @@ - NOMAD_TASK_DIR + NOMAD_TASK_DIR The path to the task local/ directory. See [here](/docs/runtime/environment.html#task-directories) for more @@ -20,7 +20,7 @@ - NOMAD_SECRETS_DIR + NOMAD_SECRETS_DIR Path to the task's secrets directory. See [here](/docs/runtime/environment.html#task-directories) for more @@ -28,63 +28,63 @@ - NOMAD_MEMORY_LIMIT + NOMAD_MEMORY_LIMIT Memory limit in MB for the task - NOMAD_CPU_LIMIT + NOMAD_CPU_LIMIT CPU limit in MHz for the task - NOMAD_ALLOC_ID + NOMAD_ALLOC_ID Allocation ID of the task - NOMAD_ALLOC_NAME + NOMAD_ALLOC_NAME Allocation name of the task - NOMAD_ALLOC_INDEX + NOMAD_ALLOC_INDEX Allocation index; useful to distinguish instances of task groups. From 0 to (count - 1). - NOMAD_TASK_NAME + NOMAD_TASK_NAME Task's name - NOMAD_GROUP_NAME + NOMAD_GROUP_NAME Group's name - NOMAD_JOB_NAME + NOMAD_JOB_NAME Job's name - NOMAD_DC + NOMAD_DC Datacenter in which the allocation is running - NOMAD_REGION + NOMAD_REGION Region in which the allocation is running - NOMAD_META_<key> + NOMAD_META_<key> The metadata value given by key on the task's metadata - VAULT_TOKEN + VAULT_TOKEN The task's Vault token. See [Vault Integration](/docs/vault-integration/index.html) for more details Network-related Variables - NOMAD_IP_<label> + NOMAD_IP_<label> Host IP for the given port label. See [here](/docs/job-specification/network.html) for more information. - NOMAD_PORT_<label> + NOMAD_PORT_<label> Port for the given port label. Driver-specified port when a port map is used, otherwise the host's static or dynamic port allocation. @@ -93,28 +93,28 @@ - NOMAD_ADDR_<label> + NOMAD_ADDR_<label> Host IP:Port pair for the given port label. - NOMAD_HOST_PORT_<label> + NOMAD_HOST_PORT_<label> Port on the host for the port label. See - [here](/docs/job-specification/network.html#mapped_ports) for more + [here](/docs/job-specification/network.html#mapped_ports) for more information. - NOMAD_IP_<task>_<label> + NOMAD_IP_<task>_<label> Host IP for the given port label and task for tasks in the same task group. - NOMAD_PORT_<task>_<label> + NOMAD_PORT_<task>_<label> Port for the given port label and task for tasks in the same task group. Driver-specified port when a port @@ -123,14 +123,14 @@ - NOMAD_ADDR_<task>_<label> + NOMAD_ADDR_<task>_<label> Host IP:Port pair for the given port label and task for tasks in the same task group. - NOMAD_HOST_PORT_<task>_<label> + NOMAD_HOST_PORT_<task>_<label> Port on the host for the port label and task for tasks in the same task group.