From ec2b7106b2c8b0785041be53fda1e29f1b0334e0 Mon Sep 17 00:00:00 2001 From: Julien FABRE Date: Sat, 19 Oct 2019 21:34:33 +0200 Subject: [PATCH] add Kustomize alias --- plugins/kubectl/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/kubectl/README.md b/plugins/kubectl/README.md index c0db59362..690a7018e 100644 --- a/plugins/kubectl/README.md +++ b/plugins/kubectl/README.md @@ -16,6 +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 kustomize file | | 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 |