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

NAME

6       kubectl certificate deny - Deny a certificate signing request
7
8
9

SYNOPSIS

11       kubectl certificate deny [OPTIONS]
12
13
14

DESCRIPTION

16       Deny a certificate signing request.
17
18
19       kubectl  certificate  deny allows a cluster admin to deny a certificate
20       signing request (CSR). This action tells  a  certificate  signing  con‐
21       troller to not to issue a certificate to the requestor.
22
23
24

OPTIONS

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

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

321       kubectl-certificate(1),
322
323
324

HISTORY

326       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
327       com) based on the kubernetes source material, but hopefully  they  have
328       been automatically generated since!
329
330
331
332Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum