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