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

NAME

9       kubectl  plugin  list - List all visible plugin executables on a user's
10       PATH
11
12
13

SYNOPSIS

15       kubectl plugin list [OPTIONS]
16
17
18

DESCRIPTION

20       List all available plugin files on a user's PATH.
21
22
23       Available plugin files are those that are: - executable -  anywhere  on
24       the user's PATH - begin with "kubectl-"
25
26
27

OPTIONS

29       --name-only=false       If  true,  display only the binary name of each
30       plugin, rather than its full path
31
32
33

OPTIONS INHERITED FROM PARENT COMMANDS

35       --as=""      Username to impersonate for the operation. User could be a
36       regular user or a service account in a namespace.
37
38
39       --as-group=[]       Group  to  impersonate for the operation, this flag
40       can be repeated to specify multiple groups.
41
42
43       --as-uid=""      UID to impersonate for the operation.
44
45
46       --azure-container-registry-config=""      Path to the  file  containing
47       Azure container registry configuration information.
48
49
50       --cache-dir="/builddir/.kube/cache"      Default cache directory
51
52
53       --certificate-authority=""      Path to a cert file for the certificate
54       authority
55
56
57       --client-certificate=""      Path to a client certificate file for TLS
58
59
60       --client-key=""      Path to a client key file for TLS
61
62
63       --cluster=""      The name of the kubeconfig cluster to use
64
65
66       --context=""      The name of the kubeconfig context to use
67
68
69       --disable-compression=false      If true, opt-out of response  compres‐
70       sion for all requests to the server
71
72
73       --insecure-skip-tls-verify=false      If true, the server's certificate
74       will not be checked for validity. This will make your HTTPS connections
75       insecure
76
77
78       --kubeconfig=""       Path  to  the  kubeconfig file to use for CLI re‐
79       quests.
80
81
82       --match-server-version=false       Require  server  version  to   match
83       client version
84
85
86       -n,  --namespace=""       If  present, the namespace scope for this CLI
87       request
88
89
90       --password=""      Password for basic authentication to the API server
91
92
93       --profile="none"        Name   of   profile   to   capture.   One    of
94       (none|cpu|heap|goroutine|threadcreate|block|mutex)
95
96
97       --profile-output="profile.pprof"       Name  of  the  file to write the
98       profile to
99
100
101       --request-timeout="0"      The length of time to wait before giving  up
102       on  a  single  server  request. Non-zero values should contain a corre‐
103       sponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't time‐
104       out requests.
105
106
107       -s, --server=""      The address and port of the Kubernetes API server
108
109
110       --tls-server-name=""       Server  name  to  use for server certificate
111       validation. If it is not provided, the hostname  used  to  contact  the
112       server is used
113
114
115       --token=""      Bearer token for authentication to the API server
116
117
118       --user=""      The name of the kubeconfig user to use
119
120
121       --username=""      Username for basic authentication to the API server
122
123
124       --version=false      Print version information and quit
125
126
127       --warnings-as-errors=false      Treat warnings received from the server
128       as errors and exit with a non-zero exit code
129
130
131

EXAMPLE

133                # List all available plugins
134                kubectl plugin list
135
136
137
138

SEE ALSO

140       kubectl-plugin(1),
141
142
143

HISTORY

145       January 2015, Originally compiled by Eric Paris (eparis at  redhat  dot
146       com)  based  on the kubernetes source material, but hopefully they have
147       been automatically generated since!
148
149
150
151Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum