https://github.com/looztra/asdf-k9s
asdf plugin to install k9s
https://github.com/looztra/asdf-k9s
asdf-plugin
Last synced: 7 months ago
JSON representation
asdf plugin to install k9s
- Host: GitHub
- URL: https://github.com/looztra/asdf-k9s
- Owner: looztra
- License: apache-2.0
- Created: 2019-07-16T11:22:10.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-15T21:23:40.000Z (8 months ago)
- Last Synced: 2025-03-15T22:24:53.026Z (8 months ago)
- Topics: asdf-plugin
- Language: Shell
- Homepage:
- Size: 62.5 KB
- Stars: 16
- Watchers: 2
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# asdf-k9s
[](https://github.com/looztra/asdf-k9s/actions/workflows/code_checks.yml)
[](https://github.com/looztra/asdf-k9s/actions/workflows/workflows_checks.yml)
[](https://github.com/looztra/asdf-k9s/blob/master/LICENSE)
[k9s](https://github.com/derailed/k9s) plugin for the [asdf version manager](https://asdf-vm.com).
## Contents
- [Contents](#contents)
- [Dependencies](#dependencies)
- [Install](#install)
- [add the plugin](#add-the-plugin)
- [install k9s](#install-k9s)
- [Notes](#notes)
## Dependencies
- `bash`, `curl`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
## Install
### add the plugin
```shell
asdf plugin add k9s
```
Or:
```shell
asdf plugin add k9s https://github.com/looztra/asdf-k9s.git
```
### install k9s
```shell
# Show all installable versions
asdf list all k9s
# Install latest version
asdf install k9s latest
# Set a version globally (on your ~/.tool-versions file)
asdf global k9s latest
# Now k9s commands are available
k9s --help
```
Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.
## Notes
- On 2024/08/23, the default branch changed from `master` to `main` so don't forget to run `asdf plugin update k9s`