1KUBERNETES(1)                      Jan 2015                      KUBERNETES(1)
2
3
4

NAME

6       kubectl set - Set specific features on objects
7
8
9

SYNOPSIS

11       kubectl set [OPTIONS]
12
13
14

DESCRIPTION

16       Configure application resources
17
18
19       These commands help you make changes to existing application resources.
20
21
22

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

285       kubectl(1),          kubectl-set-env(1),          kubectl-set-image(1),
286       kubectl-set-resources(1),   kubectl-set-selector(1),   kubectl-set-ser‐
287       viceaccount(1), kubectl-set-subject(1),
288
289
290

HISTORY

292       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
293       com) based on the kubernetes source material, but hopefully  they  have
294       been automatically generated since!
295
296
297
298Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum