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 kubeadm config 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       --tls-bootstrap-token=""      Specify the token used to temporarily au‐
56       thenticate with the Kubernetes Control Plane while joining the node.
57
58
59       --token=""      Use this token for both discovery-token  and  tls-boot‐
60       strap-token when those values are not provided.
61
62
63

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

78       kubeadm-join-phase-control-plane-prepare(1),
79
80
81

HISTORY

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