From 15944c07889fc56814d3af377d323162738455cf Mon Sep 17 00:00:00 2001 From: Dima Golomozy Date: Mon, 23 Sep 2024 11:43:10 +0300 Subject: [PATCH] Update README.md --- plugins/kubectl/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/kubectl/README.md b/plugins/kubectl/README.md index 28a502d11..f98336cbe 100644 --- a/plugins/kubectl/README.md +++ b/plugins/kubectl/README.md @@ -26,6 +26,9 @@ plugins=(... kubectl) | | | **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 | +| kg | `kubectl get` | Display one or many resources | +| ke | `kubectl edit` | Edit a resource on the server | +| kd | `kubectl describe` | Show details of a specific resource or group of resources | | | | **Pod management** | | kgp | `kubectl get pods` | List all pods in ps output format | | kgpl | `kgp -l` | Get pods by label. Example: `kgpl "app=myapp" -n myns` |