Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cornfeedhobo/vagrant-microos-k3s-cilium
https://github.com/cornfeedhobo/vagrant-microos-k3s-cilium
k3s microos vagrant
Last synced: about 20 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/cornfeedhobo/vagrant-microos-k3s-cilium
- Owner: cornfeedhobo
- Created: 2023-11-23T02:42:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-23T02:42:47.000Z (about 1 year ago)
- Last Synced: 2024-12-02T14:30:45.809Z (about 2 months ago)
- Topics: k3s, microos, vagrant
- Language: Shell
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vagrant-microos-k3s-cilium
## Usage
1) Initialize the vagrant environment
```bash
make vagrant-init
```1) Start the VMs
```bash
make vagrant-up
```1) Wait for the VMs to shut down after combustion finishes, then reload
```bash
make vagrant-reload
```1) Connect to the first host and install cilium
```bash
make vagrant-ssh-a
sudo bash .vagrant/cilium.sh
```1) Wait for pods to be ready