1KUBERNETES(1)(kubernetes)                            KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7

NAME

9       kubeadm token delete - Delete bootstrap tokens on the server
10
11
12

SYNOPSIS

14       kubeadm token delete [OPTIONS]
15
16
17

DESCRIPTION

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 "[a-z0-9]{6}.[a-
23       z0-9]{16}" or the Token ID of the form "[a-z0-9]{6}" to delete.
24
25
26

OPTIONS INHERITED FROM PARENT COMMANDS

28       --azure-container-registry-config=""      Path to the  file  containing
29       Azure container registry configuration information.
30
31
32       --dry-run=false      Whether to enable dry-run mode or not
33
34
35       --kubeconfig="/etc/kubernetes/admin.conf"       The  kubeconfig file to
36       use when talking to the cluster. If the flag is not set, a set of stan‐
37       dard locations can be searched for an existing kubeconfig file.
38
39
40       --rootfs=""       [EXPERIMENTAL]  The  path  to  the  'real'  host root
41       filesystem.
42
43
44       --version=false      Print version information and quit
45
46
47

SEE ALSO

49       kubeadm-token(1),
50
51
52

HISTORY

54       January 2015, Originally compiled by Eric Paris (eparis at  redhat  dot
55       com)  based  on the kubernetes source material, but hopefully they have
56       been automatically generated since!
57
58
59
60Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum