Application cookbook for Kubernetes Cluster installation and configuration
Centos 7.x
Key | Type | Description | Default |
---|---|---|---|
['docker']['version'] | String | Docker engine version | 1.12.1 |
['docker']['storage_driver'] | String | Docker engine storage driver | overlay |
Placeholder. TBD.
Include kubernetes
in your node's run_list
:
{
"run_list": [
"recipe[kubernetes::default]"
]
}
Author:: Alex Litvinenko (altvnk@me.com)