This commit is contained in:
bryan 2024-06-04 22:32:28 +08:00
parent 94919337b7
commit 1c33a1fed6

View File

@ -1,4 +1,20 @@
## kubectl-plugins
# kubectl-plugins
kubectl plugins
* kubels
* kubemtuxlogs
## kubels (kubectl ls)
### Instal
```
kubectl krew index add qoobing https://git.qoobing.com/r/opensource/kubernetes/krew-index.git
kubectl krew install qoobing/kubels --no-update-index
```
### Usage
```
kubectl ls get pod
kubectl ls get pod -n kube-system
kubectl ls exec -it -- bash
kubectl ls logs --tail 100
```