From fa381d82a02f8e86c616d8fe5932077b85788d32 Mon Sep 17 00:00:00 2001 From: lvjiangzhao Date: Wed, 22 Mar 2017 21:39:09 +0800 Subject: [PATCH] add flag --enable-taint-manager to kube-controller-manager.md from source code --- docs/admin/kube-controller-manager.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/admin/kube-controller-manager.md b/docs/admin/kube-controller-manager.md index f3978033cd..5e7ecb0f1e 100644 --- a/docs/admin/kube-controller-manager.md +++ b/docs/admin/kube-controller-manager.md @@ -51,6 +51,7 @@ kube-controller-manager --enable-dynamic-provisioning Enable dynamic provisioning for environments that support it. (default true) --enable-garbage-collector Enables the generic garbage collector. MUST be synced with the corresponding flag of the kube-apiserver. (default true) --enable-hostpath-provisioner Enable HostPath PV provisioning when running without a cloud provider. This allows testing and development of provisioning features. HostPath provisioning is not supported in any way, won't work in a multi-node cluster, and should not be used for anything other than testing or development. + --enable-taint-manager WARNING: Beta feature. If set to true, enables NoExecute Taints and will evict all not-tolerating Pods running on Nodes tainted with these kinds of Taints. (default true) --feature-gates mapStringBool A set of key=value pairs that describe feature gates for alpha/experimental features. Options are: AllAlpha=true|false (ALPHA - default=false) AllowExtTrafficLocalEndpoints=true|false (BETA - default=true)