Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.8 KB

upgrade.md

File metadata and controls

46 lines (38 loc) · 1.8 KB

Upgrade DirectPV installation

Upgrade DirectPV CSI driver

Upgrade DirectPV CSI driver v4.x.x

Offline upgrade

Follow the below steps for an offline upgrade

  1. Uninstall DirectPV CSI driver.
$ kubectl directpv uninstall
  1. Upgrade DirectPV plugin by this documentation.
  2. Install the latest DirectPV CSI driver by this documentation.

In-place upgrade

Follow the below steps for an in-place upgrade

  1. Upgrade DirectPV plugin by this documentation.
  2. Run install script with appropriate node-selector, tolerations, and KUBELET_DIR_PATH environment variable. Below is an example:
$ curl -sfL https://github.com/minio/directpv/raw/master/docs/tools/install.sh | sh - apply

Upgrade legacy DirectCSI CSI driver

Follow the below steps to upgrade to the latest DirectPV CSI driver from a legacy DirectCSI installation.

  1. Uninstall DirectCSI driver if you run v3.1.0 or newer version. For other versions, skip this step.
$ kubectl directcsi uninstall
  1. Install the latest DirectPV plugin by this documentation or upgrade existing DirectPV plugin by this documentation.
  2. Install the latest DirectPV CSI driver by this documentation.
  3. Uninstall DirectCSI driver if you run older than v3.1.0 version. For other versions, skip this step.
$ kubectl directcsi uninstall

Upgrade DirectPV plugin

Upgrade using Krew

To upgrade the plugin, run below command

$ kubectl krew upgrade directpv

Upgrade of release binary

Refer to the binary installation documentation.