From 42907cf2598a799aa83adb6b078e3065a22e3929 Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Wed, 29 Jan 2020 21:56:26 -0500 Subject: [PATCH] incorporate review feedback --- website/source/docs/configuration/server.html.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/website/source/docs/configuration/server.html.md b/website/source/docs/configuration/server.html.md index fdb534ec0..00a478f6f 100644 --- a/website/source/docs/configuration/server.html.md +++ b/website/source/docs/configuration/server.html.md @@ -258,8 +258,11 @@ server { The structure matches the [Update Scheduler Config][update-scheduler-config] endpoint, but adopted to hcl syntax (namely using snake case rather than camel case). -Nomad servers check their `default_scheduler_config` during cluster bootstrap (or upgrades). -Once the configuration is committed, it can only be updated through the API endpoint. +Nomad servers check their `default_scheduler_config` only during cluster +bootstrap. During upgrades, if a previously bootstrapped cluster already set +scheduler configuration via the [Update Scheduler Config][update-scheduler-config] +endpoint, that is always preferred. + [encryption]: /guides/security/encryption.html "Nomad Encryption Overview" [server-join]: /docs/configuration/server_join.html "Server Join"