From 6d46b30f63871b636d4b5ab97bc5867ef0d71f9b Mon Sep 17 00:00:00 2001 From: NanoNova Date: Sat, 11 Oct 2025 16:21:59 +0800 Subject: [PATCH] Update README.md --- plugins/kubectl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/kubectl/README.md b/plugins/kubectl/README.md index 3522301e0..5a024f564 100644 --- a/plugins/kubectl/README.md +++ b/plugins/kubectl/README.md @@ -16,7 +16,7 @@ plugins=(... kubectl) | k | `kubectl` | The kubectl command | | kca | `kubectl --all-namespaces` | The kubectl command targeting all namespaces | | kaf | `kubectl apply -f` | Apply a YML file | -| kak | `kubectl apply -k` | Apply a kustomization directory | +| kapk | `kubectl apply -k` | Apply a kustomization directory | | keti | `kubectl exec -ti` | Drop into an interactive terminal on a container | | | | **Manage configuration quickly to switch contexts between local, dev and staging** | | kcuc | `kubectl config use-context` | Set the current-context in a kubeconfig file |