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

NAME

6       kubeadm init phase kubelet-finalize all - Run all kubelet-finalize
7       phases
8
9
10

SYNOPSIS

12       kubeadm init phase kubelet-finalize all [OPTIONS]
13
14
15

DESCRIPTION

17       Run all kubelet-finalize phases
18
19
20

OPTIONS

22       --cert-dir="/etc/kubernetes/pki"
23           The path where to save and store the certificates.
24
25
26       --config=""
27           Path to a kubeadm configuration file.
28
29
30

OPTIONS INHERITED FROM PARENT COMMANDS

32       --azure-container-registry-config=""
33           Path to the file containing Azure container registry configuration
34       information.
35
36
37       --log-flush-frequency=5s
38           Maximum number of seconds between log flushes
39
40
41       --rootfs=""
42           [EXPERIMENTAL] The path to the 'real' host root filesystem.
43
44
45       --version=false
46           Print version information and quit
47
48
49

EXAMPLE

51                # Updates settings relevant to the kubelet after TLS bootstrap"
52                kubeadm init phase kubelet-finalize all --config
53
54
55
56

SEE ALSO

58       kubeadm-init-phase-kubelet-finalize(1),
59
60
61

HISTORY

63       January 2015, Originally compiled by Eric Paris (eparis at redhat dot
64       com) based on the kubernetes source material, but hopefully they have
65       been automatically generated since!
66
67
68
69Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum