Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
0869a57c
Unverified
Commit
0869a57c
authored
Jun 12, 2021
by
Wenli Wan
Committed by
GitHub
Jun 11, 2021
Browse files
fix(kubectl): remove duplicated alias for kubectl plugin `kgsa` (#9927)
parent
81db2af6
Changes
2
Hide whitespace changes
Inline
Side-by-side
plugins/kubectl/README.md
View file @
0869a57c
...
...
@@ -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**
|
...
...
plugins/kubectl/kubectl.plugin.zsh
View file @
0869a57c
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment