Skip to content

Commit

Permalink
Update kubectl command to create pod (arunvelsriram#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshba authored Feb 13, 2023
1 parent 3707e47 commit 2f06fad
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 @@ -9,7 +9,7 @@ When using containers you might want to test the connectivity between the contai
For example, to run a one-off container in Kubernetes:

```
kubectl run --rm utils -it --generator=run-pod/v1 --image arunvelsriram/utils bash
kubectl run --rm utils -it --image arunvelsriram/utils bash
# You will be seeing a bash prompt
$ psql -h hostname -U test -d test
Expand Down

0 comments on commit 2f06fad

Please sign in to comment.