Skip to content

script providing enhanced functionality around kubectl exec

Notifications You must be signed in to change notification settings

davidquarles/ksh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Usage

ksh POD [FLAGS] [-- COMMAND]

Note that POD uses pattern-matching, strict equality is not required. COMMAND defaults to bash if not specified.

Flags:

-c, --container="": Container name.  This actually uses pattern-matching, strict equality is not required.  If a single container can not be deterministically selected (or if this arg is omitted for multi-container pods), you will be prompted to choose a container.
--context="": The name of the kubeconfig context to use
--namespace="": If present, the namespace scope for this CLI request.

About

script providing enhanced functionality around kubectl exec

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages