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

NAME

9       kubeadm  token  generate - Generate and print a bootstrap token, but do
10       not create it on the server
11
12
13

SYNOPSIS

15       kubeadm token generate [OPTIONS]
16
17
18

DESCRIPTION

20       This command will print out a randomly-generated bootstrap  token  that
21       can be used with the "init" and "join" commands.
22
23
24       You  don't  have  to use this command in order to generate a token. You
25       can   do   so   yourself   as   long   as   it   is   in   the   format
26       "[a-z0-9]{6}.[a-z0-9]{16}". This command is provided for convenience to
27       generate tokens in the given format.
28
29
30       You can also use "kubeadm init" without specifying a token and it  will
31       generate and print one for you.
32
33
34

OPTIONS INHERITED FROM PARENT COMMANDS

36       --azure-container-registry-config=""       Path  to the file containing
37       Azure container registry configuration information.
38
39
40       --dry-run=false      Whether to enable dry-run mode or not
41
42
43       --kubeconfig="/etc/kubernetes/admin.conf"      The kubeconfig  file  to
44       use when talking to the cluster. If the flag is not set, a set of stan‐
45       dard locations can be searched for an existing kubeconfig file.
46
47
48       --log-flush-frequency=5s      Maximum number  of  seconds  between  log
49       flushes
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

SEE ALSO

61       kubeadm-token(1),
62
63
64

HISTORY

66       January 2015, Originally compiled by Eric Paris (eparis at  redhat  dot
67       com)  based  on the kubernetes source material, but hopefully they have
68       been automatically generated since!
69
70
71
72Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum