canipull

command module
v0.0.0-...-ac146c2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 23, 2020 License: MIT Imports: 14 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
authorizer/mock_authorizer
Package mock_authorizer is a generated GoMock package.
Package mock_authorizer is a generated GoMock package.
log

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL