From d7ad9327c3b27acaefe4ef6fc5f68e0871a26bc3 Mon Sep 17 00:00:00 2001 From: Adam Hawkins Date: Thu, 27 Apr 2017 23:28:39 +0530 Subject: [PATCH] Run 2 tiller replicas See #2334 for more info. --- cmd/helm/installer/install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/installer/install.go b/cmd/helm/installer/install.go index 90e832b07..6b8f73a78 100644 --- a/cmd/helm/installer/install.go +++ b/cmd/helm/installer/install.go @@ -125,7 +125,7 @@ func generateDeployment(opts *Options) *extensions.Deployment { Labels: labels, }, Spec: extensions.DeploymentSpec{ - Replicas: 1, + Replicas: 2, Template: api.PodTemplateSpec{ ObjectMeta: metav1.ObjectMeta{ Labels: labels,