summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2017-05-12 09:29:58 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2017-05-12 09:30:53 -0500
commitaf481b1d002cba3e31b0fce082afb5fe85c11666 (patch)
treecdff8eaea43f5257ddc11e8a3b961f42f750476d /ci/config_tpl
parentea05688cc33b2a69e885797795f4997584af744b (diff)
correct kube-control relationship
Change-Id: I8acd555fb138b3a00f9014bbcacf226d003c0056 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl')
-rw-r--r--ci/config_tpl/juju2/bundlek8_tpl/relations.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/config_tpl/juju2/bundlek8_tpl/relations.yaml b/ci/config_tpl/juju2/bundlek8_tpl/relations.yaml
index 32d9ccba..601f6171 100644
--- a/ci/config_tpl/juju2/bundlek8_tpl/relations.yaml
+++ b/ci/config_tpl/juju2/bundlek8_tpl/relations.yaml
@@ -5,6 +5,7 @@
{% endif %}
- [ 'kubernetes-master:certificates', 'easyrsa:client' ]
- [ 'kubernetes-master:etcd', 'etcd:db' ]
+ - [ 'kubernetes-master:kube-conrol', 'kubernetes-worker:kube-control' ]
- [ 'kubernetes-worker:certificates', 'easyrsa:client' ]
- [ 'flannel:etcd', 'etcd:db' ]
- [ 'flannel:cni', 'kubernetes-master:cni' ]