Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lindhe/asdf-rke2
Lets you manage the RKE2 binary, not for installing a cluster.
https://github.com/lindhe/asdf-rke2
asdf asdf-plugin rke2
Last synced: about 2 months ago
JSON representation
Lets you manage the RKE2 binary, not for installing a cluster.
- Host: GitHub
- URL: https://github.com/lindhe/asdf-rke2
- Owner: lindhe
- License: mit
- Created: 2024-07-11T08:26:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T09:45:09.000Z (6 months ago)
- Last Synced: 2024-07-12T10:16:36.908Z (6 months ago)
- Topics: asdf, asdf-plugin, rke2
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-rke2 [![Build](https://github.com/lindhe/asdf-rke2/actions/workflows/build.yml/badge.svg)](https://github.com/lindhe/asdf-rke2/actions/workflows/build.yml) [![Lint](https://github.com/lindhe/asdf-rke2/actions/workflows/lint.yml/badge.svg)](https://github.com/lindhe/asdf-rke2/actions/workflows/lint.yml)
[rke2](https://docs.rke2.io) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Dependencies
- `sh`, `curl`
- `INSTALL_RKE2_VERSION`: optionally set this environment variable to target a specific version of RKE2.# Install
Plugin:
```shell
asdf plugin add rke2
# or
asdf plugin add rke2 https://github.com/lindhe/asdf-rke2.git
```rke2:
```shell
# Show all installable versions
asdf list-all rke2# Install specific version
asdf install rke2 latest# Set a version globally (on your ~/.tool-versions file)
asdf global rke2 latest# Now rke2 commands are available
rke2 --version
```Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/lindhe/asdf-rke2/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Andreas Lindhé](https://github.com/lindhe/)