Update the series and the README to reflect the change.

This commit is contained in:
Matt Bruzek 2016-08-10 11:32:38 -05:00
parent 072798b253
commit 9673cebc29
2 changed files with 6 additions and 4 deletions

View File

@ -23,8 +23,8 @@ The kubernetes charms require a relation to a distributed key value store
objects. objects.
``` ```
juju deploy trusty/etcd juju deploy etcd
juju deploy local:trusty/kubernetes juju deploy kubernetes
juju add-relation kubernetes etcd juju add-relation kubernetes etcd
``` ```
@ -41,6 +41,8 @@ Changing the version causes the all the Kubernetes containers to be restarted.
**cidr**: Set the IP range for the Kubernetes cluster. eg: 10.1.0.0/16 **cidr**: Set the IP range for the Kubernetes cluster. eg: 10.1.0.0/16
**dns_domain**: Set the DNS domain for the Kubernetes cluster.
# Storage # Storage
The kubernetes charm is built to handle multiple storage devices if the cloud The kubernetes charm is built to handle multiple storage devices if the cloud
provider works with provider works with
@ -90,7 +92,7 @@ application along with the configuration needed to contact the cluster
securely. You will need to download the `/home/ubuntu/kubectl_package.tar.gz` securely. You will need to download the `/home/ubuntu/kubectl_package.tar.gz`
from the kubernetes leader unit to your machine so you can control the cluster. from the kubernetes leader unit to your machine so you can control the cluster.
**skydns.available** - Indicates when the Domain Name System (DNS) for the **kubedns.available** - Indicates when the Domain Name System (DNS) for the
cluster is operational. cluster is operational.

View File

@ -16,4 +16,4 @@ requires:
etcd: etcd:
interface: etcd interface: etcd
series: series:
- 'trusty' - xenial