-
Notifications
You must be signed in to change notification settings - Fork 15
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
Common-section-for-Volume-Snapshot #623
Conversation
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.
See my comment.
content/docs/snapshots/_index.md
Outdated
```bash | ||
git clone https://github.com/kubernetes-csi/external-snapshotter/ | ||
cd ./external-snapshotter | ||
git checkout release-<your-version> ---> Reference the current version. |
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.
What is Reference the current version pointing to ? Is it a link? If we know the specific version, such as 6.2.x then can we not say "git checkout release-6.2.0" in that step?
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.
Done
content/docs/snapshots/_index.md
Outdated
|
||
### (Optional) Volume Snapshot Requirements | ||
|
||
Applicable only if you decided to enable snapshot feature in `values.yaml` |
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.
Change "decided" to "decide"
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.
done
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.
One minor edit required
I have done the changes as per the given comments, please let me know if there are any other changes required. |
```bash | ||
git clone https://github.com/kubernetes-csi/external-snapshotter/ | ||
cd ./external-snapshotter | ||
git checkout release-6.2.0 |
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.
Just make sure this is the correct version. I was only referring to having a version here so that users can copy-paste these lines if needed without edits, but I would still confirm if all the teams are using 6.2.0 or another version.
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.
LGTM
Description
Created a common section for Volume Snapshot Requirements that all the CSI driver Helm installation reference.
GitHub Issues
List the GitHub issues impacted by this PR:
Checklist: