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
`cluster-info` | `kubectl cluster-info [flags]` | Display endpoint information about the master and services in the cluster.
90
90
`completion` | `kubectl completion SHELL [options]` | Output shell completion code for the specified shell (bash or zsh).
91
91
`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.
93
93
`cordon` | `kubectl cordon NODE [options]` | Mark node as unschedulable.
94
94
`cp` | `kubectl cp <file-spec-src> <file-spec-dest> [options]` | Copy files and directories to and from containers.
95
95
`create` | `kubectl create -f FILENAME [flags]` | Create one or more resources from a file or stdin.
0 commit comments