From 3dc4c18f4125160697d7a05289e88ccf5dc9fff2 Mon Sep 17 00:00:00 2001 From: gjbae1212 Date: Thu, 4 Feb 2021 10:54:03 +0900 Subject: [PATCH] Modify comment. --- .krew.yaml | 3 +++ cmd/root.go | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.krew.yaml b/.krew.yaml index 0da4dd1..c683d73 100644 --- a/.krew.yaml +++ b/.krew.yaml @@ -23,6 +23,9 @@ spec: # Rename context name in k8s config, using an interactive CLI. kubectl cred rename + + # Delete context in k8s config, using an interactive CLI. + kubectl cred delete platforms: - selector: matchLabels: diff --git a/cmd/root.go b/cmd/root.go index fdf330e..97588df 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -31,6 +31,9 @@ kubectl cred current # Rename context name in k8s config, using an interactive CLI. kubectl cred rename + +# Delete context in k8s config, using an interactive CLI. +kubectl cred delete `, } )