Skip to content

Commit da5f166

Browse files
authored
Merge pull request #64239 from jab-rh/OSDOCS-7658
OSDOCS-7658: Increase the maximum number of CRDs
2 parents e4c9acb + 4e35beb commit da5f166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/openshift-cluster-maximums-major-releases.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Red Hat does not provide direct guidance on sizing your {product-title} cluster.
6262
| 12,000
6363

6464
| Number of custom resource definitions (CRD)
65-
| 512 ^[8]^
65+
| 1,024 ^[8]^
6666

6767
|===
6868
[.small]
@@ -74,7 +74,7 @@ Red Hat does not provide direct guidance on sizing your {product-title} cluster.
7474
5. When there are a large number of active projects, etcd might suffer from poor performance if the keyspace grows excessively large and exceeds the space quota. Periodic maintenance of etcd, including defragmentation, is highly recommended to free etcd storage.
7575
6. There are several control loops in the system that must iterate over all objects in a given namespace as a reaction to some changes in state. Having a large number of objects of a given type in a single namespace can make those loops expensive and slow down processing given state changes. The limit assumes that the system has enough CPU, memory, and disk to satisfy the application requirements.
7676
7. Each service port and each service back-end has a corresponding entry in `iptables`. The number of back-ends of a given service impact the size of the `Endpoints` objects, which impacts the size of data that is being sent all over the system.
77-
8. {product-title} has a limit of 512 total custom resource definitions (CRD), including those installed by {product-title}, products integrating with {product-title} and user-created CRDs. If there are more than 512 CRDs created, then there is a possibility that `oc` command requests might be throttled.
77+
8. Tested on a cluster with 29 servers: 3 control planes, 2 infrastructure nodes, and 24 worker nodes. The cluster had 500 namespaces. {product-title} has a limit of 1,024 total custom resource definitions (CRD), including those installed by {product-title}, products integrating with {product-title} and user-created CRDs. If there are more than 1,024 CRDs created, then there is a possibility that `oc` command requests might be throttled.
7878
--
7979

8080
[id="cluster-maximums-major-releases-example-scenario_{context}"]

0 commit comments

Comments
 (0)