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