Fixed typo

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2022-07-04 09:13:46 +01:00
parent b5d6232b59
commit 60babf9451
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ If you want to get started with some `kubectl` plugins you can take a look at th
* [outdated](https://github.com/replicatedhq/outdated) - Find containers with outdated images * [outdated](https://github.com/replicatedhq/outdated) - Find containers with outdated images
* [gs](https://github.com/giantswarm/kubectl-gs) - Giant Swarms plugin for working with our managed clusters * [gs](https://github.com/giantswarm/kubectl-gs) - Giant Swarms plugin for working with our managed clusters
## #6 - `kshell` / `kubcetl debug` ## #6 - `kshell` / `kubectl debug`
There are many times where I need to launch a temporary pod in a cluster to aid with debugging, usually related to networking issues. To help with this I have a handy Bash alias to easily launch a temporary pod and drop me right into its shell. There are many times where I need to launch a temporary pod in a cluster to aid with debugging, usually related to networking issues. To help with this I have a handy Bash alias to easily launch a temporary pod and drop me right into its shell.