Merge pull request #1405 from porridge/minor-wording
Automatic merge from submit-queue. Some minor wording fixes. /cc @shyamjvs
This commit is contained in:
commit
38b96107ff
|
|
@ -15,7 +15,7 @@ In this document, we address the following process-related problems wrt scale te
|
|||
|
||||
## Non-Goals
|
||||
|
||||
We do not intend to:
|
||||
This document does not intend to:
|
||||
|
||||
- Define the set of tests that comprise scalability and correctness suite
|
||||
- Define SLIs/SLOs (that’s discussed [here]) and thresholds for the tests
|
||||
|
|
@ -77,7 +77,7 @@ Google is currently using a single project for scalability testing, on both GCE
|
|||
|
||||
### Concretely define test configuration
|
||||
|
||||
This is a relatively minor issue but it is important that we clearly define the test configuration we use for the release. E.g. there was a confusion this time around testing k8s services, machine-type and no. of the nodes we used (we tested 4k instead of 5k due to a CIDR-setup problem). For ref - [#47344] [#47865]. To solve this, we need to document it using the below template in a file named scalability-validation-report.md placed under kubernetes/features/release-<N>. And this file should be linked from under the scalability section in the release's CHANGELOG.md.
|
||||
This is a relatively minor issue but it is important that we clearly define the test configuration we use for the release. E.g. there was a confusion this time around testing k8s services, machine-type and no. of the nodes we used (we tested 4k instead of 5k due to a CIDR-setup problem). For ref - [#47344] [#47865]. To solve this, we need to document it using the below template in a file named scalability-validation-report.md placed under kubernetes/features/release->N<. And this file should be linked from under the scalability section in the release's CHANGELOG.md.
|
||||
|
||||
```
|
||||
Validated large cluster performance under the following configuration:
|
||||
|
|
|
|||
Loading…
Reference in New Issue