-
Notifications
You must be signed in to change notification settings - Fork 547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: add nfs upgrade guide from 3.6 to 3.7 #3323
Conversation
##### 6.3 Delete the old NFS Nodeplugin daemonset | ||
|
||
```bash | ||
$ kubectl delete daemonsets.apps csi-nfs-node |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add -ignore-not-found
flag so that we dont need to worry about it in the next release?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add
-ignore-not-found
flag so that we dont need to worry about it in the next release?
Let's remove it for upgrade from 3.7 to 3.8 point of time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Rakshith-R take a look at linter error. |
This commit adds nfs upgrade guide from 3.6 to 3.7. Closes: ceph#3271 Signed-off-by: Rakshith R <rar@redhat.com>
02f2700
to
9906183
Compare
https://github.com/ceph/ceph-csi/runs/7911792791?check_suite_focus=true added output to satisfy linter |
This commit adds nfs upgrade guide from 3.6
to 3.7.
Closes: #3271
Signed-off-by: Rakshith R rar@redhat.com