mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
fix(kubectl): remove duplicated alias for kubectl plugin kgsa
(#9927)
This commit is contained in:
parent
81db2af601
commit
0869a57cb5
2 changed files with 0 additions and 2 deletions
|
@ -107,7 +107,6 @@ plugins=(... kubectl)
|
|||
| ksss | `kubectl scale statefulset` | Scale a statefulset |
|
||||
| krsss | `kubectl rollout status statefulset`| Check the rollout status of a deployment |
|
||||
| | | **Service Accounts management** |
|
||||
| kgsa | `kubectl get sa` | List all service accounts |
|
||||
| kdsa | `kubectl describe sa` | Describe a service account in details |
|
||||
| kdelsa | `kubectl delete sa` | Delete the service account |
|
||||
| | | **DaemonSet management** |
|
||||
|
|
|
@ -151,7 +151,6 @@ alias kdpvc='kubectl describe pvc'
|
|||
alias kdelpvc='kubectl delete pvc'
|
||||
|
||||
# Service account management.
|
||||
alias kgsa="kubectl get sa"
|
||||
alias kdsa="kubectl describe sa"
|
||||
alias kdelsa="kubectl delete sa"
|
||||
|
||||
|
|
Loading…
Reference in a new issue