Skip to content

Commit 88eeb53

Browse files
authored
Merge pull request #36 from aireilly/49291_review
yang's comments
2 parents d7c54e4 + c240ea6 commit 88eeb53

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/cnf-topology-aware-lifecycle-manager-installation-cli.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ $ oc get csv -n openshift-operators
5353
.Example output
5454
[source,terminal,subs="attributes+"]
5555
----
56-
NAME DISPLAY VERSION REPLACES PHASE
57-
topology-aware-lifecycle-manager.{product-version}.0-xxxxxxxxxxxx Topology Aware Lifecycle Manager {product-version}.0-xxxxxxxxxxxxrelease Succeeded
56+
NAME DISPLAY VERSION REPLACES PHASE
57+
topology-aware-lifecycle-manager.{product-version}.x Topology Aware Lifecycle Manager {product-version}.x Succeeded
5858
----
5959

6060
. Verify that the {cgu-operator} is up and running:
@@ -69,4 +69,4 @@ $ oc get deploy -n openshift-operators
6969
----
7070
NAMESPACE NAME READY UP-TO-DATE AVAILABLE AGE
7171
openshift-operators cluster-group-upgrades-controller-manager 1/1 1 1 14s
72-
----
72+
----

modules/ztp-manually-install-a-single-managed-cluster.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The images must match the version of the `ClusterImageSet`. For example, to depl
6262
apiVersion: hive.openshift.io/v1
6363
kind: ClusterImageSet
6464
metadata:
65-
name: openshift-{product-version}.0-rc.0 <1>
65+
name: openshift-{product-version}.0 <1>
6666
spec:
6767
releaseImage: quay.io/openshift-release-dev/ocp-release:{product-version}.0-x86_64 <2>
6868
----

0 commit comments

Comments
 (0)