Last active
September 9, 2019 08:56
-
-
Save rohitkrai03/43499451b54640aa00ec4fd46abebc49 to your computer and use it in GitHub Desktop.
Replace console image on a 4.1 Openshift cluster with latest 4.2 image.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oc patch consoles.operator.openshift.io cluster --patch '{ "spec": { "managementState": "Unmanaged" } }' --type=merge | |
oc set image deploy console console=quay.io/openshift/origin-console:4.2 -n openshift-console | |
oc rollout status -w deploy/console -n openshift-console |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment