Go to file
2024-06-05 23:24:12 +08:00
release 0.1.1 2024-06-05 23:24:12 +08:00
src/ls 0.1.1 2024-06-05 23:24:12 +08:00
.gitattributes init repo 2024-05-25 12:57:03 +08:00
.gitignore init-kubels 2024-06-04 19:41:39 +08:00
Makefile 0.1.1 2024-06-05 23:24:12 +08:00
README.md readme 2024-06-04 22:32:28 +08:00

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