Skip to content

Instantly share code, notes, and snippets.

@whitmo
Created January 28, 2015 22:27
Show Gist options
  • Save whitmo/d15b3f3349f9eeffde2d to your computer and use it in GitHub Desktop.
Save whitmo/d15b3f3349f9eeffde2d to your computer and use it in GitHub Desktop.
with annotations
kubernetes:
series: trusty
parent: {some url}
variations:
kubernetes_version: "0.8.0"
networking: "overlay"
services:
"kubernetes-master":
charm: cs:~kubernetes/trusty/kubernetes-master-1
options:
version: "v0.9.1"
annotations:
"gui-x": "600"
"gui-y": "0"
flannel:
charm: cs:~kubernetes/trusty/flannel-1
num_units: 2
options:
container_type: docker
docker_origin: distro
annotations:
"gui-x": "0"
"gui-y": "0"
kubernetes:
charm: cs:~kubernetes/trusty/kubernetes-1
num_units: 2
options:
version: "v0.9.1"
to: [flannel, flannel]
annotations:
"gui-x": "300"
"gui-y": "300"
etcd:
charm: cs:~kubernetes/trusty/etcd-1
annotations:
"gui-x": "300"
"gui-y": "0"
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