https://github.com/batazor/vagrant-coreos
Cluster for work with Kubernetes on CoreOS
https://github.com/batazor/vagrant-coreos
cluster coreos etcd vagrant
Last synced: 4 days ago
JSON representation
Cluster for work with Kubernetes on CoreOS
- Host: GitHub
- URL: https://github.com/batazor/vagrant-coreos
- Owner: batazor
- License: mit
- Created: 2017-06-20T14:44:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-12T10:45:49.000Z (about 7 years ago)
- Last Synced: 2025-02-28T17:52:44.898Z (over 1 year ago)
- Topics: cluster, coreos, etcd, vagrant
- Homepage: https://batazor.github.io/vagrant-coreos
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vagrant-coreos
Cluster for work with Kubernetes on CoreOS
### Getting start
```
# Clone project
git clone https://github.com/batazor/vagrant-coreos.git
cd vagrant-coreos
# Install dependencies
vagrant plugin install vagrant-env
# Run
cp .env.example .env
vagrant up
# Connect (example)
ssh core@172.17.7.101
```
### Setting
For settings use file `.env`
| **NAME** | **Default** | **Description** |
|-----------------------|---------------|--------------------------------------|
| NUM_INSTANCES | 3 | count machine |
|-----------------------|---------------|--------------------------------------|
| INSTANCE_NAME_PREFIX | core | |
| UPDATE_CHANNEL | stable | |
| IMAGE_VERSION | current | |
|-----------------------|---------------|--------------------------------------|
| VM_GUI | false | |
| VM_MEMORY | 1024 | |
| VM_CPUS | 1 | |
| VB_CPUEXECUTIONCAP | 100 | |
|-----------------------|---------------|--------------------------------------|