1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm init phase kubelet-finalize - Updates settings relevant to the
7 kubelet after TLS bootstrap
8
9
10
12 kubeadm init phase kubelet-finalize [OPTIONS]
13
14
15
17 Updates settings relevant to the kubelet after TLS bootstrap
18
19
20
22 --azure-container-registry-config=""
23 Path to the file containing Azure container registry configuration
24 information.
25
26
27 --log-flush-frequency=5s
28 Maximum number of seconds between log flushes
29
30
31 --rootfs=""
32 [EXPERIMENTAL] The path to the 'real' host root filesystem.
33
34
35 --version=false
36 Print version information and quit
37
38
39
41 # Updates settings relevant to the kubelet after TLS bootstrap"
42 kubeadm init phase kubelet-finalize all --config
43
44
45
46
48 kubeadm-init-phase(1), kubeadm-init-phase-kubelet-finalize-all(1),
49 kubeadm-init-phase-kubelet-finalize-experimental-cert-rotation(1),
50
51
52
54 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
55 com) based on the kubernetes source material, but hopefully they have
56 been automatically generated since!
57
58
59
60Eric Paris kubernetes User Manuals KUBERNETES(1)