Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf-kubectl

Kubectl plugin for asdf version manager

Install

asdf plugin add kubectl https://github.com/asdf-community/asdf-kubectl.git

Use

Check out the asdf documentation for instructions on how to install and manage versions of Kubectl.

Architecture Override

The ASDF_KUBECTL_OVERWRITE_ARCH variable can be used to override the architecture that is used for determining which kubectl build to download. The primary use case is when attempting to install an older version of kubectl for use on an Apple M1 computer as kubectl was not built for ARM at the time.

Without ASDF_KUBECTL_OVERWRITE_ARCH:

% asdf install kubectl 1.33.2
Downloading kubectl from https://storage.googleapis.com/kubernetes-release/release/v1.33.2/bin/darwin/arm64/kubectl

With ASDF_KUBECTL_OVERWRITE_ARCH:

% ASDF_KUBECTL_OVERWRITE_ARCH=amd64 asdf install kubectl 1.33.2
Downloading kubectl from https://storage.googleapis.com/kubernetes-release/release/v1.33.2/bin/darwin/amd64/kubectl

About

Kubectl plugin for the asdf version manager [maintainer=@DustinChaloupka]

Topics

Resources

Security policy

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.