shlogg · Early preview
Mkdev.me @mkdev_me

How To Update OpenShift On GCP: A Step-by-Step Guide

Update OpenShift in GCP: Install cluster, prepare etc backup, update operators & APIs, pause machine healthcheck resource. Follow upgrade path using Red Hat Update Graph or GUI option.

You might remember our video showing how to install OpenShift on GCP. Today, we're going to learn how to update OpenShift in GCP as well, though the process is applicable to other platforms too.
First, we need to install our cluster. I recommend revisiting our previous video for that. Ultimately, you should have an install-config.yaml with your setup ready, and then execute:

./openshift-install create cluster --dir install --log-level=debug

    
    

    
    




As you recall from our video, we used OKD, which is the open-source version of OpenShift and matches the same version as OpenShi...