Skip to content

Commit dd7ee6d

Browse files
authored
Merge pull request #43853 from syaffers/syaffers-patch-1
Fix minor formatting issue in kubectl docs
2 parents db82373 + db0d363 commit dd7ee6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Operation | Syntax | Description
171171
`scale` | <code>kubectl scale (-f FILENAME &#124; TYPE NAME &#124; TYPE/NAME) --replicas=COUNT [--resource-version=version] [--current-replicas=count] [flags]</code> | Update the size of the specified replication controller.
172172
`set` | `kubectl set SUBCOMMAND [options]` | Configure application resources.
173173
`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 &#124; NODE) [flags] [options]</code> | Display Resource (CPU/Memory/Storage) usage of pod or node.
175175
`uncordon` | `kubectl uncordon NODE [options]` | Mark node as schedulable.
176176
`version` | `kubectl version [--client] [flags]` | Display the Kubernetes version running on the client and server.
177177
`wait` | <code>kubectl wait ([-f FILENAME] &#124; resource.group/resource.name &#124; resource.group [(-l label &#124; --all)]) [--for=delete&#124;--for condition=available] [options]</code> | Experimental: Wait for a specific condition on one or many resources.

0 commit comments

Comments
 (0)