1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubectl config current-context - Displays the current-context
10
11
12
14 kubectl config current-context [OPTIONS]
15
16
17
19 Displays the current-context
20
21
22
24 --add-dir-header=false If true, adds the file directory to the
25 header of the log messages
26
27
28 --alsologtostderr=false log to standard error as well as files
29
30
31 --application-metrics-count-limit=100 Max number of application
32 metrics to store (per container)
33
34
35 --as="" Username to impersonate for the operation
36
37
38 --as-group=[] Group to impersonate for the operation, this flag
39 can be repeated to specify multiple groups.
40
41
42 --azure-container-registry-config="" Path to the file containing
43 Azure container registry configuration information.
44
45
46 --boot-id-file="/proc/sys/kernel/random/boot_id" Comma-separated
47 list of files to check for boot-id. Use the first one that exists.
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 --cloud-provider-gce-l7lb-src-cidrs=130.211.0.0/22,35.191.0.0/16
64 CIDRs opened in GCE firewall for L7 LB traffic proxy health
65 checks
66
67
68 --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
69 CIDRs opened in GCE firewall for L4 LB traffic proxy health
70 checks
71
72
73 --cluster="" The name of the kubeconfig cluster to use
74
75
76 --container-hints="/etc/cadvisor/container_hints.json" location of
77 the container hints file
78
79
80 --containerd="/run/containerd/containerd.sock" containerd endpoint
81
82
83 --containerd-namespace="k8s.io" containerd namespace
84
85
86 --context="" The name of the kubeconfig context to use
87
88
89 --default-not-ready-toleration-seconds=300 Indicates the tolera‐
90 tionSeconds of the toleration for notReady:NoExecute that is added by
91 default to every pod that does not already have such a toleration.
92
93
94 --default-unreachable-toleration-seconds=300 Indicates the tolera‐
95 tionSeconds of the toleration for unreachable:NoExecute that is added
96 by default to every pod that does not already have such a toleration.
97
98
99 --disable-root-cgroup-stats=false Disable collecting root Cgroup
100 stats
101
102
103 --docker="unix:///var/run/docker.sock" docker endpoint
104
105
106 --docker-env-metadata-whitelist="" a comma-separated list of envi‐
107 ronment variable keys matched with specified prefix that needs to be
108 collected for docker containers
109
110
111 --docker-only=false Only report docker containers in addition to
112 root stats
113
114
115 --docker-root="/var/lib/docker" DEPRECATED: docker root is read
116 from docker info (this is a fallback, default: /var/lib/docker)
117
118
119 --docker-tls=false use TLS to connect to docker
120
121
122 --docker-tls-ca="ca.pem" path to trusted CA
123
124
125 --docker-tls-cert="cert.pem" path to client certificate
126
127
128 --docker-tls-key="key.pem" path to private key
129
130
131 --enable-load-reader=false Whether to enable cpu load reader
132
133
134 --event-storage-age-limit="default=0" Max length of time for which
135 to store events (per type). Value is a comma separated list of key val‐
136 ues, where the keys are event types (e.g.: creation, oom) or "default"
137 and the value is a duration. Default is applied to all non-specified
138 event types
139
140
141 --event-storage-event-limit="default=0" Max number of events to
142 store (per type). Value is a comma separated list of key values, where
143 the keys are event types (e.g.: creation, oom) or "default" and the
144 value is an integer. Default is applied to all non-specified event
145 types
146
147
148 --global-housekeeping-interval=1m0s Interval between global house‐
149 keepings
150
151
152 --housekeeping-interval=10s Interval between container housekeep‐
153 ings
154
155
156 --insecure-skip-tls-verify=false If true, the server's certificate
157 will not be checked for validity. This will make your HTTPS connections
158 insecure
159
160
161 --kubeconfig="" use a particular kubeconfig file
162
163
164 --log-backtrace-at=:0 when logging hits line file:N, emit a stack
165 trace
166
167
168 --log-cadvisor-usage=false Whether to log the usage of the cAdvi‐
169 sor container
170
171
172 --log-dir="" If non-empty, write log files in this directory
173
174
175 --log-file="" If non-empty, use this log file
176
177
178 --log-file-max-size=1800 Defines the maximum size a log file can
179 grow to. Unit is megabytes. If the value is 0, the maximum file size is
180 unlimited.
181
182
183 --log-flush-frequency=5s Maximum number of seconds between log
184 flushes
185
186
187 --logtostderr=true log to standard error instead of files
188
189
190 --machine-id-file="/etc/machine-id,/var/lib/dbus/machine-id"
191 Comma-separated list of files to check for machine-id. Use the
192 first one that exists.
193
194
195 --match-server-version=false Require server version to match
196 client version
197
198
199 -n, --namespace="" If present, the namespace scope for this CLI
200 request
201
202
203 --one-output=false If true, only write logs to their native sever‐
204 ity level (vs also writing to each lower severity level
205
206
207 --password="" Password for basic authentication to the API server
208
209
210 --profile="none" Name of profile to capture. One of
211 (none|cpu|heap|goroutine|threadcreate|block|mutex)
212
213
214 --profile-output="profile.pprof" Name of the file to write the
215 profile to
216
217
218 --referenced-reset-interval=0 Reset interval for referenced bytes
219 (container_referenced_bytes metric), number of measurement cycles after
220 which referenced bytes are cleared, if set to 0 referenced bytes are
221 never cleared (default: 0)
222
223
224 --request-timeout="0" The length of time to wait before giving up
225 on a single server request. Non-zero values should contain a corre‐
226 sponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't time‐
227 out requests.
228
229
230 -s, --server="" The address and port of the Kubernetes API server
231
232
233 --skip-headers=false If true, avoid header prefixes in the log
234 messages
235
236
237 --skip-log-headers=false If true, avoid headers when opening log
238 files
239
240
241 --stderrthreshold=2 logs at or above this threshold go to stderr
242
243
244 --storage-driver-buffer-duration=1m0s Writes in the storage driver
245 will be buffered for this duration, and committed to the non memory
246 backends as a single transaction
247
248
249 --storage-driver-db="cadvisor" database name
250
251
252 --storage-driver-host="localhost:8086" database host:port
253
254
255 --storage-driver-password="root" database password
256
257
258 --storage-driver-secure=false use secure connection with database
259
260
261 --storage-driver-table="stats" table name
262
263
264 --storage-driver-user="root" database username
265
266
267 --tls-server-name="" Server name to use for server certificate
268 validation. If it is not provided, the hostname used to contact the
269 server is used
270
271
272 --token="" Bearer token for authentication to the API server
273
274
275 --update-machine-info-interval=5m0s Interval between machine info
276 updates.
277
278
279 --user="" The name of the kubeconfig user to use
280
281
282 --username="" Username for basic authentication to the API server
283
284
285 -v, --v=0 number for the log level verbosity
286
287
288 --version=false Print version information and quit
289
290
291 --vmodule= comma-separated list of pattern=N settings for
292 file-filtered logging
293
294
295 --warnings-as-errors=false Treat warnings received from the server
296 as errors and exit with a non-zero exit code
297
298
299
301 # Display the current-context
302 kubectl config current-context
303
304
305
306
308 kubectl-config(1),
309
310
311
313 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
314 com) based on the kubernetes source material, but hopefully they have
315 been automatically generated since!
316
317
318
319Manuals User KUBERNETES(1)(kubernetes)