vagrant-k3s 0.1.1
Install from the command line:
Learn more about RubyGems packages
$ gem install vagrant-k3s --version "0.1.1"
Install via Gemfile:
source "https://rubygems.pkg.github.com/k3s-io" do
gem "vagrant-k3s", "0.1.1"
end
About this version
Manage k3s installations on Vagrant guests.
This gem is also available at https://rubygems.org/gems/vagrant-k3s. But if you'd like to do things the hard way (thanks github!):
wget -P /tmp https://github.com/dweomer/vagrant-k3s/releases/download/v0.1.1/vagrant-k3s-0.1.1.gem
vagrant plugin install /tmp/vagrant-k3s-0.1.1.gem