/kubernetes-cookbook

Primary LanguageRubyOtherNOASSERTION

kubernetes-cookbook

Application cookbook for Kubernetes Cluster installation and configuration

Supported Platforms

Centos 7.x

Attributes

Key Type Description Default
['docker']['version'] String Docker engine version 1.12.1
['docker']['storage_driver'] String Docker engine storage driver overlay

Usage

Placeholder. TBD.

kubernetes::default

Include kubernetes in your node's run_list:

{
  "run_list": [
    "recipe[kubernetes::default]"
  ]
}

License and Authors

Author:: Alex Litvinenko (altvnk@me.com)