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
`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.
172
172
`set` | `kubectl set SUBCOMMAND [options]` | Configure application resources.
173
173
`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.
174
-
`top` | `kubectl top (POD | NODE) [flags] [options]` | Display Resource (CPU/Memory/Storage) usage of pod or node.
174
+
`top` | <code>kubectl top (POD | NODE) [flags][options]</code> | Display Resource (CPU/Memory/Storage) usage of pod or node.
175
175
`uncordon` | `kubectl uncordon NODE [options]` | Mark node as schedulable.
176
176
`version` | `kubectl version [--client] [flags]` | Display the Kubernetes version running on the client and server.
177
177
`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