https://github.com/sufuf3/k3sup-lab
https://github.com/sufuf3/k3sup-lab
k3s k3s-cluster k3sup vagrant
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sufuf3/k3sup-lab
- Owner: sufuf3
- Created: 2019-10-16T17:57:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T10:54:05.000Z (over 6 years ago)
- Last Synced: 2025-07-17T11:04:41.253Z (11 months ago)
- Topics: k3s, k3s-cluster, k3sup, vagrant
- Language: Shell
- Size: 5.86 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# k3sup Lab via Vagrant
> 1 node for inatall k3sup, 3 nodes as a k3s cluster
## Setup
```sh
git clone https://github.com/sufuf3/k3sup-lab.git
cd k3sup-lab/ && sh deploy-vagrant.sh
```
## Verification
```sh
# vagrant ssh k3sup-host
vagrant@ubuntu-bionic:~$ kubectl get no
NAME STATUS ROLES AGE VERSION
node-2 Ready worker 40m v1.15.4-k3s.1
node-1 Ready worker 45m v1.15.4-k3s.1
k3sup-master Ready master 47m v1.15.4-k3s.1
```