1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm token delete - Delete bootstrap tokens on the server
7
8
9
11 kubeadm token delete [OPTIONS]
12
13
14
16 This command will delete a list of bootstrap tokens for you.
17
18
19 The [token-value] is the full Token of the form
20 "[a-z0-9]{6}.[a-z0-9]{16}" or the Token ID of the form "[a-z0-9]{6}" to
21 delete.
22
23
24
26 --azure-container-registry-config=""
27 Path to the file containing Azure container registry configuration
28 information.
29
30
31 --dry-run=false
32 Whether to enable dry-run mode or not
33
34
35 --kubeconfig="/etc/kubernetes/admin.conf"
36 The kubeconfig file to use when talking to the cluster. If the flag
37 is not set, a set of standard locations can be searched for an existing
38 kubeconfig file.
39
40
41 --log-flush-frequency=5s
42 Maximum number of seconds between log flushes
43
44
45 --rootfs=""
46 [EXPERIMENTAL] The path to the 'real' host root filesystem.
47
48
49 --version=false
50 Print version information and quit
51
52
53
55 kubeadm-token(1),
56
57
58
60 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
61 com) based on the kubernetes source material, but hopefully they have
62 been automatically generated since!
63
64
65
66Eric Paris kubernetes User Manuals KUBERNETES(1)