Skip to content

Commit d3ada38

Browse files
committed
Minor modification in Kubectl cheatsheet.md
1 parent c44bbe5 commit d3ada38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ kubectl cluster-info # Display
389389
kubectl cluster-info dump # Dump current cluster state to stdout
390390
kubectl cluster-info dump --output-directory=/path/to/cluster-state # Dump current cluster state to /path/to/cluster-state
391391

392-
# View existing taints on which exist on current nodes.
392+
# "View existing taints on which exist on current nodes."
393393
kubectl get nodes -o=custom-columns=NodeName:.metadata.name,TaintKey:.spec.taints[*].key,TaintValue:.spec.taints[*].value,TaintEffect:.spec.taints[*].effect
394394

395395
# If a taint with that key and effect already exists, its value is replaced as specified.

0 commit comments

Comments
 (0)