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 --kubeconfig="/etc/kubernetes/admin.conf" The kubeconfig file to
34 use when talking to the cluster. If the flag is not set, a set of stan‐
35 dard locations can be searched for an existing kubeconfig file.
36
37
38 --skip-token-print=false Skip printing of the default bootstrap
39 token generated by 'kubeadm init'.
40
41
42
44 --azure-container-registry-config="" Path to the file containing
45 Azure container registry configuration information.
46
47
48 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
49 filesystem.
50
51
52 --version=false Print version information and quit
53
54
55
57 # Make all the bootstrap token configurations and create an initial token, functionally
58 # equivalent to what generated by kubeadm init.
59 kubeadm init phase bootstrap-token
60
61
62
63
65 kubeadm-init-phase(1),
66
67
68
70 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
71 com) based on the kubernetes source material, but hopefully they have
72 been automatically generated since!
73
74
75
76Manuals User KUBERNETES(1)(kubernetes)