modules/update-upgrading-cli: Use 'oc adm upgrade' for current status#53054
modules/update-upgrading-cli: Use 'oc adm upgrade' for current status#53054wking wants to merge 1 commit intoopenshift:mainfrom
Conversation
|
🤖 Updated build preview is available at: Build log: https://circleci.com/gh/ocpdocs-previewbot/openshift-docs/4190 |
There was a problem hiding this comment.
@jiajliu or @shellyyang1989, will you PTAL and confirm which versions this change applies to?
It's our command-line interface for pretty-printing the current ClusterVersion status. And customers may not have 'jq' installed, and we shouldn't be asking them to install it.
9afeaa7 to
37cc657
Compare
This could go back to 4.8, which currently requires |
|
/lgtm BTW, the cluster version in the example needs to be updated based on which version the change goes to. |
|
/label peer-review-needed |
|
/remove-label peer-review-needed |
|
/remove-label peer-review-in-progress |
|
If it goes to 4.11, it looks good to me. Or else the cluster version in the example is worth to update accordingly. |
|
Then this will need a separate PR for 4.12 and any other versions that you want to backport it to. |
|
@wking I'm going to create another PR to include your changes here and avoid the merge conflicts from 67e04c2#diff-a4543a07ef809868d1b552e88f1c5a5b4dbbc99a3ff5c769ec4ad63cd55d0b4dL131-R131 |
|
@wking: PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
|
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
|
@openshift-bot: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
It's our command-line interface for pretty-printing the current ClusterVersion status. And customers may not have
jqinstalled, and we shouldn't be asking them to install it.Preview.