Skip to content

Instantly share code, notes, and snippets.

@lazypower
Created April 9, 2015 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lazypower/b64070bc83d3e4725d25 to your computer and use it in GitHub Desktop.
Save lazypower/b64070bc83d3e4725d25 to your computer and use it in GitHub Desktop.
kubernetes:
series: trusty
services:
kubernetes-master:
charm: local:trusty/kubernetes-master
annotations:
"gui-x": "1536.565185546875"
"gui-y": "280.21742248535156"
flannel:
charm: cs:~hazmat/trusty/flannel
num_units: 2
options:
container_type: docker
docker_origin: distro
annotations:
"gui-x": "896.260986328125"
"gui-y": "298.6087341308594"
kubernetes:
charm: local:trusty/kubernetes
num_units: 2
to: [flannel, flannel]
annotations:
"gui-x": "1219.8695068359375"
"gui-y": "430.04345703125"
etcd:
charm: cs:~hazmat/trusty/etcd
annotations:
"gui-x": "1217.3477783203125"
"gui-y": "142.39132690429688"
relations:
- ['etcd', 'flannel']
- ['etcd', 'kubernetes']
- ['etcd', 'kubernetes-master']
- ['flannel', 'kubernetes']
- ['kubernetes-master', 'kubernetes']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment