Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidjenni/coreupbash
Create and manage CoreOS cluster, using bash
https://github.com/davidjenni/coreupbash
Last synced: 6 days ago
JSON representation
Create and manage CoreOS cluster, using bash
- Host: GitHub
- URL: https://github.com/davidjenni/coreupbash
- Owner: davidjenni
- License: mit
- Created: 2017-04-03T05:58:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T05:59:25.000Z (over 7 years ago)
- Last Synced: 2024-10-18T05:57:46.532Z (about 1 month ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scripts to bring up a CoreOS cluster
Scripts currently assume to be run on a current macOS; cluster is created as VMs in DigitalOcean## Local CA
Creates and stores local CA certificates under localCA/certs. Config information is kept in 2 .json files in localCA
```bash
sh ./init-CA.sh
```## Environment variables
The following env variables of docker-machine are used:
- `DIGITALOCEAN_ACCESS_TOKEN` Personal acccess token of your [DO account](https://cloud.digitalocean.com/settings/api/tokens)
- `DIGITALOCEAN_SSH_KEY_PATH` Path to SSH public key to use to login to CoreOS## Links
- https://blog.cloudflare.com/how-to-build-your-own-public-key-infrastructure/
- https://github.com/cloudflare/cfssl