Skip to content

Commit 18c2fc9

Browse files
committed
Add missing env var (KUBECTL_KYAML) for kubectl, used for enabling kyaml output format
Signed-off-by: Maciej Szulik <[email protected]>
1 parent 7afcb13 commit 18c2fc9

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

content/en/docs/reference/kubectl/kubectl.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ kubectl [flags]
362362
<td colspan="2">KUBECTL_ENABLE_CMD_SHADOW</td>
363363
</tr>
364364
<tr>
365-
<td></td><td style="line-height: 130%; word-wrap: break-word;">When set to true, external plugins can be used as subcommands for builtin commands if subcommand does not exist. In alpha stage, this feature can only be used for create command(e.g. kubectl create networkpolicy).
365+
<td></td><td style="line-height: 130%; word-wrap: break-word;">When set to true, external plugins can be used as subcommands for builtin commands if subcommand does not exist. In alpha stage, this feature can only be used for create command(e.g. kubectl create networkpolicy).
366366
</td>
367367
</tr>
368368

@@ -386,7 +386,15 @@ kubectl [flags]
386386
<td colspan="2">KUBECTL_KUBERC</td>
387387
</tr>
388388
<tr>
389-
<td></td><td style="line-height: 130%; word-wrap: break-word;">When set to true, kuberc file is taken into account to define user specific preferences.
389+
<td></td><td style="line-height: 130%; word-wrap: break-word;">When set to true, kuberc file is taken into account to define user specific preferences.
390+
</td>
391+
</tr>
392+
393+
<tr>
394+
<td colspan="2">KUBECTL_KYAML</td>
395+
</tr>
396+
<tr>
397+
<td></td><td style="line-height: 130%; word-wrap: break-word;">When set to true, kubectl is capable of producing Kubernetes-specific dialect of YAML output format.
390398
</td>
391399
</tr>
392400

0 commit comments

Comments
 (0)