mirror of https://github.com/ohmyzsh/ohmyzsh.git
feat(kubectl): add convenient aliases for 'kubectl rollout restart' to enhance usability and simplify deployment workflows
This commit is contained in:
parent
8eb09de255
commit
0dc72cc7e0
|
@ -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 |
|
||||
|
|
Loading…
Reference in New Issue