Skip to content

Commit

Permalink
fix legacy DirectCSI upgrade documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Bala.FA <bala@minio.io>
  • Loading branch information
balamurugana committed Sep 20, 2023
1 parent 64ca50d commit 4979d66
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/upgrade.md
Expand Up @@ -21,14 +21,18 @@ Follow the below steps for an in-place upgrade
$ curl -sfL https://github.com/minio/directpv/raw/master/docs/tools/install.sh | sh - apply
```

### Upgrade legacy DirectCSI CSI driver v3.x.x and v2.0.9
### Upgrade legacy DirectCSI CSI driver
Follow the below steps to upgrade to the latest DirectPV CSI driver from a legacy DirectCSI installation.
1. Uninstall legacy DirectCSI CSI driver.
1. Uninstall DirectCSI driver if you run v3.1.0 or newer version. For other versions, skip this step.
```sh
$ kubectl directcsi uninstall
```
2. Install the latest DirectPV plugin by [this documentation](./installation.md#directpv-plugin-installation) or upgrade existing DirectPV plugin by [this documentation](#upgrade-directpv-plugin).
3. Install the latest DirectPV CSI driver by [this documentation](./installation.md#directpv-csi-driver-installation).
4. Uninstall DirectCSI driver if you run older than v3.1.0 version. For other versions, skip this step.
```sh
$ kubectl directcsi uninstall
```

## Upgrade DirectPV plugin

Expand Down

0 comments on commit 4979d66

Please sign in to comment.