diff --git a/pkg/kubectl/kubectl.go b/pkg/kubectl/kubectl.go index e6d8b600cac..13a1b3586f6 100644 --- a/pkg/kubectl/kubectl.go +++ b/pkg/kubectl/kubectl.go @@ -105,6 +105,7 @@ func expandResourceShortcut(resource string) string { // Please keep this alphabetized "cs": "componentstatuses", "ev": "events", + "ep": "endpoints", "limits": "limitRanges", "no": "nodes", "po": "pods",