From 5bc75fdbde2a91a49688397e370c04a9f468ed23 Mon Sep 17 00:00:00 2001 From: Jeff Escalante Date: Tue, 12 May 2020 13:08:49 -0400 Subject: [PATCH] fix formatting error on preemption docs page --- website/pages/docs/internals/scheduling/preemption.mdx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/website/pages/docs/internals/scheduling/preemption.mdx b/website/pages/docs/internals/scheduling/preemption.mdx index 710ba636d..545905b23 100644 --- a/website/pages/docs/internals/scheduling/preemption.mdx +++ b/website/pages/docs/internals/scheduling/preemption.mdx @@ -11,10 +11,7 @@ Preemption allows Nomad to kill existing allocations in order to place allocatio The evicted allocation is temporary displaced until the cluster has capacity to run it. This allows operators to run high priority jobs even under resource contention across the cluster. -~> **Advanced Topic!** This page covers technical details of Nomad. You do not -~> need to understand these details to effectively use Nomad. The details are -~> documented here for those who wish to learn about them without having to -~> go spelunking through the source code. +~> **Advanced Topic!** This page covers technical details of Nomad. You do not need to understand these details to effectively use Nomad. The details are documented here for those who wish to learn about them without having to go spelunking through the source code. # Preemption in Nomad