1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm token generate - Generate and print a bootstrap token, but do
7 not create it on the server
8
9
10
12 kubeadm token generate [OPTIONS]
13
14
15
17 This command will print out a randomly-generated bootstrap token that
18 can be used with the "init" and "join" commands.
19
20
21 You don't have to use this command in order to generate a token. You
22 can do so yourself as long as it is in the format
23 "[a-z0-9]{6}.[a-z0-9]{16}". This command is provided for convenience to
24 generate tokens in the given format.
25
26
27 You can also use "kubeadm init" without specifying a token and it will
28 generate and print one for you.
29
30
31
33 --azure-container-registry-config=""
34 Path to the file containing Azure container registry configuration
35 information.
36
37
38 --dry-run=false
39 Whether to enable dry-run mode or not
40
41
42 --kubeconfig="/etc/kubernetes/admin.conf"
43 The kubeconfig file to use when talking to the cluster. If the flag
44 is not set, a set of standard locations can be searched for an existing
45 kubeconfig file.
46
47
48 --log-flush-frequency=5s
49 Maximum number of seconds between log flushes
50
51
52 --rootfs=""
53 [EXPERIMENTAL] The path to the 'real' host root filesystem.
54
55
56 --version=false
57 Print version information and quit
58
59
60
62 kubeadm-token(1),
63
64
65
67 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
68 com) based on the kubernetes source material, but hopefully they have
69 been automatically generated since!
70
71
72
73Eric Paris kubernetes User Manuals KUBERNETES(1)