Skip to content

Commit fef67b6

Browse files
authored
Merge pull request #47148 from sheriff-rh/bz2091546
BZ2091546 note added regarding protectKernelDefaults: false
2 parents a4f183d + aa642db commit fef67b6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/compliance-apply-remediation-for-customized-mcp.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
:_content-type: PROCEDURE
2-
[id="complianc-operator-apply-remediation-for-customized-mcp"]
2+
[id="compliance-operator-apply-remediation-for-customized-mcp"]
33
= Applying remediation when using customized machine config pools
44

55
When you create a custom `MachineConfigPool`, add a label to the `MachineConfigPool` so that `machineConfigPoolSelector` present in the `KubeletConfig` can match the label with `MachineConfigPool`.
66

7+
[IMPORTANT]
8+
====
9+
Do not set `protectKernelDefaults: false` in the `KubeletConfig` file, because the `MachineConfigPool` object might fail to unpause unexpectedly after the Compliance Operator finishes applying remediation.
10+
====
11+
712
.Procedure
813

914
. List the nodes.

0 commit comments

Comments
 (0)