From 9673cebc291fe8315b24623fbc9559739bee1ba0 Mon Sep 17 00:00:00 2001 From: Matt Bruzek Date: Wed, 10 Aug 2016 11:32:38 -0500 Subject: [PATCH] Update the series and the README to reflect the change. --- cluster/juju/layers/kubernetes/README.md | 8 +++++--- cluster/juju/layers/kubernetes/metadata.yaml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/cluster/juju/layers/kubernetes/README.md b/cluster/juju/layers/kubernetes/README.md index 053626eb8f..ff23f71e99 100644 --- a/cluster/juju/layers/kubernetes/README.md +++ b/cluster/juju/layers/kubernetes/README.md @@ -23,8 +23,8 @@ The kubernetes charms require a relation to a distributed key value store objects. ``` -juju deploy trusty/etcd -juju deploy local:trusty/kubernetes +juju deploy etcd +juju deploy kubernetes 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 +**dns_domain**: Set the DNS domain for the Kubernetes cluster. + # Storage The kubernetes charm is built to handle multiple storage devices if the cloud 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` 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. diff --git a/cluster/juju/layers/kubernetes/metadata.yaml b/cluster/juju/layers/kubernetes/metadata.yaml index e9980d1a2d..4b135da119 100644 --- a/cluster/juju/layers/kubernetes/metadata.yaml +++ b/cluster/juju/layers/kubernetes/metadata.yaml @@ -16,4 +16,4 @@ requires: etcd: interface: etcd series: - - 'trusty' + - xenial