Skip to content

Commit fbc8d12

Browse files
authored
Merge pull request #35567 from wking/drop-explicit-ClusterVersion-upstream-examples
modules: Drop 'upstream' from ClusterVersion examples
2 parents 05718d7 + aea8d69 commit fbc8d12

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_unused_topics/upgrade-cluster-version-definition.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ spec:
2424
channel: stable-4.3 <1>
2525
overrides: "" <2>
2626
clusterID: 0b1cf91f-c3fb-4f9e-aa02-e0d70c71f6e6
27-
upstream: https://api.openshift.com/api/upgrades_info/v1/graph
2827
status: <3>
2928
availableUpdates: null <4>
3029
conditions: <5>

modules/getting-cluster-version-status-and-update-details.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $ oc get clusterversion -o jsonpath='{.items[0].spec}{"\n"}'
5656
.Example output
5757
[source,terminal]
5858
----
59-
{"channel":"stable-4.6","clusterID":"245539c1-72a3-41aa-9cec-72ed8cf25c5c","upstream":"https://api.openshift.com/api/upgrades_info/v1/graph"}
59+
{"channel":"stable-4.6","clusterID":"245539c1-72a3-41aa-9cec-72ed8cf25c5c"}
6060
----
6161

6262
. Review the available cluster updates:

modules/update-upgrading-cli.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $ oc get clusterversion -o json|jq ".items[0].spec"
4949
----
5050
{
5151
"channel": "stable-4.9",
52-
"clusterID": "990f7ab8-109b-4c95-8480-2bd1deec55ff",
52+
"clusterID": "990f7ab8-109b-4c95-8480-2bd1deec55ff"
5353
}
5454
----
5555
+
@@ -111,6 +111,7 @@ $ oc get clusterversion -o json|jq ".items[0].spec"
111111
"force": false,
112112
"image": "quay.io/openshift-release-dev/ocp-release@sha256:9c5f0df8b192a0d7b46cd5f6a4da2289c155fd5302dec7954f8f06c878160b8b",
113113
"version": "4.9.0" <1>
114+
}
114115
}
115116
----
116117
<1> If the `version` number in the `desiredUpdate` stanza matches the value that

0 commit comments

Comments
 (0)