]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc/upgrading.rst: better reference upgrading-to-6 docs-develop-doc-d160o2/deployments/2802
authorAleš Mrázek <ales.mrazek@nic.cz>
Wed, 20 Sep 2023 13:21:41 +0000 (15:21 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Thu, 5 Oct 2023 14:39:59 +0000 (16:39 +0200)
doc/upgrading-to-6.rst
doc/upgrading.rst

index 7f2ce8d1022cf8ffe62d230c66a73d674e322068..f8247d031ecc71f9f8a0a946e6f20531fca90c47 100644 (file)
@@ -24,7 +24,7 @@ So you can control the resolver using this systemd service.
 There is no need for managing multiple instances of ``kresd@.service`` like before version 6.
 However, ``kresd`` processes still run in the background as separate workers and are managed by new process ``knot-resolver-manager``.
 
-Number of ``kresd`` workers can be configured directly in the new declarative configuration file.
+The number of ``kresd`` workers can be configured directly in the new declarative configuration file.
 Knot Resolver's new configuration is by default located in ``/etc/knot-resolver/config.yaml``.
 
 .. code-block:: yaml
@@ -55,14 +55,14 @@ and the equivalent option will very likely be in the :ref:`new declarative confi
 The documentation structure is basically the same.
 Otherwise, you will have to search for the option in the documentation separately.
 
-If you have some custom Lua code in your configuration, you can use it in :ref:`lua section <config-lua>` of declarativ configuration.
+If you have some custom Lua code in your configuration, you can use it in :ref:`lua section <config-lua>` of declarative configuration.
 However, it has some limitations and we cannot guarantee 100% functionality.
 For example, a configuration based on the systemd instance name will not work.
 
 Reconfiguration
 ---------------
 
-To load the modified configuration without, just use ``reload`` and all running workers should be reconfigured without the resolver downtime.
+To load the modified configuration, just use ``reload`` and all running workers should be reconfigured without the resolver downtime.
 This was not possible before version 6. It was necessary to manually restart all running ``kresd@`` instances.
 
 .. code-block:: bash
index 4aa409c6e76b5786cd12db0332353c805cdf98f7..a2d7217806aff685c19b1137454b66a514c2530e 100644 (file)
@@ -29,10 +29,11 @@ newer versions when they are released.
 .. _`supervisord`: http://supervisord.org/
 
 
-5.x to 6.0
+5.x to 6.x
 ==========
 
-* `detailed upgrade guide <upgrading-to-6>`
+* see the more detailed guide for `upgrading to version 6.x <upgrading-to-6>`
+
 
 5.4 to 5.5
 ==========