Skip to content

Commit 0f4cbfc

Browse files
authored
Update clusterversion.md
Update oc get clusterversion command.
1 parent 8e42ae9 commit 0f4cbfc

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)