Skip to content

swaglive/docker-kubectl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker

Usage

docker run -it --rm \
    -e KUBECONFIG_CA=$CLUSTER_CA_CERT_IN_BASE64 \
    -e KUBECONFIG_SERVER=$CLUSTER_ENDPOINT \
    -e KUBECONFIG_TOKEN=$SERVICE_ACCOUNT_TOKEN \
    swaglive/kubctl config view