document plugin resolution as subcommand for builtin commands

This commit is contained in:
Arda Güçlü 2023-03-06 08:21:57 +03:00
parent 4b409b6c95
commit 1cbca5cf36
1 changed files with 8 additions and 0 deletions

View File

@ -361,6 +361,14 @@ kubectl [flags]
</td>
</tr>
<tr>
<td colspan="2">KUBECTL_ENABLE_CMD_SHADOW</td>
</tr>
<tr>
<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).
</td>
</tr>
</tbody>
</table>