You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -63,7 +68,7 @@ layered-c8765e26ebc87e1e17a7d6e0a78e8bae False False False Fa
63
68
Note the following limitations when working with the on-cluster layering feature:
64
69
65
70
* 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.
67
72
* 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.
68
73
* Node disruption policies are not supported on nodes with a custom layered image. As a result the following configuration changes cause a node reboot:
69
74
** 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
83
88
// If you are using the global pull secret, the MCO automatically creates a copy when you first create a `MachineOSconfig` object.
84
89
85
90
* 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
+
====
86
96
87
97
* 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.
0 commit comments