Skip to content

Commit

Permalink
Merge pull request cheat#60 from ybudimirov/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in command
  • Loading branch information
chrisallenlane authored Jan 25, 2021
2 parents 49ec616 + 80e632d commit b3ea3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubectl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kubectl explain resource_name.field_name
kubectl options

# Setup Kubectl autocomplete in bash(to use press Tab)
source <(kubectl completion bash
source <(kubectl completion bash)

# Display all resources in all namespaces
kubectl get all -A

0 comments on commit b3ea3f1

Please sign in to comment.