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
`edit` | <code>kubectl edit (-f FILENAME | TYPE NAME | TYPE/NAME) [flags]</code> | Edit and update the definition of one or more resources on the server by using the default editor.
140
140
`events` | `kubectl events` | List events
141
141
`exec` | `kubectl exec POD [-c CONTAINER] [-i] [-t] [flags] [-- COMMAND [args...]]` | Execute a command against a container in a pod.
142
-
`explain` | `kubectl explain [--recursive=false] [flags]` | Get documentation of various resources. For instance pods, nodes, services, etc.
142
+
`explain` | `kubectl explain TYPE [--recursive=false] [flags]` | Get documentation of various resources. For instance pods, nodes, services, etc.
143
143
`expose` | <code>kubectl expose (-f FILENAME | TYPE NAME | TYPE/NAME) [--port=port][--protocol=TCP|UDP][--target-port=number-or-name][--name=name][--external-ip=external-ip-of-service][--type=type][flags]</code> | Expose a replication controller, service, or pod as a new Kubernetes service.
144
144
`get` | <code>kubectl get (-f FILENAME | TYPE [NAME | /NAME | -l label]) [--watch][--sort-by=FIELD][[-o | --output]=OUTPUT_FORMAT][flags]</code> | List one or more resources.
145
145
`kustomize` | `kubectl kustomize <dir> [flags] [options]` | List a set of API resources generated from instructions in a kustomization.yaml file. The argument must be the path to the directory containing the file, or a git repository URL with a path suffix specifying same with respect to the repository root.
`scale` | <code>kubectl scale (-f FILENAME | TYPE NAME | TYPE/NAME) --replicas=COUNT [--resource-version=version][--current-replicas=count][flags]</code> | Update the size of the specified replication controller.
157
157
`set` | `kubectl set SUBCOMMAND [options]` | Configure application resources.
158
158
`taint` | `kubectl taint NODE NAME KEY_1=VAL_1:TAINT_EFFECT_1 ... KEY_N=VAL_N:TAINT_EFFECT_N [options]` | Update the taints on one or more nodes.
`top` | `kubectl top (POD | NODE) [flags] [options]` | Display Resource (CPU/Memory/Storage) usage of pod or node.
160
160
`uncordon` | `kubectl uncordon NODE [options]` | Mark node as schedulable.
161
161
`version` | `kubectl version [--client] [flags]` | Display the Kubernetes version running on the client and server.
162
162
`wait` | <code>kubectl wait ([-f FILENAME]| resource.group/resource.name | resource.group [(-l label | --all)]) [--for=delete|--for condition=available][options]</code> | Experimental: Wait for a specific condition on one or many resources.
0 commit comments