1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm alpha phase kubelet write-env-file - Writes an environment file
7 with runtime flags for the kubelet.
8
9
10
12 kubeadm alpha phase kubelet write-env-file [OPTIONS]
13
14
15
17 Writes an environment file with flags that should be passed to the
18 kubelet executing on the master or node. This --config flag can either
19 consume a InitConfiguration object or a JoinConfiguration one, as this
20 function is used for both "kubeadm init" and "kubeadm join".
21
22
23 Alpha Disclaimer: this command is currently alpha.
24
25
26
28 --config=""
29 Path to kubeadm config file (WARNING: Usage of a configuration file
30 is experimental)
31
32
33
35 --azure-container-registry-config=""
36 Path to the file containing Azure container registry configuration
37 information.
38
39
40 --google-json-key=""
41 The Google Cloud Platform Service Account JSON Key to use for
42 authentication.
43
44
45 --log-flush-frequency=5s
46 Maximum number of seconds between log flushes
47
48
49 --rootfs=""
50 [EXPERIMENTAL] The path to the 'real' host root filesystem.
51
52
53 --version=false
54 Print version information and quit
55
56
57
59 # Writes a dynamic environment file with kubelet flags from a InitConfiguration file.
60 kubeadm alpha phase kubelet write-env-file --config masterconfig.yaml
61
62 # Writes a dynamic environment file with kubelet flags from a JoinConfiguration file.
63 kubeadm alpha phase kubelet write-env-file --config nodeconfig.yaml
64
65
66
67
69 kubeadm-alpha-phase-kubelet(1),
70
71
72
74 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
75 com) based on the kubernetes source material, but hopefully they have
76 been automatically generated since!
77
78
79
80Eric Paris kubernetes User Manuals KUBERNETES(1)