Chapter 8. Upgrading your Container-Native Storage Environment


This chapter describes the procedure to upgrade your environment from OpenShift 3.2 or 3.3 to OpenShift 3.4.

8.1. Pre-upgrade Task

Ensure you perform the following step before proceeding with the upgrade process.
  1. Edit the glusterfs DeploymentConfig and Heketi DeploymentConfig to change the Strategy > type from Rolling to Recreate in the DeploymentConfig files.
    # oc edit deploymentconfig glusterfs-dc-<IP-ADDR/Hostname> 
    # oc edit deploymentconfig heketi
    For example:
    apiVersion: v1
    kind: DeploymentConfig
    metadata:
      annotations:
      ...
      strategy:
        resources: {}
        rollingParams:
          intervalSeconds: 1
          maxSurge: 25%
          maxUnavailable: 25%
          timeoutSeconds: 600
          updatePeriodSeconds: 1
        type: Recreate
        ....

Important

Before upgrading your Container-Native Storage environment, you must ensure that you have upgraded and configured OpenShift Container Platform 3.4. For information on upgrading to OpenShift 3.4, see https://access.redhat.com/documentation/en/openshift-container-platform/3.4/single/installation-and-configuration/#upgrading-a-cluster
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.