kubectl [page]deterministic
##
[definition:kubectl]
Find more information in [Command line tool](/docs/reference/kubectl/) (`kubectl`).
```shell kubectl [flags] ```
##
<table style="width: 100%; table-layout: fixed;"> <colgroup> <col span="1" style="width: 10px;" /> <col span="1" /> </colgroup> <tbody>
<tr> <td colspan="2">--add-dir-header</td> </tr> <tr> <td></td><td style="line-height: 130%; word-wrap: break-word;">If true, adds the file directory to the header of the log messages</td> </tr>
<tr> <td colspan="2">--alsologtostderr</td> </tr> <tr> <td></td><td style="line-height: 130%; word-wrap: break-word;">log to standard error as well as files</td> </tr>
<tr> <td colspan="2">--as string</td> </tr> <tr> <td></td><td style="line-height: 130%; word-wrap: break-word;">Username to impersonate for the operation</td> </tr>
<tr> <td colspan="2">--as-group stringArray</td> </tr> <tr> <td></td><td style="line-height: 130%; word-wrap: break-word;">Group to impersonate for the operation, this flag can be repeated to specify multiple groups.</td> </tr>
<tr> <td colspan="2">--azure-container-registry-config string</td> </tr> <tr> <td></td><td style="line-height: 130%; word-wrap: break-word;">Path to the file containing Azure container registry configuration information.</td> </tr>
<tr> <td colspan="2">--cache-dir string Default: "$HOME/.kube/cache"</td> </tr> <tr> <td></td><td style="line-height: 130%; word-wrap: break-word;">Default cache directory</td> </tr>
<tr> <td colspan="2">--certificate-authority string</td> </tr> <tr> <td></td><td style="line-height: 130%; word-wrap: break-word;">Path to a cert file for the certificate authority</td> </tr>
<tr> <td colspan="2">--client-certificate string</td> </tr> <tr> <td></td><td style="line-height: 130%; word-wrap: break-word;">Path to a client certificate file for TLS</td> </tr>
<tr> <td colspan="2">--client-key string</td> </tr> <tr> <td></td><td style="line-height: 130%; word-wrap: break-word;">Path to a client key file for TLS</td> </tr>
<tr> <td colspan="2">--cloud-provider-gce-l7lb-src-cidrs cidrs Default: 130.211.0.0/22,35.191.0.0/16</td> </tr> <tr> <td></td><td style="line-height: 130%; word-wrap: break-word;">CIDRs opened in GCE firewall for L7 LB traffic proxy & health checks</td> </tr>
<tr> <td colspan="2">--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16</td> </tr> <tr> <td></td><td style="line-height: 130%; word-wrap: break-word;">CIDRs opened in GCE firewall for L4 LB traffic proxy & health checks</td> </tr>
<tr> <td colspan="2">--cluster string</td> </tr> <tr> <td></td><td style="line-height: 130%; word-wrap: break-word;">The name of the kubeconfig cluster to use</td> </tr>
<tr> <td colspan="2">--context string</td> </tr> <tr> <td></td><td style="line-height: 130%; word-wrap: break-word;">The name of the kubeconfig context to use</td> </tr>
<tr> <td colspan="2">--default-not-ready-toleration-seconds int Default: 300</td> </tr> <tr> <td></td><td style="line-height: 130%; word-wrap: break-word;">Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration.</td> </tr>
<tr> <td colspan="2">--default-unreachable-toleration-seconds int Default: 300</td> </tr> <tr> <td></td><td style="line-height: 130%; word-wrap: break-word;">Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration.</td> </tr>
<tr> <td colspan="2">-h, --help</td> </tr> <tr> <td></td><td style="line-height: 130%; word-wrap: break-word;">help for kubectl</td> </tr>
<tr> <td colspan="2">--insecure-skip-tls-verify</td> </tr> <tr> <td></td><td style="line-height: 130%; word-wrap: break-word;">If true, the server's certificate …(trimmed)