From 0fd11c872ca2210afe5e53b6f53edbddda15b79f Mon Sep 17 00:00:00 2001 From: Paul Wright Date: Wed, 29 May 2024 15:25:40 +0100 Subject: [PATCH] remove unnecessary include --- kubernetes/deployment-concerns.adoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kubernetes/deployment-concerns.adoc b/kubernetes/deployment-concerns.adoc index 596db69..dec82c7 100644 --- a/kubernetes/deployment-concerns.adoc +++ b/kubernetes/deployment-concerns.adoc @@ -1,4 +1,3 @@ -include::../partials/attributes.adoc[] = Deployment options on Kubernetes When you create a site on Kubernetes, there are many options you can use. For example, you can set the number of pods and the resources allocated to each pod. @@ -101,5 +100,4 @@ data: Setting the number of routers to more than two does not provide increased availability and can adversely affect performance. -Note that clients must reconnect when a router restarts or traffic is -redirected to a backup router. +Note: Clients must reconnect when a router restarts or traffic is redirected to a backup router.