Skip to content

anthoneous/docker-kubectl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-kubectl

This repo is a portable version of kubectl for older EKS configurations.

Add the following lines to bash profile

export KUBEDOCKER='1.10.7' # change to version needed here
alias kubectl-docker='docker run --rm -v $HOME/.kube:/root/.kube ghcr.io/anthoneous/kubectl:$KUBEDOCKER kubectl'

Test command

kubectl-docker version

Makefile commands

make all
make build
make test
make push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •