From 4908b98daaf45aa886a3b0a7badcf90acb949c19 Mon Sep 17 00:00:00 2001 From: pvanheus Date: Fri, 5 Oct 2018 07:33:37 +0200 Subject: [PATCH] Fix types on "reserve_memory" / "reserve_cpu" resverve changed to reserve --- config/containers_conf.yml.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/containers_conf.yml.sample b/config/containers_conf.yml.sample index ded8e235d369..71a874cd6ed7 100644 --- a/config/containers_conf.yml.sample +++ b/config/containers_conf.yml.sample @@ -97,12 +97,12 @@ containers: # - tcp://swarm2.example.org:2376 #host: null - # [`--resverve-cpu` and `--limit-cpu`] Reserve the given number of CPUs when containers are run to prevent other + # [`--reserve-cpu` and `--limit-cpu`] Reserve the given number of CPUs when containers are run to prevent other # containers from being scheduled on the same node once all of its CPUs are allocated. Additionally, prevent # container from using more than the given number of CPUs. #cpus: null - # [`--resverve-memory` and `--limit-memory`] Reserve the given amount of memory when containers are run to + # [`--reserve-memory` and `--limit-memory`] Reserve the given amount of memory when containers are run to # prevent other containers from being scheduled on the same node once all of its memory is allocated. # Additionally, prevent container from using more than the given amount of memory. #memory: null