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 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
53 filesystem.
54
55
56 --version=false Print version information and quit
57
58
59
61 kubeadm-token(1),
62
63
64
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)