Skip to content

Instantly share code, notes, and snippets.

@lazypower
Created April 14, 2015 15:44
Show Gist options
  • Save lazypower/6d8bdd16384a0b78eabe to your computer and use it in GitHub Desktop.
Save lazypower/6d8bdd16384a0b78eabe to your computer and use it in GitHub Desktop.
kubernetes:
services:
"kubernetes-master":
charm: cs:~kubernetes/trusty/kubernetes-master-5
annotations:
"gui-x": "600"
"gui-y": "0"
expose: true
docker:
charm: cs:trusty/docker-2
num_units: 2
options:
latest: true
annotations:
"gui-x": "0"
"gui-y": "0"
flannel-docker:
charm: cs:trusty/flannel-docker-1
annotations:
"gui-x": "0"
"gui-y": "300"
kubernetes:
charm: cs:~kubernetes/trusty/kubernetes-5
annotations:
"gui-x": "300"
"gui-y": "300"
etcd:
charm: cs:~kubernetes/trusty/etcd-1
annotations:
"gui-x": "300"
"gui-y": "0"
relations:
- - "flannel-docker:network"
- "docker:network"
- - "flannel-docker:docker-host"
- "docker:juju-info"
- - "flannel-docker:db"
- "etcd:client"
- - "kubernetes:docker-host"
- "docker:juju-info"
- - "etcd:client"
- "kubernetes:etcd"
- - "etcd:client"
- "kubernetes-master:etcd"
- - "kubernetes-master:minions-api"
- "kubernetes:api"
series: trusty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment