Skip to content

Commit

Permalink
placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
seans3 committed Jul 21, 2021
1 parent 2923e6b commit bc23185
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
24 changes: 24 additions & 0 deletions content/en/docs/reference/kubectl/kubectl.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,31 @@ kubectl [flags]
</tbody>
</table>

## {{% heading "envvars" %}}

<table style="width: 100%; table-layout: fixed;">
<colgroup>
<col span="1" style="width: 10px;" />
<col span="1" />
</colgroup>
<tbody>

<tr>
<td colspan="2">KUBECONFIG</td>
</tr>
<tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;">Path to the kubectl configuration ("kubeconfig") file. Default: "$HOME/.kube/config"</td>
</tr>

<tr>
<td colspan="2">KUBECTL_COMMAND_HEADERS</td>
</tr>
<tr>
<td></td><td style="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>
</tr>

</tbody>
</table>

## {{% heading "seealso" %}}

Expand Down
5 changes: 4 additions & 1 deletion data/i18n/en/en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ other = "Older versions"
[end_of_life]
other = "End of Life:"

[envvars_heading]
other = "Environment Variables"

[error_404_were_you_looking_for]
other = "Were you looking for:"

Expand Down Expand Up @@ -235,4 +238,4 @@ other = "Versions"
other = "Warning:"

[whatsnext_heading]
other = "What's next"
other = "What's next"

0 comments on commit bc23185

Please sign in to comment.