1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubectl plugin list - list all visible plugin executables on a user's
7 PATH
8
9
10
12 kubectl plugin list [OPTIONS]
13
14
15
17 List all available plugin files on a user's PATH.
18
19
20 Available plugin files are those that are: - executable - anywhere on
21 the user's PATH - begin with "kubectl-"
22
23
24
26 --name-only=false
27 If true, display only the binary name of each plugin, rather than
28 its full path
29
30
31
33 --allow-verification-with-non-compliant-keys=false
34 Allow a SignatureVerifier to use keys which are technically
35 non-compliant with RFC6962.
36
37
38 --alsologtostderr=false
39 log to standard error as well as files
40
41
42 --application-metrics-count-limit=100
43 Max number of application metrics to store (per container)
44
45
46 --as=""
47 Username to impersonate for the operation
48
49
50 --as-group=[]
51 Group to impersonate for the operation, this flag can be repeated
52 to specify multiple groups.
53
54
55 --azure-container-registry-config=""
56 Path to the file containing Azure container registry configuration
57 information.
58
59
60 --boot-id-file="/proc/sys/kernel/random/boot_id"
61 Comma-separated list of files to check for boot-id. Use the first
62 one that exists.
63
64
65 --cache-dir="/builddir/.kube/http-cache"
66 Default HTTP cache directory
67
68
69 --certificate-authority=""
70 Path to a cert file for the certificate authority
71
72
73 --client-certificate=""
74 Path to a client certificate file for TLS
75
76
77 --client-key=""
78 Path to a client key file for TLS
79
80
81 --cloud-provider-gce-lb-src-cidrs=130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16
82 CIDRs opened in GCE firewall for LB traffic proxy health checks
83
84
85 --cluster=""
86 The name of the kubeconfig cluster to use
87
88
89 --container-hints="/etc/cadvisor/container_hints.json"
90 location of the container hints file
91
92
93 --containerd="unix:///var/run/containerd.sock"
94 containerd endpoint
95
96
97 --context=""
98 The name of the kubeconfig context to use
99
100
101 --default-not-ready-toleration-seconds=300
102 Indicates the tolerationSeconds of the toleration for
103 notReady:NoExecute that is added by default to every pod that does not
104 already have such a toleration.
105
106
107 --default-unreachable-toleration-seconds=300
108 Indicates the tolerationSeconds of the toleration for unreach‐
109 able:NoExecute that is added by default to every pod that does not
110 already have such a toleration.
111
112
113 --docker="unix:///var/run/docker.sock"
114 docker endpoint
115
116
117 --docker-env-metadata-whitelist=""
118 a comma-separated list of environment variable keys that needs to
119 be collected for docker containers
120
121
122 --docker-only=false
123 Only report docker containers in addition to root stats
124
125
126 --docker-root="/var/lib/docker"
127 DEPRECATED: docker root is read from docker info (this is a fall‐
128 back, default: /var/lib/docker)
129
130
131 --docker-tls=false
132 use TLS to connect to docker
133
134
135 --docker-tls-ca="ca.pem"
136 path to trusted CA
137
138
139 --docker-tls-cert="cert.pem"
140 path to client certificate
141
142
143 --docker-tls-key="key.pem"
144 path to private key
145
146
147 --enable-load-reader=false
148 Whether to enable cpu load reader
149
150
151 --event-storage-age-limit="default=0"
152 Max length of time for which to store events (per type). Value is a
153 comma separated list of key values, where the keys are event types
154 (e.g.: creation, oom) or "default" and the value is a duration. Default
155 is applied to all non-specified event types
156
157
158 --event-storage-event-limit="default=0"
159 Max number of events to store (per type). Value is a comma sepa‐
160 rated list of key values, where the keys are event types (e.g.: cre‐
161 ation, oom) or "default" and the value is an integer. Default is
162 applied to all non-specified event types
163
164
165 --global-housekeeping-interval=1m0s
166 Interval between global housekeepings
167
168
169 --google-json-key=""
170 The Google Cloud Platform Service Account JSON Key to use for
171 authentication.
172
173
174 --housekeeping-interval=10s
175 Interval between container housekeepings
176
177
178 --insecure-skip-tls-verify=false
179 If true, the server's certificate will not be checked for validity.
180 This will make your HTTPS connections insecure
181
182
183 --kubeconfig=""
184 Path to the kubeconfig file to use for CLI requests.
185
186
187 --log-backtrace-at=:0
188 when logging hits line file:N, emit a stack trace
189
190
191 --log-cadvisor-usage=false
192 Whether to log the usage of the cAdvisor container
193
194
195 --log-dir=""
196 If non-empty, write log files in this directory
197
198
199 --log-flush-frequency=5s
200 Maximum number of seconds between log flushes
201
202
203 --logtostderr=true
204 log to standard error instead of files
205
206
207 --machine-id-file="/etc/machine-id,/var/lib/dbus/machine-id"
208 Comma-separated list of files to check for machine-id. Use the
209 first one that exists.
210
211
212 --match-server-version=false
213 Require server version to match client version
214
215
216 --mesos-agent="127.0.0.1:5051"
217 Mesos agent address
218
219
220 --mesos-agent-timeout=10s
221 Mesos agent timeout
222
223
224 -n, --namespace=""
225 If present, the namespace scope for this CLI request
226
227
228 --request-timeout="0"
229 The length of time to wait before giving up on a single server
230 request. Non-zero values should contain a corresponding time unit (e.g.
231 1s, 2m, 3h). A value of zero means don't timeout requests.
232
233
234 -s, --server=""
235 The address and port of the Kubernetes API server
236
237
238 --stderrthreshold=2
239 logs at or above this threshold go to stderr
240
241
242 --storage-driver-buffer-duration=1m0s
243 Writes in the storage driver will be buffered for this duration,
244 and committed to the non memory backends as a single transaction
245
246
247 --storage-driver-db="cadvisor"
248 database name
249
250
251 --storage-driver-host="localhost:8086"
252 database host:port
253
254
255 --storage-driver-password="root"
256 database password
257
258
259 --storage-driver-secure=false
260 use secure connection with database
261
262
263 --storage-driver-table="stats"
264 table name
265
266
267 --storage-driver-user="root"
268 database username
269
270
271 --token=""
272 Bearer token for authentication to the API server
273
274
275 --user=""
276 The name of the kubeconfig user to use
277
278
279 -v, --v=0
280 log level for V logs
281
282
283 --version=false
284 Print version information and quit
285
286
287 --vmodule=
288 comma-separated list of pattern=N settings for file-filtered log‐
289 ging
290
291
292
294 kubectl-plugin(1),
295
296
297
299 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
300 com) based on the kubernetes source material, but hopefully they have
301 been automatically generated since!
302
303
304
305Eric Paris kubernetes User Manuals KUBERNETES(1)