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
|
## 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…
Reference in New Issue