Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the series and the README to reflect the change. #30374

Merged
merged 1 commit into from
Oct 12, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 5 additions & 3 deletions cluster/juju/layers/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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
Expand Down Expand Up @@ -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.


Expand Down
2 changes: 1 addition & 1 deletion cluster/juju/layers/kubernetes/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ requires:
etcd:
interface: etcd
series:
- 'trusty'
- xenial