From 2f1e0aa94b85a9a184453f95820ad900ba0665fd Mon Sep 17 00:00:00 2001 From: Nate Broyles Date: Thu, 3 Dec 2020 10:11:41 -0500 Subject: [PATCH] [docs] Remove reference to adding namespace to coordinator config --- site/content/quickstart/docker.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/site/content/quickstart/docker.md b/site/content/quickstart/docker.md index 7e2394810f..5ec608ecf6 100644 --- a/site/content/quickstart/docker.md +++ b/site/content/quickstart/docker.md @@ -93,8 +93,6 @@ This quickstart uses the _{{% apiendpoint %}}database/create_ endpoint that crea You can create [placements](/docs/operational_guide/placement_configuration/) and [namespaces](/docs/operational_guide/namespace_configuration/#advanced-hard-way) separately if you need more control over their settings. -The `namespaceName` argument must match the namespace in the `local` section of the `M3Coordinator` YAML configuration. If you [add any namespaces](/docs/operational_guide/namespace_configuration) you also need to add them to the `local` section of `M3Coordinator`'s YAML config. - In another terminal, use the following command. {{< tabs name="create_placement_namespace" >}}