You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/reference/kubectl/kubectl.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -328,7 +328,31 @@ kubectl [flags]
328
328
</tbody>
329
329
</table>
330
330
331
+
## {{% heading "envvars" %}}
331
332
333
+
<tablestyle="width: 100%; table-layout: fixed;">
334
+
<colgroup>
335
+
<colspan="1"style="width: 10px;" />
336
+
<colspan="1" />
337
+
</colgroup>
338
+
<tbody>
339
+
340
+
<tr>
341
+
<tdcolspan="2">KUBECONFIG</td>
342
+
</tr>
343
+
<tr>
344
+
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;">Path to the kubectl configuration ("kubeconfig") file. Default: "$HOME/.kube/config"</td>
345
+
</tr>
346
+
347
+
<tr>
348
+
<tdcolspan="2">KUBECTL_COMMAND_HEADERS</td>
349
+
</tr>
350
+
<tr>
351
+
<td></td><tdstyle="line-height: 130%; word-wrap: break-word;">When set to false, turns off extra HTTP headers detailing invoked kubectl command (Kubernetes version v1.22 or later)</td>
0 commit comments