1KUBERNETES(1)                      Jan 2015                      KUBERNETES(1)
2
3
4

NAME

6       kubeadm  alpha kubelet config enable-dynamic - EXPERIMENTAL: Enables or
7       updates dynamic kubelet configuration for a Node
8
9
10

SYNOPSIS

12       kubeadm alpha kubelet config enable-dynamic [OPTIONS]
13
14
15

DESCRIPTION

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

OPTIONS

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

OPTIONS INHERITED FROM PARENT COMMANDS

49       --azure-container-registry-config=""
50           Path  to the file containing Azure container registry configuration
51       information.
52
53
54       --log-flush-frequency=5s
55           Maximum number of seconds between log flushes
56
57
58       --rootfs=""
59           [EXPERIMENTAL] The path to the 'real' host root filesystem.
60
61
62       --version=false
63           Print version information and quit
64
65
66

EXAMPLE

68                # Enables dynamic kubelet configuration for a Node.
69                kubeadm alpha phase kubelet enable-dynamic-config --node-name node-1 --kubelet-version v1.12.0
70
71                WARNING: This feature is still experimental, and disabled by default. Enable only if you know what you are doing, as it
72                may have surprising side-effects at this stage.
73
74
75
76

SEE ALSO

78       kubeadm-alpha-kubelet-config(1),
79
80
81

HISTORY

83       January 2015, Originally compiled by Eric Paris (eparis at  redhat  dot
84       com)  based  on the kubernetes source material, but hopefully they have
85       been automatically generated since!
86
87
88
89Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum