Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wuyue92tree/vagrant-rke-cluster
build k8s cluster base on vagrant/rke
https://github.com/wuyue92tree/vagrant-rke-cluster
k8s rke vagrant
Last synced: 10 days ago
JSON representation
build k8s cluster base on vagrant/rke
- Host: GitHub
- URL: https://github.com/wuyue92tree/vagrant-rke-cluster
- Owner: wuyue92tree
- Created: 2019-03-18T07:19:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-19T03:53:44.000Z (almost 6 years ago)
- Last Synced: 2024-12-01T18:38:43.756Z (2 months ago)
- Topics: k8s, rke, vagrant
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vagrant-rke-cluster
## Vagrantfile
[vagrant](https://www.vagrantup.com/)
```
vagrant up
```Notice: after create vm, you should setup ssh-key yourself.
## rke-cluster.yaml
[rke download](https://rancher.com/docs/rke/v0.1.x/en/installation/#download-the-rke-binary)
```
# use `rke config` can create a config friendly.rke up --config rke-cluster.yaml
```## use libvirt
[libvirt](https://github.com/vagrant-libvirt/vagrant-libvirt)
Notice: install libvirt depends first.
```
vagrant plugin install vagrant-libvirt
```