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

NAME

9       kubeadm token list - List bootstrap tokens on the server
10
11
12

SYNOPSIS

14       kubeadm token list [OPTIONS]
15
16
17

DESCRIPTION

19       This command will list all bootstrap tokens for you.
20
21
22

OPTIONS

24       --allow-missing-template-keys=true       If  true, ignore any errors in
25       templates when a field or map key is missing in the template. Only  ap‐
26       plies to golang and jsonpath output formats.
27
28
29       -o,    --experimental-output="text"        Output   format.   One   of:
30       text|json|yaml|go-template|go-template-file|template|templatefile|json‐
31       path|jsonpath-as-json|jsonpath-file.
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