1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 06:46:36 +01:00

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.
This commit is contained in:
Joseph Callen
2024-08-19 12:53:59 -04:00
committed by openshift-cherrypick-robot
parent 2f7a52a9c7
commit f2cf2c186d

View File

@@ -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",