From 744b0be2ac4ad4aed6f77044699e5cb05364cbb0 Mon Sep 17 00:00:00 2001 From: Smaine Kahlouch Date: Mon, 12 Oct 2015 13:17:40 +0200 Subject: [PATCH] Comment additionnal addons in playbook --- cluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster.yml b/cluster.yml index f26958fda..273e15aec 100644 --- a/cluster.yml +++ b/cluster.yml @@ -14,8 +14,8 @@ - hosts: kube-master roles: - { role: kubernetes/master, tags: master } - - { role: k8s-kube-ui, tags: kube-ui } # Addons to be installed + # - { role: k8s-kube-ui, tags: kube-ui } # - { role: k8s-skydns, tags: skydns } - hosts: kube-node