1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm alpha phase kubelet config enable-dynamic - EXPERIMENTAL:
7 Enables or updates dynamic kubelet configuration for a Node
8
9
10
12 kubeadm alpha phase kubelet config enable-dynamic [OPTIONS]
13
14
15
17 Enables or updates dynamic kubelet configuration for a Node, against
18 the kubelet-config-1.X ConfigMap in the cluster, where X is the minor
19 version of the desired kubelet version.
20
21
22 WARNING: This feature is still experimental, and disabled by default.
23 Enable only if you know what you are doing, as it may have surprising
24 side-effects at this stage.
25
26
27 Alpha Disclaimer: this command is currently alpha.
28
29
30
32 --kubeconfig="/etc/kubernetes/admin.conf"
33 The KubeConfig file to use when talking to the cluster. If the flag
34 is not set, a set of standard locations are searched for an existing
35 KubeConfig file.
36
37
38 --kubelet-version=""
39 The desired version for the kubelet
40
41
42 --node-name=""
43 Name of the node that should enable the dynamic kubelet configura‐
44 tion
45
46
47
49 --azure-container-registry-config=""
50 Path to the file containing Azure container registry configuration
51 information.
52
53
54 --google-json-key=""
55 The Google Cloud Platform Service Account JSON Key to use for
56 authentication.
57
58
59 --log-flush-frequency=5s
60 Maximum number of seconds between log flushes
61
62
63 --rootfs=""
64 [EXPERIMENTAL] The path to the 'real' host root filesystem.
65
66
67 --version=false
68 Print version information and quit
69
70
71
73 # Enables dynamic kubelet configuration for a Node.
74 kubeadm alpha phase kubelet enable-dynamic-config --node-name node-1 --kubelet-version v1.12.0
75
76 WARNING: This feature is still experimental, and disabled by default. Enable only if you know what you are doing, as it
77 may have surprising side-effects at this stage.
78
79
80
81
83 kubeadm-alpha-phase-kubelet-config(1),
84
85
86
88 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
89 com) based on the kubernetes source material, but hopefully they have
90 been automatically generated since!
91
92
93
94Eric Paris kubernetes User Manuals KUBERNETES(1)