Skip to content

Commit 60d8eaf

Browse files
committed
Add requirement note for kubectl convert command reference
Signed-off-by: bhumijgupta <[email protected]>
1 parent 5c84822 commit 60d8eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Operation | Syntax | Description
8989
`cluster-info` | `kubectl cluster-info [flags]` | Display endpoint information about the master and services in the cluster.
9090
`completion` | `kubectl completion SHELL [options]` | Output shell completion code for the specified shell (bash or zsh).
9191
`config` | `kubectl config SUBCOMMAND [flags]` | Modifies kubeconfig files. See the individual subcommands for details.
92-
`convert` | `kubectl convert -f FILENAME [options]` | Convert config files between different API versions. Both YAML and JSON formats are accepted.
92+
`convert` | `kubectl convert -f FILENAME [options]` | Convert config files between different API versions. Both YAML and JSON formats are accepted. Note - requires `kubectl-convert` plugin to be installed.
9393
`cordon` | `kubectl cordon NODE [options]` | Mark node as unschedulable.
9494
`cp` | `kubectl cp <file-spec-src> <file-spec-dest> [options]` | Copy files and directories to and from containers.
9595
`create` | `kubectl create -f FILENAME [flags]` | Create one or more resources from a file or stdin.

0 commit comments

Comments
 (0)