Skip to content
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

docs(MRS): add flavors corresponds to API document. #1111

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/resources/mrs_cluster_v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
c3.4xlarge.4, c3.8xlarge.4, c3.15xlarge.4, d2.xlarge.8, d2.2xlarge.8, d2.4xlarge.8, d2.8xlarge.8.

The following provides specification details.

<!-- markdownlint-disable-next-line MD055 -->
node_size | CPU(core) | Memory(GB) | System Disk | Data Disk
| --- | --- | --- | --- | --- |

Check failure on line 92 in docs/resources/mrs_cluster_v1.md

View workflow job for this annotation

GitHub Actions / markdownlint

Table pipe style [Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected leading pipe]

Check failure on line 92 in docs/resources/mrs_cluster_v1.md

View workflow job for this annotation

GitHub Actions / markdownlint

Table pipe style [Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected trailing pipe]
c2.2xlarge.linux.mrs | 8 | 16 | 40 | -
cc3.xlarge.4.linux.mrs | 4 | 16 | 40 | -
cc3.2xlarge.4.linux.mrs | 8 | 32 | 40 | -
Expand Down
1 change: 1 addition & 0 deletions docs/resources/mrs_cluster_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ The following arguments are supported:
The `nodes` block supports:

* `flavor` - (Required, String, ForceNew) Specifies the instance specifications for each nodes in node group.
This field corresponds to `node_size` in the MRS API documentation.
Changing this will create a new MRS cluster resource.

* `node_number` - (Required, Int) Specifies the number of nodes for the node group.
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/mrs_hybrid_cluster_v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@
c3.4xlarge.4, c3.8xlarge.4, c3.15xlarge.4, d2.xlarge.8, d2.2xlarge.8, d2.4xlarge.8, d2.8xlarge.8.

The following provides specification details.

<!-- markdownlint-disable-next-line MD055 -->
node_size | CPU(core) | Memory(GB) | System Disk | Data Disk
| --- | --- | --- | --- | --- |

Check failure on line 148 in docs/resources/mrs_hybrid_cluster_v1.md

View workflow job for this annotation

GitHub Actions / markdownlint

Table pipe style [Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected leading pipe]

Check failure on line 148 in docs/resources/mrs_hybrid_cluster_v1.md

View workflow job for this annotation

GitHub Actions / markdownlint

Table pipe style [Expected: no_leading_or_trailing; Actual: leading_and_trailing; Unexpected trailing pipe]
c2.2xlarge.linux.mrs | 8 | 16 | 40 | -
cc3.xlarge.4.linux.mrs | 4 | 16 | 40 | -
cc3.2xlarge.4.linux.mrs | 8 | 32 | 40 | -
Expand Down
Loading