From 0dc72cc7e0194440e323cdbc5b5f44314a0d0858 Mon Sep 17 00:00:00 2001 From: mofibo Date: Thu, 2 Jan 2025 18:00:37 +0100 Subject: [PATCH] feat(kubectl): add convenient aliases for 'kubectl rollout restart' to enhance usability and simplify deployment workflows --- 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 22a4d57de..f89c2ec35 100644 --- a/plugins/kubectl/README.md +++ b/plugins/kubectl/README.md @@ -12,7 +12,7 @@ plugins=(... kubectl) ## Aliases | Alias | Command | Description | -|:---------|:---------------------------------------------------|:-------------------------------------------------------------------------------------------------| +| :------- | :------------------------------------------------- | :----------------------------------------------------------------------------------------------- | | k | `kubectl` | The kubectl command | | kca | `kubectl --all-namespaces` | The kubectl command targeting all namespaces | | kaf | `kubectl apply -f` | Apply a YML file |