Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #930 from niels-s/fix_0_4_release_notes
Browse files Browse the repository at this point in the history
docs: fix rook version update command
  • Loading branch information
invidian authored Sep 9, 2020
2 parents b9fadb2 + 372706d commit 70ef433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ https://rook.io/docs/rook/master/ceph-upgrade.html.
the components:
```
watch --exec kubectl -n rook get deployments -l rook_cluster=rook -o jsonpath=' {range .items[*]}{.metadata.name}{" \treq/upd/avl: "}{.spec.replicas}{"/"}{. status.updatedReplicas}{"/"}{.status.readyReplicas}{" \trook-version="}{.metadata. labels.rook-version}{"\n"}{end}'
watch --exec kubectl -n rook get deployments -l rook_cluster=rook -o jsonpath='{range .items[*]}{.metadata.name}{" \treq/upd/avl: "}{.spec.replicas}{"/"}{.status.updatedReplicas}{"/"}{.status.readyReplicas}{" \trook-version="}{.metadata.labels.rook-version}{"\n"}{end}'
```
You should see that `rook-version` slowly changes to `v1.4.2`.
Expand Down

0 comments on commit 70ef433

Please sign in to comment.