Skip to content

Commit 1db4807

Browse files
authored
Merge pull request #36645 from NitishKumar06/Nitish/36640
Minor modification in Kubectl cheatsheet.md
2 parents e82f720 + ecb0c27 commit 1db4807

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
@@ -390,7 +390,7 @@ kubectl cluster-info dump # Dump cur
390390
kubectl cluster-info dump --output-directory=/path/to/cluster-state # Dump current cluster state to /path/to/cluster-state
391391

392392
# View existing taints on which exist on current nodes.
393-
kubectl get nodes -o=custom-columns=NodeName:.metadata.name,TaintKey:.spec.taints[*].key,TaintValue:.spec.taints[*].value,TaintEffect:.spec.taints[*].effect
393+
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.
396396
kubectl taint nodes foo dedicated=special-user:NoSchedule

0 commit comments

Comments
 (0)