diff --git a/doc/source/devref/k8s_api_watcher_design.rst b/doc/source/devref/k8s_api_watcher_design.rst index 0ac0409a..8bc1dcd3 100644 --- a/doc/source/devref/k8s_api_watcher_design.rst +++ b/doc/source/devref/k8s_api_watcher_design.rst @@ -62,9 +62,9 @@ The main focus of Raven is the following resources. * Service (Optional) * Endpoints (Optional) -Namespaces are translated into the networking basis, Neutron networks and -subnets for the cluster and the service using the explicitly predefined values -in the configuration file, or implicitly specified by the environment +Namespaces are translated into the basic Neutron constructs, Neutron networks +and subnets for the cluster and the service using the explicitly predefined +values in the configuration file, or implicitly specified by the environment variables, e.g., ``FLANNEL_NET=172.16.0.0/16`` as specified `in the deployment phase `_. Raven also creates Neutron routers for connecting the cluster subnets and the service subnets.