From 1c33a1fed68cfbdc56137c8705b28915230d8ccd Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 4 Jun 2024 22:32:28 +0800 Subject: [PATCH] readme --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4221615..fc06c0b 100644 --- a/README.md +++ b/README.md @@ -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 +```