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

NAME

9       kubeadm init phase kubelet-start - Write kubelet settings and (re)start
10       the kubelet
11
12
13

SYNOPSIS

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

DESCRIPTION

20       Write a file with KubeletConfiguration and  an  environment  file  with
21       node specific kubelet settings, and then (re)start kubelet.
22
23
24

OPTIONS

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

OPTIONS INHERITED FROM PARENT COMMANDS

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

EXAMPLE

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

SEE ALSO

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

HISTORY

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