1KUBERNETES(1)(kubernetes)                            KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7

NAME

9       kubeadm  init  phase  kubelet-finalize  all  - Run all kubelet-finalize
10       phases
11
12
13

SYNOPSIS

15       kubeadm init phase kubelet-finalize all [OPTIONS]
16
17
18

DESCRIPTION

20       Run all kubelet-finalize phases
21
22
23

OPTIONS

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

OPTIONS INHERITED FROM PARENT COMMANDS

34       --azure-container-registry-config=""       Path  to the file containing
35       Azure container registry configuration information.
36
37
38       --log-flush-frequency=5s      Maximum number  of  seconds  between  log
39       flushes
40
41
42       --rootfs=""       [EXPERIMENTAL]  The  path  to  the  'real'  host root
43       filesystem.
44
45
46       --version=false      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
69Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum