This commit is contained in:
Jans Rautenbach 2025-12-01 21:42:19 +01:00 committed by GitHub
commit 0b07af1e50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -23,6 +23,8 @@ plugins=(... kubectl)
| kcdc | `kubectl config delete-context` | Delete the specified context from the kubeconfig |
| kccc | `kubectl config current-context` | Display the current-context |
| kcgc | `kubectl config get-contexts` | List of contexts available |
| kcsetns | `kcsc --current --namespace` | Update the current context namespace |
| kcgetns | `k config view --minify -o jsonpath=...` | Get the current context namespace |
| | | **General aliases** |
| kdel | `kubectl delete` | Delete resources by filenames, stdin, resources and names, or by resources and label selector |
| kdelf | `kubectl delete -f` | Delete a pod using the type and name specified in -f argument |