Skip to content

Commit

Permalink
doc: remove nfs daemonset deletion
Browse files Browse the repository at this point in the history
As we dont need to delete the nfs daemonset
which was present in 3.6.x release in 3.8.x
release as user will upgrade from 3.6.x to
3.7.x and delete the nfs daemonset.

fixes #3324

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
  • Loading branch information
Madhu-1 authored and mergify[bot] committed Oct 12, 2022
1 parent 71e5b3f commit ca12592
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/ceph-csi-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
- [6. Upgrade NFS Nodeplugin resources](#6-upgrade-nfs-nodeplugin-resources)
- [6.1 Update the NFS Nodeplugin RBAC](#61-update-the-nfs-nodeplugin-rbac)
- [6.2 Update the NFS Nodeplugin daemonset](#62-update-the-nfs-nodeplugin-daemonset)
- [6.3 Delete the old NFS Nodeplugin daemonset](#63-delete-the-old-nfs-nodeplugin-daemonset)
- [CSI Sidecar containers consideration](#csi-sidecar-containers-consideration)

## Pre-upgrade considerations
Expand Down Expand Up @@ -392,13 +391,6 @@ daemonset.apps/csi-nfsplugin configured
service/csi-metrics-nfsplugin configured
```

##### 6.3 Delete the old NFS Nodeplugin daemonset

```bash
$ kubectl delete daemonsets.apps csi-nfs-node
daemonset.apps "csi-nfs-node" deleted
```

we have successfully upgraded nfs csi from v3.6 to v3.7

### CSI Sidecar containers consideration
Expand Down

0 comments on commit ca12592

Please sign in to comment.