2016-03-07 17:23:01 +00:00
|
|
|
options:
|
|
|
|
version:
|
|
|
|
type: string
|
2016-05-27 19:16:40 +00:00
|
|
|
default: "v1.2.3"
|
2016-03-07 17:23:01 +00:00
|
|
|
description: |
|
2016-05-27 19:16:40 +00:00
|
|
|
The version of Kubernetes to use in this charm. The version is inserted
|
|
|
|
in the configuration files that specify the hyperkube container to use
|
|
|
|
when starting a Kubernetes cluster. Changing this value will restart the
|
|
|
|
Kubernetes cluster.
|
2016-03-07 17:23:01 +00:00
|
|
|
cidr:
|
|
|
|
type: string
|
|
|
|
default: 10.1.0.0/16
|
|
|
|
description: |
|
2016-05-27 19:16:40 +00:00
|
|
|
Network CIDR to assign to Kubernetes service groups. This must not
|
|
|
|
overlap with any IP ranges assigned to nodes for pods.
|
|
|
|
dns_domain:
|
|
|
|
type: string
|
|
|
|
default: cluster.local
|
|
|
|
description: |
|
|
|
|
The domain name to use for the Kubernetes cluster by the
|
|
|
|
skydns service.
|