Skip to content

Commit 2fa1d58

Browse files
authored
Merge pull request #68505 from jldohmann/OSDOCS-5423
OSDOCS-5423: add admonition kubelet configs affecting dependent pools
2 parents 2356f88 + 5fcd018 commit 2fa1d58

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/create-a-kubeletconfig-crd-to-edit-kubelet-parameters.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ Allocatable:
136136

137137
. Set the maximum pods per node on the worker nodes by creating a custom resource file that contains the kubelet configuration:
138138
+
139+
[IMPORTANT]
140+
====
141+
Kubelet configurations that target a specific machine config pool also affect any dependent pools. For example, creating a kubelet configuration for the pool containing worker nodes will also apply to any subset pools, including the pool containing infrastructure nodes. To avoid this, you must create a new machine config pool with a selection expression that only includes worker nodes, and have your kubelet configuration target this new pool.
142+
====
143+
+
139144
[source,yaml]
140145
----
141146
apiVersion: machineconfiguration.openshift.io/v1

0 commit comments

Comments
 (0)