1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm token list - List bootstrap tokens on the server
7
8
9
11 kubeadm token list [OPTIONS]
12
13
14
16 This command will list all bootstrap tokens for you.
17
18
19
21 --allow-missing-template-keys=true
22 If true, ignore any errors in templates when a field or map key is
23 missing in the template. Only applies to golang and jsonpath output
24 formats.
25
26
27 -o, --experimental-output="text"
28 Output format. One of:
29 text|json|yaml|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-file.
30
31
32
34 --azure-container-registry-config=""
35 Path to the file containing Azure container registry configuration
36 information.
37
38
39 --dry-run=false
40 Whether to enable dry-run mode or not
41
42
43 --kubeconfig="/etc/kubernetes/admin.conf"
44 The kubeconfig file to use when talking to the cluster. If the flag
45 is not set, a set of standard locations can be searched for an existing
46 kubeconfig file.
47
48
49 --log-flush-frequency=5s
50 Maximum number of seconds between log flushes
51
52
53 --rootfs=""
54 [EXPERIMENTAL] The path to the 'real' host root filesystem.
55
56
57 --version=false
58 Print version information and quit
59
60
61
63 kubeadm-token(1),
64
65
66
68 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
69 com) based on the kubernetes source material, but hopefully they have
70 been automatically generated since!
71
72
73
74Eric Paris kubernetes User Manuals KUBERNETES(1)