1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm token list - List bootstrap tokens on the server
10
11
12
14 kubeadm token list [OPTIONS]
15
16
17
19 This command will list all bootstrap tokens for you.
20
21
22
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 --show-managed-fields=false If true, keep the managedFields when
35 printing objects in JSON or YAML format.
36
37
38
40 --azure-container-registry-config="" Path to the file containing
41 Azure container registry configuration information.
42
43
44 --dry-run=false Whether to enable dry-run mode or not
45
46
47 --kubeconfig="/etc/kubernetes/admin.conf" The kubeconfig file to
48 use when talking to the cluster. If the flag is not set, a set of stan‐
49 dard locations can be searched for an existing kubeconfig file.
50
51
52 --log-flush-frequency=5s Maximum number of seconds between log
53 flushes
54
55
56 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
57 filesystem.
58
59
60 --version=false Print version information and quit
61
62
63
65 kubeadm-token(1),
66
67
68
70 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
71 com) based on the kubernetes source material, but hopefully they have
72 been automatically generated since!
73
74
75
76Manuals User KUBERNETES(1)(kubernetes)