Skip to content

Commit 19c5e38

Browse files
authored
Merge pull request #96300 from openshift-cherrypick-robot/cherry-pick-96184-to-enterprise-4.19
[enterprise-4.19] MCO OCL correct an annotation
2 parents 3c63a0a + 88c375e commit 19c5e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/coreos-layering-configuring-on-remove.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ To prevent the custom layered images from taking up excessive space in your regi
1010

1111
The credentials provided by the registry push secret that you added to the `MachineOSBuild` object must grant the permission for deleting an image from the registry. If the delete permission is not provided, the image is not removed when you delete the `MachineOSBuild` object.
1212

13-
Note that the custom layered image is not deleted if the image is either currently in use on a node or is desired by the nodes, as indicated by the `machineconfiguration.openshift.io/currentConfig` or `machineconfiguration.openshift.io/desiredConfig` annotation on the node.
13+
The custom layered image is not deleted if the image is either currently in use on a node or is desired by the nodes, as indicated by the `machineconfiguration.openshift.io/currentImage` or `machineconfiguration.openshift.io/desiredImage` annotations on the node, which are added to the node when you create the `MachineOSConfig` object.

0 commit comments

Comments
 (0)