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

NAME

6       kubectl certificate approve - Approve a certificate signing request
7
8
9

SYNOPSIS

11       kubectl certificate approve [OPTIONS]
12
13
14

DESCRIPTION

16       Approve a certificate signing request.
17
18
19       kubectl  certificate  approve  allows a cluster admin to approve a cer‐
20       tificate signing request (CSR). This action tells a certificate signing
21       controller  to issue a certificate to the requestor with the attributes
22       requested in the CSR.
23
24
25       SECURITY NOTICE: Depending on the requested attributes, the issued cer‐
26       tificate  can potentially grant a requester access to cluster resources
27       or to authenticate as a requested identity.  Before  approving  a  CSR,
28       ensure you understand what the signed certificate can do.
29
30
31

OPTIONS

33       --allow-missing-template-keys=true
34           If  true, ignore any errors in templates when a field or map key is
35       missing in the template. Only applies to  golang  and  jsonpath  output
36       formats.
37
38
39       -f, --filename=[]
40           Filename,  directory,  or  URL to files identifying the resource to
41       update
42
43
44       --force=false
45           Update the CSR even if it is already approved.
46
47
48       -o, --output=""
49           Output   format.   One    of:    json|yaml|name|go-template|go-tem‐
50       plate-file|template|templatefile|jsonpath|jsonpath-file.
51
52
53       -R, --recursive=false
54           Process  the  directory  used in -f, --filename recursively. Useful
55       when you want to manage related manifests  organized  within  the  same
56       directory.
57
58
59       --template=""
60           Template  string  or  path  to template file to use when -o=go-tem‐
61       plate, -o=go-template-file. The template format is golang  templates  [
62http://golang.org/pkg/text/template/#pkg-overview⟩].
63
64
65

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

343       kubectl-certificate(1),
344
345
346

HISTORY

348       January 2015, Originally compiled by Eric Paris (eparis at  redhat  dot
349       com)  based  on the kubernetes source material, but hopefully they have
350       been automatically generated since!
351
352
353
354Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum