Skip to content

Commit cb279bf

Browse files
authored
Merge pull request #97345 from mburke5678/mco-ocl-418-backport-pt-2
MCO Backport OCL to 4.18 part II
2 parents f38ca7b + 1836ddf commit cb279bf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

machine_configuration/mco-coreos-layering.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ As soon as you apply the custom layered image to your cluster, you effectively _
3030
There are two methods for deploying a custom layered image onto your nodes:
3131

3232
On-cluster layering:: With xref:../machine_configuration/mco-coreos-layering.adoc#coreos-layering-configuring-on_mco-coreos-layering[on-cluster layering], you create a `MachineOSConfig` object where you include the Containerfile and other parameters. The build is performed on your cluster and the resulting custom layered image is automatically pushed to your repository and applied to the machine config pool that you specified in the `MachineOSConfig` object. The entire process is performed completely within your cluster.
33-
+
34-
--
35-
:FeatureName: On-cluster image layering
36-
include::snippets/technology-preview.adoc[]
37-
--
3833

3934
Out-of-cluster layering:: With xref:../machine_configuration/mco-coreos-layering.adoc#coreos-layering-configuring_mco-coreos-layering[out-of-cluster layering], you create a Containerfile that references an {product-title} image and the RPM that you want to apply, build the layered image in your own environment, and push the image to your repository. Then, in your cluster, create a `MachineConfig` object for the targeted node pool that points to the new image. The Machine Config Operator overrides the base {op-system} image, as specified by the `osImageURL` value in the associated machine config, and boots the new image.
4035

0 commit comments

Comments
 (0)