Skip to content

Commit d6475ef

Browse files
Merge pull request #450 from theodor2311/patch-1
Update clusterversion.md
2 parents 8e42ae9 + 0f4cbfc commit d6475ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/clusterversion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This object is used by the administrator to declare their target cluster state,
88
You can extract the current update image from the `ClusterVersion` object:
99

1010
```console
11-
$ oc get clusterversion -o jsonpath='{.status.current.image}{"\n"}' version
11+
$ oc get clusterversion -o jsonpath='{.status.desired.image}{"\n"}' version
1212
registry.svc.ci.openshift.org/openshift/origin-release@sha256:c1f11884c72458ffe91708a4f85283d591b42483c2325c3d379c3d32c6ac6833
1313
```
1414

0 commit comments

Comments
 (0)