mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
feat(kubectl): add convenient aliases for 'kubectl rollout restart' to enhance usability and simplify deployment workflows
This commit is contained in:
parent
cd845f1367
commit
1b4e3fa8c8
1 changed files with 120 additions and 120 deletions
|
|
@ -12,7 +12,7 @@ plugins=(... kubectl)
|
||||||
## Aliases
|
## Aliases
|
||||||
|
|
||||||
| Alias | Command | Description |
|
| Alias | Command | Description |
|
||||||
| :------- |:--------------------------------------------------------| :----------------------------------------------------------------------------------------------- |
|
|:---------|:---------------------------------------------------|:-------------------------------------------------------------------------------------------------|
|
||||||
| k | `kubectl` | The kubectl command |
|
| k | `kubectl` | The kubectl command |
|
||||||
| kca | `kubectl --all-namespaces` | The kubectl command targeting all namespaces |
|
| kca | `kubectl --all-namespaces` | The kubectl command targeting all namespaces |
|
||||||
| kaf | `kubectl apply -f` | Apply a YML file |
|
| kaf | `kubectl apply -f` | Apply a YML file |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue