Skip to content

Commit b49a6f5

Browse files
authored
Merge pull request #4848 from wojtek-t/update_scalability_readme
Update SIG Scalability README
2 parents 9dfb475 + 54d430c commit b49a6f5

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

sig-scalability/README.md

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ on https://go.k8s.io/oncall .
8787

8888
Also do not hesitate to contact those SIG members for status update:
8989

90+
* Antoni Zawody (**[@tosi3k](https://github.com/tosi3k)**), Google
9091
* Jacek Kaniuk (**[@jkaniuk](https://github.com/jkaniuk)**), Google
9192
* Jakub Przychodzeń (**[@jprzychodzen](https://github.com/jprzychodzen)**), Google
92-
* Janek Lukasiewicz (**[@oxddr](https://github.com/oxddr)**), Google
9393
* Maciej Borsz (**[@mborsz](https://github.com/mborsz)**), Google
9494
* Matt Matejczyk (**[@mm4tt](https://github.com/mm4tt)**), Google
9595
* Wojciech Tyczynski (**[@wojtek-t](https://github.com/wojtek-t)**), Google
@@ -100,11 +100,6 @@ Check out [this calendar](https://calendar.google.com/calendar/embed?src=90g85fa
100100

101101
You can use [this link](https://calendar.google.com/calendar?cid=OTBnODVmYWpzbXViZjV2cDAydWhwYnZjcThAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ) to add it to your personal Google calendar.
102102

103-
# Scalability Regressions and Bugs
104-
The following document lists regressions and bugs that SIG Scalability has been working on.
105-
106-
[Scalability Regressions and Bugs](https://docs.google.com/document/d/1_mqv_T7i5k7_HgcQihEuFdq7ZCIf3AAGyAo9axzdAGI/edit)
107-
108103
# Details about SIG-Scalability sub-projects
109104

110105
## Kubernetes scalability definition
@@ -127,6 +122,16 @@ Kubernetes features in scalable and performance way.
127122
Educating contributors and ensuring best practises are widely used.
128123

129124
* [Regressions case study](./governance/scalability-regressions-case-studies.md)
125+
* [Scalability Regressions and Bugs](https://docs.google.com/document/d/1_mqv_T7i5k7_HgcQihEuFdq7ZCIf3AAGyAo9axzdAGI/edit)
126+
127+
## Kubernetes scalability bottlenecks detection
128+
129+
Detecting scalability bottlenecks and limitations, documenting them and
130+
driving architectural changes to eliminate those (if such are required) in
131+
collaboration with other SIGs or directly delegating non cross-cutting
132+
improvements to individual SIGs.
133+
134+
* [Scalability issues with Services](.blogs/k8s-services-scalability-issues.md)
130135

131136
## Kubernetes scalability test frameworks
132137

@@ -143,7 +148,7 @@ more generalized benchmarking scenarios.
143148

144149
Ensuring that all tests necessary to validate Kubernetes scalability and
145150
performance exists (ideally by providing easy-to-use frameworks and working
146-
with SIGs to provide them), having engironment and resources to run them.
151+
with SIGs to provide them), having environment and resources to run them.
147152

148153
Ensuring that tests are being executed according to calendar and ensuring that
149154
each official Kubernetes release satisfies all scalability and performance
@@ -158,13 +163,4 @@ We are in progress to migrating tests to new framework:
158163
* [Still official tests](https://github.com/kubernetes/kubernetes/tree/master/test/e2e/scalability)
159164
* [Soon to be official tests](https://github.com/kubernetes/perf-tests/tree/master/clusterloader2/testing)
160165

161-
## Kubernetes scalability bottlenecks detection
162-
163-
Detecting scalability bottlenecks and limitations, documenting them and
164-
driving architectural changes to eliminate those (if such are required) in
165-
collaboration with other SIGs or directly delegating improvements to
166-
individual SIGs, of bottlenecks aren't cross-cutting the whole system.
167-
168-
* [Scalability issues with Services](.blogs/k8s-services-scalability-issues.md)
169-
170166
<!-- END CUSTOM CONTENT -->

0 commit comments

Comments
 (0)