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  "[a-z0-9]{6}.[a-
26       z0-9]{16}". This command is provided for convenience to generate tokens
27       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       --rootfs=""      [EXPERIMENTAL]  The  path  to  the  'real'  host  root
49       filesystem.
50
51
52       --version=false      Print version information and quit
53
54
55

SEE ALSO

57       kubeadm-token(1),
58
59
60

HISTORY

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