Skip to content

yangl900/canipull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

can-i-pull

canipull is a simple kubectl plugin to validate if your Kubernetes cluster running on Azure (AKS or self-hosted) has correct setup to pull container images from Azure Container Registry.

Install

On linux / mac, run:

wget https://raw.githubusercontent.com/yangl900/canipull/main/plugin/kubectl-check_acr && \ 
chmod +x ./kubectl-check_acr && \
sudo mv -f ./kubectl-check_acr /usr/local/bin

Usage

Following command will perform the authorization check as well as other best practice for ACR in the cluster context.

kubectl check-acr foobar.azurecr.io

Demo

asciicast

About

A kubectl plugin that validate Azure Container Registry authentication setup.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published