Skip to content

kubectl plugin to interactively peform exec command

License

Notifications You must be signed in to change notification settings

RossyWhite/k-iexec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

k-iexec

A plugin to perform kubectl exec with interactive selector.

Requirements

Installation

curl -LO https://raw.githubusercontent.com/RossyWhite/k-iexec/v0.0.2/kubectl-iexec
chmod u+x kubectl-iexec
mv kubectl-iexec /usr/local/bin

Usage

$ kubectl iexec --help

Usage: kubectl iexec [OPTIONS...] <query> -- <command>
OPTIONS:
  -h, --help               Show help for 'kubectl iexec'
  -n, --namespace string   The name of namespace to use
  --context string         The name of kubeconfig context to use
Examples:
  kubectl iexec -n kube-system kube-proxy -- /bin/sh
  kubectl iexec istiod --context my-cluster

About

kubectl plugin to interactively peform exec command

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages