Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Anto Joseph authored Jul 21, 2020
1 parent 0289460 commit 148fb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ $kubectl config get-contexts
# get all pods in the cluster ( all -namespaces )
$kubectl get pods -A

# get a shell inside a pod inside the cluster (for debugging ) ( get the pod name using kubectl get pods -A )
# get a shell inside a pod inside the cluster (for debugging )
$kubectl exec -it podnamehere /bin/bash

```
Expand Down

0 comments on commit 148fb10

Please sign in to comment.