Skip to content

Commit 8d18cc7

Browse files
authored
Merge pull request #92844 from mburke5678/mco-ocl-sno
OSDOCS:14528 Docs for On Cluster Layering and a seamless SNO experience/Disconnected Support
2 parents 68655bc + 9461010 commit 8d18cc7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

modules/coreos-layering-configuring-on.adoc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ You should not need to interact with these new objects or the `machine-os-builde
4040

4141
You need a separate `MachineOSConfig` CR for each machine config pool where you want to use a custom layered image.
4242

43+
[NOTE]
44+
====
45+
For {sno} clusters, you can apply a custom layered image to the control plane node only.
46+
====
47+
4348
:FeatureName: On-cluster image layering
4449
include::snippets/technology-preview.adoc[]
4550
include::snippets//coreos-layering-configuring-on-pause.adoc[]
@@ -63,7 +68,7 @@ layered-c8765e26ebc87e1e17a7d6e0a78e8bae False False False Fa
6368
Note the following limitations when working with the on-cluster layering feature:
6469

6570
* On-cluster layering is supported only for {product-title} clusters on the AMD64 architecture.
66-
* On-cluster layering is not supported on multi-architecture compute machines, {sno}, or disconnected clusters.
71+
* On-cluster layering is not supported on multi-architecture compute machines.
6772
* If you scale up a machine set that uses a custom layered image, the nodes reboot two times. The first, when the node is initially created with the base image and a second time when the custom layered image is applied.
6873
* Node disruption policies are not supported on nodes with a custom layered image. As a result the following configuration changes cause a node reboot:
6974
** Modifying the configuration files in the `/var` or `/etc` directory
@@ -83,6 +88,11 @@ Note the following limitations when working with the on-cluster layering feature
8388
// If you are using the global pull secret, the MCO automatically creates a copy when you first create a `MachineOSconfig` object.
8489

8590
* You have the push secret of the registry that the MCO needs to push the new custom layered image to.
91+
+
92+
[NOTE]
93+
====
94+
In a disconnected environment, ensure that the disconnected cluster can access the registry where you want to push the image. Image mirroring applies only to pulling images.
95+
====
8696

8797
* You have a pull secret that your nodes need to pull the new custom layered image from your registry. This should be a different secret than the one used to push the image to the repository.
8898

0 commit comments

Comments
 (0)