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