mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Fix comment typo in kube-apiserver and cachesize
This commit is contained in:
parent
6f7eac63c2
commit
28a0e2621b
@ -536,7 +536,7 @@ func defaultOptions(s *options.ServerRunOptions) error {
|
|||||||
// This is the heuristics that from memory capacity is trying to infer
|
// This is the heuristics that from memory capacity is trying to infer
|
||||||
// the maximum number of nodes in the cluster and set cache sizes based
|
// the maximum number of nodes in the cluster and set cache sizes based
|
||||||
// on that value.
|
// on that value.
|
||||||
// From our documentation, we officially recomment 120GB machines for
|
// From our documentation, we officially recommend 120GB machines for
|
||||||
// 2000 nodes, and we scale from that point. Thus we assume ~60MB of
|
// 2000 nodes, and we scale from that point. Thus we assume ~60MB of
|
||||||
// capacity per node.
|
// capacity per node.
|
||||||
// TODO: We may consider deciding that some percentage of memory will
|
// TODO: We may consider deciding that some percentage of memory will
|
||||||
|
@ -73,7 +73,7 @@ func InitializeWatchCacheSizes(expectedRAMCapacityMB int) {
|
|||||||
// This is the heuristics that from memory capacity is trying to infer
|
// This is the heuristics that from memory capacity is trying to infer
|
||||||
// the maximum number of nodes in the cluster and set cache sizes based
|
// the maximum number of nodes in the cluster and set cache sizes based
|
||||||
// on that value.
|
// on that value.
|
||||||
// From our documentation, we officially recomment 120GB machines for
|
// From our documentation, we officially recommend 120GB machines for
|
||||||
// 2000 nodes, and we scale from that point. Thus we assume ~60MB of
|
// 2000 nodes, and we scale from that point. Thus we assume ~60MB of
|
||||||
// capacity per node.
|
// capacity per node.
|
||||||
// TODO: Revisit this heuristics
|
// TODO: Revisit this heuristics
|
||||||
|
Loading…
Reference in New Issue
Block a user