From a9b0696166981d70221cb1eabb30e1a28246b2aa Mon Sep 17 00:00:00 2001 From: Ravi Sankar Penta Date: Thu, 10 Dec 2015 15:23:35 -0800 Subject: [PATCH] Update auto generated docs for kubelet Add node-ip flag to know-flags.txt --- docs/admin/kubelet.md | 1 + hack/verify-flags/known-flags.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/admin/kubelet.md b/docs/admin/kubelet.md index b40d1b2d2d1..0beebf21876 100644 --- a/docs/admin/kubelet.md +++ b/docs/admin/kubelet.md @@ -113,6 +113,7 @@ kubelet --minimum-container-ttl-duration=1m0s: Minimum age for a finished container before it is garbage collected. Examples: '300ms', '10s' or '2h45m' --network-plugin="": The name of the network plugin to be invoked for various events in kubelet/pod lifecycle --network-plugin-dir="/usr/libexec/kubernetes/kubelet-plugins/net/exec/": The full path of the directory in which to search for network plugins + --node-ip=: IP address of the node. If set, kubelet will use this IP address for the node --node-label=[]: add labels when registering the node in the cluster, the flag can be used multiple times (key=value) --node-labels-file="": the path to a yaml or json file containing a series of key pair labels to apply on node registration --node-status-update-frequency=10s: Specifies how often kubelet posts node status to master. Note: be cautious when changing the constant, it must work with nodeMonitorGracePeriod in nodecontroller. Default: 10s diff --git a/hack/verify-flags/known-flags.txt b/hack/verify-flags/known-flags.txt index fa6a074d141..bfbc0225cbb 100644 --- a/hack/verify-flags/known-flags.txt +++ b/hack/verify-flags/known-flags.txt @@ -221,6 +221,7 @@ namespace-sync-period network-plugin network-plugin-dir node-instance-group +node-ip node-monitor-grace-period node-monitor-period node-label