From 27bcc14b0888ee0e6a7d7d9d986f21cd0b8611ee Mon Sep 17 00:00:00 2001 From: Dawn Chen Date: Fri, 10 Jul 2015 16:58:07 -0700 Subject: [PATCH] Fix kubelet.md with --max-pods --- docs/kubelet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kubelet.md b/docs/kubelet.md index c758d49e53c..d91212f4de4 100644 --- a/docs/kubelet.md +++ b/docs/kubelet.md @@ -59,7 +59,7 @@ HTTP server: The kubelet can also listen for HTTP and respond to a simple API --low-diskspace-threshold-mb=0: The absolute free disk space, in MB, to maintain. When disk space falls below this threshold, new pods would be rejected. Default: 256 --manifest-url="": URL for accessing the container manifest --master-service-namespace="": The namespace from which the kubernetes master services should be injected into pods - --max-pods=100: Number of Pods that can run on this Kubelet. + --max-pods=40: Number of Pods that can run on this Kubelet. --maximum-dead-containers=0: Maximum number of old instances of a containers to retain globally. Each container takes up some disk space. Default: 100. --maximum-dead-containers-per-container=0: Maximum number of old instances of a container to retain per container. Each container takes up some disk space. Default: 2. --minimum-container-ttl-duration=0: Minimum age for a finished container before it is garbage collected. Examples: '300ms', '10s' or '2h45m'