Skip to content

missimg/kubectl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Missing Image: kubectl

You just found the kubectl you were looking for.

Usage

In-Cluster

Start a shell with kubectl in your kubernetes cluster:

K8S_VERSION=1.13
kubectl run -it --restart=Never --image missimg/kubectl:$K8S_VERSION --command /bin/sh my-kubectl-pod

Local

Run kubectl commands locally:

KUBECONFIG=$HOME/.kube/config
K8S_VERSION=1.13
docker run -it --rm -u $(id -u) -v $KUBECONFIG:/workspace/.kube/config missimg/kubectl:$K8S_VERSION \
    get nodes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published