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

NAME

9       kubeadm  join  phase control-plane-prepare download-certs - [EXPERIMEN‐
10       TAL] Download certificates shared among control-plane  nodes  from  the
11       kubeadm-certs Secret
12
13
14

SYNOPSIS

16       kubeadm join phase control-plane-prepare download-certs [OPTIONS]
17
18
19

DESCRIPTION

21       [EXPERIMENTAL]  Download  certificates shared among control-plane nodes
22       from the kubeadm-certs Secret
23
24
25

OPTIONS

27       --certificate-key=""      Use this key to decrypt the  certificate  se‐
28       crets uploaded by init.
29
30
31       --config=""      Path to a kubeadm configuration file.
32
33
34       --control-plane=false       Create a new control plane instance on this
35       node
36
37
38       --discovery-file=""      For file-based discovery, a file or  URL  from
39       which to load cluster information.
40
41
42       --discovery-token=""       For token-based discovery, the token used to
43       validate cluster information fetched from the API server.
44
45
46       --discovery-token-ca-cert-hash=[]      For token-based discovery, vali‐
47       date that the root CA public key matches this hash (format: ":").
48
49
50       --discovery-token-unsafe-skip-ca-verification=false        For   token-
51       based discovery, allow joining  without  --discovery-token-ca-cert-hash
52       pinning.
53
54
55       --dry-run=false      Don't apply any changes; just output what would be
56       done.
57
58
59       --tls-bootstrap-token=""      Specify the token used to temporarily au‐
60       thenticate with the Kubernetes Control Plane while joining the node.
61
62
63       --token=""       Use  this token for both discovery-token and tls-boot‐
64       strap-token when those values are not provided.
65
66
67

OPTIONS INHERITED FROM PARENT COMMANDS

69       --azure-container-registry-config=""      Path to the  file  containing
70       Azure container registry configuration information.
71
72
73       --rootfs=""       [EXPERIMENTAL]  The  path  to  the  'real'  host root
74       filesystem.
75
76
77       --version=false      Print version information and quit
78
79
80

SEE ALSO

82       kubeadm-join-phase-control-plane-prepare(1),
83
84
85

HISTORY

87       January 2015, Originally compiled by Eric Paris (eparis at  redhat  dot
88       com)  based  on the kubernetes source material, but hopefully they have
89       been automatically generated since!
90
91
92
93Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum