-
Notifications
You must be signed in to change notification settings - Fork 175
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
Add support and must-gather documentation #1504
Conversation
@tnozicka: GitHub didn't allow me to request PR reviews from the following users: tnozicka. Note that only scylladb members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
ec0799b
to
8df0529
Compare
e260beb
to
c5ba970
Compare
|
||
## Get support | ||
|
||
ScyllaDB provides administrators with [paid support](https://www.scylladb.com/product/support/#enterprise-support), including Scylla Operator. |
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.
/cc @tzach
please check if the wording and the link are ok.
I didn't find a closer link to a customer portal. https://www.scylladb.com/customer-portal/ redirects to https://www.scylladb.com/download/#enterprise which gets a bit confusing if you follow this path.
c5ba970
to
34decc4
Compare
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.
PR is missing a description
ddb3b79
to
4cb2d81
Compare
dd465a6
to
fea55a3
Compare
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 optional nit,
/assign rzetelskik
docs/source/support/overview.md
Outdated
|
||
## Troubleshooting issues | ||
|
||
* [Installation issues](troubleshooting/installation.md) |
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.
nit: I think pointing here to the index page of troubleshooting instead having a bullet list of subpages would be more extensible in future.
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.
fixed
fea55a3
to
5f57ec5
Compare
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 nit
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rzetelskik, tnozicka, zimnx The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
5f57ec5
to
5820743
Compare
Thanks for the updates! |
Please backport it to v1.11, thanks! |
Description of your changes:
This PR adds documentation for must-gather tool and structures and extend our support content.
Which issue is resolved by this Pull Request:
Resolves #1367