Skip to content

Instantly share code, notes, and snippets.

@whitmo
Created January 28, 2015 19:24
Show Gist options
  • Save whitmo/0874a632ced74a8652cf to your computer and use it in GitHub Desktop.
Save whitmo/0874a632ced74a8652cf to your computer and use it in GitHub Desktop.
kubernetes:
series: trusty
services:
kubernetes-master:
charm: https://github.com/whitmo/kubernetes-master.git
annotations:
"gui-x": "1536.565185546875"
"gui-y": "280.21742248535156"
flannel:
charm: https://github.com/whitmo/flannel.git
num_units: 2
options:
container_type: docker
docker_origin: distro
annotations:
"gui-x": "896.260986328125"
"gui-y": "298.6087341308594"
kubernetes:
charm: https://github.com/whitmo/kubernetes.git
num_units: 2
to: [flannel, flannel]
annotations:
"gui-x": "1219.8695068359375"
"gui-y": "430.04345703125"
etcd:
charm: https://github.com/whitmo/etcd.git
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