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

NAME

6       kubeadm init phase kubelet-start - Write kubelet settings and (re)start
7       the kubelet
8
9
10

SYNOPSIS

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

DESCRIPTION

17       Write a file with KubeletConfiguration and an environment file with
18       node specific kubelet settings, and then (re)start kubelet.
19
20
21

OPTIONS

23       --config=""
24           Path to a kubeadm configuration file.
25
26
27       --cri-socket=""
28           Path to the CRI socket to connect. If empty kubeadm will try to
29       auto-detect this value; use this option only if you have more than one
30       CRI installed or if you have non-standard CRI socket.
31
32
33       --node-name=""
34           Specify the node name.
35
36
37

OPTIONS INHERITED FROM PARENT COMMANDS

39       --azure-container-registry-config=""
40           Path to the file containing Azure container registry configuration
41       information.
42
43
44       --log-flush-frequency=5s
45           Maximum number of seconds between log flushes
46
47
48       --rootfs=""
49           [EXPERIMENTAL] The path to the 'real' host root filesystem.
50
51
52       --version=false
53           Print version information and quit
54
55
56

EXAMPLE

58                # Writes a dynamic environment file with kubelet flags from a InitConfiguration file.
59                kubeadm init phase kubelet-start --config config.yaml
60
61
62
63

SEE ALSO

65       kubeadm-init-phase(1),
66
67
68

HISTORY

70       January 2015, Originally compiled by Eric Paris (eparis at redhat dot
71       com) based on the kubernetes source material, but hopefully they have
72       been automatically generated since!
73
74
75
76Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum