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
.. Remove the specified subscriptions channels in the common `PolicyGenTemplate` CR, if they exist. The default subscriptions channels from the ZTP image are used for the update.
99
+
+
100
+
[NOTE]
101
+
====
102
+
The default channel for the Operators applied through ZTP {product-version} is `stable`, except for the `performance-addon-operator`. As of {product-title} 4.11, the `performance-addon-operator` functionality was moved to the `node-tuning-operator`. For the 4.10 release, the default channel for PAO is `v4.10`. You can also specify the default channels in the common `PolicyGenTemplate` CR.
103
+
====
99
104
100
105
.. Push the `PolicyGenTemplate` CRs updates to the ZTP Git repository.
101
106
+
@@ -165,7 +170,7 @@ spec:
165
170
enable: false
166
171
----
167
172
<1> The policy is needed by the image pre-caching feature to retrieve the operator images from the catalog source.
168
-
<2> The policy contains Operator subscriptions. If you have upgraded ZTP from 4.9 to 4.10 by following "Upgrade ZTP from 4.9 to 4.10", all Operator subscriptions are grouped into the `common-subscriptions-policy` policy.
173
+
<2> The policy contains Operator subscriptions. If you have followed the structure and content of the reference `PolicyGenTemplates`, all Operator subscriptions are grouped into the `common-subscriptions-policy` policy.
Copy file name to clipboardExpand all lines: modules/cnf-topology-aware-lifecycle-manager-preparing-for-updates.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ If you have deployed spoke clusters with distributed unit (DU) profiles using th
11
11
[id="talo-platform-prepare-for-update_{context}"]
12
12
== Preparing for the updates
13
13
14
-
If both the hub and the spoke clusters are running {product-title} 4.9, you must update ZTP from version 4.9 to 4.10. If {product-title} 4.10 is used, you can set up the environment.
14
+
This procedure makes use of the Topology Aware Lifecycle Manager (TALM) which requires the 4.10 version or later of the ZTP container for compatibility.
@@ -97,9 +97,9 @@ For more information about how to set up the graph on the hub cluster, see link:
97
97
98
98
.. Make a local copy of the upstream graph. Host the update graph on an `http` or `https` server in the disconnected environment that has access to the spoke cluster. To download the update graph, use the following command:
* You mirrored the ISO and `rootfs` used to generate the spoke cluster ISO to an HTTP server and configured the settings to pull images from there.
53
53
+
54
-
The images must match the version of the `ClusterImageSet`. To deploy a 4.9.0 version, the `rootfs` and
55
-
ISO must be set at 4.9.0.
56
-
54
+
The images must match the version of the `ClusterImageSet`. For example, to deploy a {product-version}.0 version, the `rootfs` and ISO must be set to `{product-version}.0`.
57
55
58
56
.Procedure
59
57
60
58
. Create a `ClusterImageSet` for each specific cluster version that needs to be deployed. A `ClusterImageSet` has the following format:
<1> The descriptive version that you want to deploy.
72
70
<2> Specifies the `releaseImage` to deploy and determines the OS Image version. The discovery ISO is based on an OS image version as the `releaseImage`, or latest if the exact version is unavailable.
0 commit comments