diff options
| -rw-r--r-- | sig-scalability/configs-and-limits/provider-configs.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sig-scalability/configs-and-limits/provider-configs.md b/sig-scalability/configs-and-limits/provider-configs.md index ec38e9a0..9931393d 100644 --- a/sig-scalability/configs-and-limits/provider-configs.md +++ b/sig-scalability/configs-and-limits/provider-configs.md @@ -75,6 +75,8 @@ proposed</td> * API server configured for load balancing, other components using standard leader election. +* For performance reasons, it is best to use containerd as a container runtime. + * Etcd is used for two distinct cluster purposes - cluster state and event processing. These have different i/o characteristics. It is important to scalability testing efforts that the iops provided by the servers to etcd be consistent and protected. These leads to two requirements: * Split etcd: Two different etcd clusters for events and cluster state (note: this is currently the GKE production default as well). |
