1KUBERNETES(1)                      Jan 2015                      KUBERNETES(1)
2
3
4

NAME

6       kubeadm token delete - Delete bootstrap tokens on the server.
7
8
9

SYNOPSIS

11       kubeadm token delete [OPTIONS]
12
13
14

DESCRIPTION

16       This command will delete a given bootstrap token 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

OPTIONS INHERITED FROM PARENT COMMANDS

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       --google-json-key=""
36           The Google Cloud Platform Service  Account  JSON  Key  to  use  for
37       authentication.
38
39
40       --kubeconfig="/etc/kubernetes/admin.conf"
41           The KubeConfig file to use when talking to the cluster. If the flag
42       is not set, a set of standard locations are searched  for  an  existing
43       KubeConfig file.
44
45
46       --log-flush-frequency=5s
47           Maximum number of seconds between log flushes
48
49
50       --rootfs=""
51           [EXPERIMENTAL] The path to the 'real' host root filesystem.
52
53
54       --version=false
55           Print version information and quit
56
57
58

SEE ALSO

60       kubeadm-token(1),
61
62
63

HISTORY

65       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
66       com) based on the kubernetes source material, but hopefully  they  have
67       been automatically generated since!
68
69
70
71Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum