From 641d5258525ba2dac3f2f48bbbbf44fce810bff5 Mon Sep 17 00:00:00 2001 From: Sara Thomas Date: Thu, 27 May 2021 10:02:43 -0400 Subject: [PATCH] fixing post-merge typo. --- modules/nw-ingress-setting-thread-count.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nw-ingress-setting-thread-count.adoc b/modules/nw-ingress-setting-thread-count.adoc index 0be58562e2..fe91b25dba 100644 --- a/modules/nw-ingress-setting-thread-count.adoc +++ b/modules/nw-ingress-setting-thread-count.adoc @@ -19,5 +19,5 @@ $ oc -n openshift-ingress-operator patch ingresscontroller/default --type=merge + [NOTE] ==== -If you have a node that is capable of running large amounts of resrouces, you can configure `spec.nodePlacement.nodeSelector` with labels that match the capacity of the intended node, and configure `spec.tuningOptions.threadCount` to an appropriately high value. +If you have a node that is capable of running large amounts of resources, you can configure `spec.nodePlacement.nodeSelector` with labels that match the capacity of the intended node, and configure `spec.tuningOptions.threadCount` to an appropriately high value. ====