Skip to content

Instantly share code, notes, and snippets.

@lazypower
Created September 27, 2016 14:06
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/4447433ddce4729c88a737524ed7f0c9 to your computer and use it in GitHub Desktop.
Save lazypower/4447433ddce4729c88a737524ed7f0c9 to your computer and use it in GitHub Desktop.
series: xenial
applications:
"kubernetes-worker":
charm: "cs:~containers/kubernetes-worker-1"
num_units: 1
annotations:
"gui-x": "1428"
"gui-y": "213"
etcd:
charm: "cs:~containers/etcd-12"
num_units: 1
annotations:
"gui-x": "1120"
"gui-y": "842"
flannel:
charm: "cs:~containers/flannel-1"
annotations:
"gui-x": "1120"
"gui-y": "637"
"kubernetes-master":
charm: "cs:~containers/kubernetes-master-1"
num_units: 1
annotations:
"gui-x": "770"
"gui-y": "210"
easyrsa:
charm: "cs:~containers/easyrsa-1"
num_units: 1
annotations:
"gui-x": "1120"
"gui-y": "370"
to:
- "lxd:etcd/0"
relations:
- - "kubernetes-master:kube-api-endpoint"
- "kubernetes-worker:kube-api-endpoint"
- - "flannel:etcd"
- "etcd:db"
- - "flannel:host"
- "kubernetes-master:sdn-plugin"
- - "kubernetes-master:cluster-dns"
- "kubernetes-worker:kube-dns"
- - "flannel:host"
- "kubernetes-worker:sdn-plugin"
- - "easyrsa:client"
- "kubernetes-worker:certificates"
- - "easyrsa:client"
- "kubernetes-master:certificates"
- - "kubernetes-master:etcd"
- "etcd:db"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment