https://github.com/manics/k3s-vagrant
https://github.com/manics/k3s-vagrant
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/manics/k3s-vagrant
- Owner: manics
- Created: 2019-05-03T20:33:32.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2020-11-01T16:49:09.000Z (over 5 years ago)
- Last Synced: 2025-01-22T00:46:47.008Z (over 1 year ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# K3OS Vagrant
Vagantfile for [K3OS](https://github.com/rancher/k3os).
This Vagrantfile uses [this libvirt box](https://app.vagrantup.com/manics/boxes/k3os).
Vagrant cannot detect the operating system so you must run `vagrant provision` yourself.
This will replace the default K3S network plugin with Calico, and also copy your `~/.ssh/id_rsa.pub` into the VM so that you can ssh directly.
vagrant up
vagrant provision
To obtain a kube-config file containing the VMs external IP:
vagrant ssh -- cat /etc/rancher/k3s/k3s-ext.yaml > k3s.yaml