Socket
Book a DemoInstallSign in
Socket

protocore

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protocore

0.0.1
bundlerRubygems
Version published
Maintainers
1
Created
Source

Protocore

CoreOS cluster configuration generator

Installation

$ gem install protocore

Usage

Creating your cluster config templates

In your cluster config you need a hosts key containing an array of all the hosts in your cluster. You can configure these hosts by using regular YAML inheritance. For a full example take a look at this cluster-config.yaml.

node: &node
  coreos:
    update:
      reboot-strategy: etcd-lock
      group: beta
hosts:
  - hostname: node.1
    <<: *node

Command line client

Plan your cluster and print cloud-config for all host

$ protocore plan
#cloud-config
hostname: node.1
coreos:
  etcd:
...

#cloud-config
hostname: node.2
coreos:
  etcd:
...

#cloud-config
hostname: db.1
coreos:
  etcd:
...

FAQs

Package last updated on 24 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.