Skip to content

Commit bd9d0e9

Browse files
committed
Adjusted guidance around cluster maximums
1 parent c3d9800 commit bd9d0e9

File tree

2 files changed

+6
-30
lines changed

2 files changed

+6
-30
lines changed

modules/openshift-cluster-maximums.adoc

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,97 +5,77 @@
55
[id="cluster-maximums_{context}"]
66
= {product-title} tested cluster maximums
77

8-
[options="header",cols="7*"]
8+
The values in the following table were tested independently of each other and represent the maximum for that particular resource type. It might not be valid to consider these maximums in combinations. Appropriate capacity planning and testing should be performed for large environments. Other objects are created during the test runs, but are not close to the tested maximums. For example, when testing namespaces per cluster, deployments per namespace, or number of nodes, thousands of pods, services, deployments, secrets, config maps, and builds are created, but are not close to the cluster maximums.
9+
10+
[options="header",cols="5*"]
911
|===
10-
| Maximum type |4.1 and 4.2 tested maximum |4.3 tested maximum |4.4 tested maximum |4.5 tested maximum |4.6 tested maximum |4.7 tested maximum
12+
| Maximum type |4.1 and 4.2 tested maximum |4.3 tested maximum |4.4 tested maximum |4.5, 4.6, 4.7, and 4.8 tested maximum
1113

1214
| Number of nodes
1315
| 2,000
1416
| 2,000
1517
| 250
1618
| 500
17-
| 500
18-
| 500
1919

2020
| Number of pods ^[1]^
2121
| 150,000
2222
| 150,000
2323
| 62,500
2424
| 62,500
25-
| 62,500
26-
| 62,500
2725

2826
| Number of pods per node
2927
| 250
3028
| 500
3129
| 500
3230
| 500
33-
| 500
34-
| 500
3531

3632
| Number of pods per core
3733
| There is no default value.
3834
| There is no default value.
3935
| There is no default value.
4036
| There is no default value.
41-
| There is no default value.
42-
| There is no default value.
4337

4438
| Number of namespaces ^[2]^
4539
| 10,000
4640
| 10,000
4741
| 10,000
4842
| 10,000
49-
| 10,000
50-
| 10,000
5143

5244
| Number of builds
5345
| 10,000 (Default pod RAM 512 Mi) - Pipeline Strategy
5446
| 10,000 (Default pod RAM 512 Mi) - Source-to-Image (S2I) build strategy
5547
| 10,000 (Default pod RAM 512 Mi) - Source-to-Image (S2I) build strategy
5648
| 10,000 (Default pod RAM 512 Mi) - Source-to-Image (S2I) build strategy
57-
| 10,000 (Default pod RAM 512 Mi) - Source-to-Image (S2I) build strategy
58-
| 10,000 (Default pod RAM 512 Mi) - Source-to-Image (S2I) build strategy
5949

6050
| Number of pods per namespace ^[3]^
6151
| 25,000
6252
| 25,000
6353
| 25,000
6454
| 25,000
65-
| 25,000
66-
| 25,000
6755

6856
| Number of services ^[4]^
6957
| 10,000
7058
| 10,000
7159
| 10,000
7260
| 10,000
73-
| 10,000
74-
| 10,000
7561

7662
| Number of services per namespace
7763
| 5,000
7864
| 5,000
7965
| 5,000
8066
| 5,000
81-
| 5,000
82-
| 5,000
8367

8468
| Number of back ends per service
8569
| 5,000
8670
| 5,000
8771
| 5,000
8872
| 5,000
89-
| 5,000
90-
| 5,000
9173

9274
| Number of deployments per namespace ^[3]^
9375
| 2,000
9476
| 2,000
9577
| 2,000
9678
| 2,000
97-
| 2,000
98-
| 2,000
9979

10080
|===
10181
[.small]

scalability_and_performance/planning-your-environment-according-to-object-maximums.adoc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,9 @@ toc::[]
77

88
Consider the following tested object maximums when you plan your {product-title} cluster.
99

10-
These guidelines are based on the largest possible cluster. For smaller
11-
clusters, the maximums are lower. There are many factors that
12-
influence the stated thresholds, including the etcd version or storage data
13-
format.
10+
These guidelines are based on the largest possible cluster. For smaller clusters, the maximums are lower. There are many factors that influence the stated thresholds, including the etcd version or storage data format.
1411

15-
In most cases, exceeding these numbers results in lower overall performance. It
16-
does not necessarily mean that the cluster will fail.
12+
In most cases, exceeding these numbers results in lower overall performance. It does not necessarily mean that the cluster will fail.
1713

1814
include::modules/openshift-cluster-maximums-major-releases.adoc[leveloffset=+1]
1915

0 commit comments

Comments
 (0)