From f2cf2c186d8cefb5a51114a0e928d67af061c19f Mon Sep 17 00:00:00 2001 From: Joseph Callen Date: Mon, 19 Aug 2024 12:53:59 -0400 Subject: [PATCH] upstream capv bug causes session timeout Until we can bump capv to the latest version disable session keep alive that causes session timeout and deadlocks as described in the links attached to the bug. --- pkg/clusterapi/system.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/clusterapi/system.go b/pkg/clusterapi/system.go index cd65dbe58f..605cbd7128 100644 --- a/pkg/clusterapi/system.go +++ b/pkg/clusterapi/system.go @@ -276,6 +276,7 @@ func (c *system) Run(ctx context.Context) error { "--webhook-port={{.WebhookPort}}", "--webhook-cert-dir={{.WebhookCertDir}}", "--leader-elect=false", + "--enable-keep-alive=false", }, map[string]string{ "EXP_KUBEADM_BOOTSTRAP_FORMAT_IGNITION": "true",