From 4798bf2e9962eb0a1acc8b209b460e7c820efbfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Wed, 26 Aug 2020 10:34:31 +0200 Subject: [PATCH 1/2] Add note about affinity. --- xml/repeated-content-decl.ent | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/xml/repeated-content-decl.ent b/xml/repeated-content-decl.ent index 5423ecf1..a84ad57c 100644 --- a/xml/repeated-content-decl.ent +++ b/xml/repeated-content-decl.ent @@ -1230,6 +1230,15 @@ nginx-ingress-controller LoadBalancer 10.63.248.70 + + Note that to ensure an optimal spread of the pods across worker nodes we + recommend running 5 or more worker nodes to satisfy both of the default + anti-affinity constraints. An operator can also specify custom affinity rules + via the + sizing.instance-group>.affinity + helm parameter and any affinity rules specified here will overwrite the + default rule, not merge with it. + Configuring Rules From 0a34132547861e4fcb5081fdd0a7208b5abb07c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Wed, 26 Aug 2020 10:46:09 +0200 Subject: [PATCH 2/2] Fix typo and wrong placement of . --- xml/repeated-content-decl.ent | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xml/repeated-content-decl.ent b/xml/repeated-content-decl.ent index a84ad57c..0bb71537 100644 --- a/xml/repeated-content-decl.ent +++ b/xml/repeated-content-decl.ent @@ -1230,16 +1230,16 @@ nginx-ingress-controller LoadBalancer 10.63.248.70 - + + Note that to ensure an optimal spread of the pods across worker nodes we recommend running 5 or more worker nodes to satisfy both of the default anti-affinity constraints. An operator can also specify custom affinity rules via the - sizing.instance-group>.affinity + sizing.instance-group.affinity helm parameter and any affinity rules specified here will overwrite the default rule, not merge with it. - - + Configuring Rules