1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm init phase bootstrap-token - Generates bootstrap tokens used to
10 join a node to a cluster
11
12
13
15 kubeadm init phase bootstrap-token [OPTIONS]
16
17
18
20 Bootstrap tokens are used for establishing bidirectional trust between
21 a node joining the cluster and a control-plane node.
22
23
24 This command makes all the configurations required to make bootstrap
25 tokens works and then creates an initial token.
26
27
28
30 --config="" Path to a kubeadm configuration file.
31
32
33 --dry-run=false Don't apply any changes; just output what would be
34 done.
35
36
37 --kubeconfig="/etc/kubernetes/admin.conf" The kubeconfig file to
38 use when talking to the cluster. If the flag is not set, a set of stan‐
39 dard locations can be searched for an existing kubeconfig file.
40
41
42 --skip-token-print=false Skip printing of the default bootstrap
43 token generated by 'kubeadm init'.
44
45
46
48 --azure-container-registry-config="" Path to the file containing
49 Azure container registry configuration information.
50
51
52 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
53 filesystem.
54
55
56 --version=false Print version information and quit
57
58
59
61 # Make all the bootstrap token configurations and create an initial token, functionally
62 # equivalent to what generated by kubeadm init.
63 kubeadm init phase bootstrap-token
64
65
66
67
69 kubeadm-init-phase(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
80Manuals User KUBERNETES(1)(kubernetes)