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

NAME

6       kubeadm  alpha phase kubelet config write-to-disk - Writes kubelet con‐
7       figuration to disk, either based on the --config argument.
8
9
10

SYNOPSIS

12       kubeadm alpha phase kubelet config write-to-disk [OPTIONS]
13
14
15

DESCRIPTION

17       Writes kubelet configuration to disk, based on the  kubeadm  configura‐
18       tion passed via "--config".
19
20
21       Alpha Disclaimer: this command is currently alpha.
22
23
24

OPTIONS

26       --config=""
27           Path to kubeadm config file (WARNING: Usage of a configuration file
28       is experimental)
29
30
31

OPTIONS INHERITED FROM PARENT COMMANDS

33       --azure-container-registry-config=""
34           Path to the file containing Azure container registry  configuration
35       information.
36
37
38       --google-json-key=""
39           The  Google  Cloud  Platform  Service  Account  JSON Key to use for
40       authentication.
41
42
43       --log-flush-frequency=5s
44           Maximum number of seconds between log flushes
45
46
47       --rootfs=""
48           [EXPERIMENTAL] The path to the 'real' host root filesystem.
49
50
51       --version=false
52           Print version information and quit
53
54
55

EXAMPLE

57                # Extracts the kubelet configuration from a kubeadm configuration file
58                kubeadm alpha phase kubelet config write-to-disk --config kubeadm.yaml
59
60
61
62

SEE ALSO

64       kubeadm-alpha-phase-kubelet-config(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
75Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum