From 1bec153073a6da79893305b33e89f2fbed590e1b Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Thu, 25 Oct 2018 18:53:29 +0100 Subject: [PATCH] e2e: remove old notice about Tiller addon Signed-off-by: James Munnelly --- test/e2e/framework/addon/tiller/addon.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/e2e/framework/addon/tiller/addon.go b/test/e2e/framework/addon/tiller/addon.go index 370effcff..d359090a9 100644 --- a/test/e2e/framework/addon/tiller/addon.go +++ b/test/e2e/framework/addon/tiller/addon.go @@ -109,10 +109,6 @@ func buildProbe(path string) *corev1.Probe { } // Tiller defines an addon that installs an instance of tiller in the target cluster. -// Currently, only one instance of Tiller can be deployed in a single invocation -// of the test suite (i.e. it *must* be instantiated globally). -// In future we can restrict Tiller to a single namespace in order to enforce -// isolation between tests. type Tiller struct { config *config.Config baseDetails *base.Details