From c7af9dc1ee50cf9af43304a1bcfa13ca648b4e9e Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Thu, 13 Mar 2025 09:13:16 +0100 Subject: [PATCH] Fixes formating --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6ae903..1329283 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,13 @@ kubectl plugin list ## kubectl-rsh Creates a pod on the node and executes a shell on that node. + You need cluster admin rights and privileged pod execution rights +``` Usage: kubectl rsh [nodeName] +``` ### Variables | Name | Default | Desciption | @@ -28,6 +31,7 @@ Usage: ## kubectl-deprecated_api Lists APIs flagged as deprecated - +``` Usage: kubectl deprecated-api +```